|
@@ -8,10 +8,6 @@ Key:
|
|
|
- Removal
|
|
|
|
|
|
Version 1.3.13-dev
|
|
|
- = Fix mcremove command for mySQL
|
|
|
- ! Overall SQL query improvements
|
|
|
- ! Reduced number of SQL queries for mcTop command from 11 to 1, speeding it up immensely
|
|
|
- ! Changed FFS Leaderboards to hold information in memory rather than doing IO work (optimizations)
|
|
|
+ Added task to prune old and powerless users from the SQL database.
|
|
|
*** WARNING: THIS WILL RUN AUTOMATICALLY ON YOUR DB. IF YOU ARE WORRIED ***
|
|
|
*** ABOUT DATA LOSS, BACK UP YOUR SQL DATA BEFORE INSTALLING THIS BUILD ***
|
|
@@ -24,6 +20,7 @@ Version 1.3.13-dev
|
|
|
+ Added wooden button to the list of items that shouldn't trigger abilities
|
|
|
+ Added a new feature to fishing. Players will have +10% chance of finding enchanted items when fishing while it's raining
|
|
|
+ Added displaying bonus perks on skill commands
|
|
|
+ = Fix mcremove command for mySQL
|
|
|
= Impact now works with mobs wearing armor
|
|
|
= Fixed issue with Tree Feller dropping player-placed blocks
|
|
|
= Fixed issue with missing default cases from several switch/case statements
|
|
@@ -50,6 +47,9 @@ Version 1.3.13-dev
|
|
|
! Changed code that uses SpoutPlugin to make it compatible with the latest version
|
|
|
! Changed Reimplemented skill level and power level caps.
|
|
|
! Moved Arcane Forging and Fishing setting from config.yml to advanced.yml
|
|
|
+ ! Overall SQL query improvements
|
|
|
+ ! Reduced number of SQL queries for mcTop command from 11 to 1, speeding it up immensely
|
|
|
+ ! Changed FFS Leaderboards to hold information in memory rather than doing IO work (optimizations)
|
|
|
- Removed dead code relating to null profiles
|
|
|
- Removed unused imports
|
|
|
|