- Added function to Database.java which can generate all uuids that are used in money map - Added entire section in config.yml which represents balancetop command - Added to ObjectUtils.java methods that are used in /baltop command (hover / click events) - Added TimeWatch.java with new catalog that can be used for testing (e.g testing performance how quick baltop can be generated [ms])
- Created new Command Executor: BalTopExecutor.java, which allows you to use /baltop command, that creates pages of top player's with money - Created entire new Database.java (which doesn't generate new file, but instead it's using already generated one, money database) - Created NameFetcher.java which will be later used for better getting player / uuid
Code optimization in relation to the file size (from 72 kb to 46 kb)