Following all my plugins, the Leaderboard system has been recoded.
 
 
 - Fixed eggs hatching after the game finishes
- Fixed some interact events if player is not loaded yet
- Updated Holographic Displays Placeholder system.
- Commands will now tab complete.
- Curse powerup now also apply blindness
   
   - In some minecraft the version pumpkin vision got removed for some reason, so blindness is the way to go.
 
- Added Broken Blocks Leaderboard
   
   - {splegg_brokenblocks_position}
 
- The Leaderboard system has been recoded. The new system uses a lot less resources.
   
   - If your leaderboard has more than 10 players make sure to change Leaderboard.Data-Limit to the correct value.
- The amount of data stored has been reduced from ALL your players to the limit option.
 
- The API has been updated with Leaderboard data.
- Offline player data has been removed; placeholders and stats for offline players.
   
   - Can't see a use for them and they can use a lot of resources to update.
 
 No extra data or anything is being sent, only received. If you see anything weird with Leaderboard data is just a visual problem.
 
 If you want to do a backup before updating, you can make a copy of yours 
splegg_player (or players.db for SQLite) tables.
 
 This sytem was tested with a few players, so report bugs at Discussion or Private message if you find anything.