- Fixed leaderboard entries are not sorted correctly on flat file storage.
- Now /eggs savestats command will also update the leaderboard entries.
The changes in the config.yml
- Introduced a new configuration option to define commands triggered when all Easter Eggs are found.
YAML:# Custom commands for Easter Eggs. # By default, commands are executed by the console. # To execute a command as a player, start the command with p:. # # Placeholders: # %player% - Player's name. # %egg_id% - Easter Egg's id. commands: # The list of commands to execute when a player finds all the Easter Eggs. found-all-the-eggs: [] # - "say I found all the Easter Eggs!" # - "give %player% diamond 64"
v1.9.3 update has been replaced with v1.9.4 due to wrong JAR version was uploaded.
- Fixed a small typo.
- Now MySQL won't waste lost of threads, it's now using a ExecutorService with a single thread.
- Fixed ExecutorService not shutting down if the MySQL storage is enabled.
- Fixed sometimes an exception occurring in the action bar system.
- A small improvement in the User class.
- Removed the /eastereggs check command.
- The plugin does the checks for the updates on plugin start.
- Fixed some of the configuration files not getting created on the plugin start.
- Fixed the leaderboard system caching all the available statistics instead of TOP 10.
- Performance improvements on the MySQL statements.
