Move controller-related Egg functionality to EggController
Re-add egg stolen message
Logging changes
Don't remove the egg from players in the void, wait for them to die
Fixed some bugs related to egg destruction/respawning, deleted duplicate code
Hopefully fixed occasional string formatting issues
Small change to config
Small change to readme
Fixed egg destroyed by dragon when respawning
Cleaned up dragon and mushroom grow checks
Added formatting to messages sent to players
Added formatting for location when using some commands
Affects mushroom growing and dragon deleting blocks. Made dragon deletion handling better and removed redundant mushroom handling
Made removeEgg() a static method
Every time we check if something is the dragon egg, instead check if it is the egg or a shulker/bundle containing the egg
Added a config setting to enable/disable shulker/bundle enforcement and updated the readme
Fixed creating CommandHandler instance. Added claim egg particles, fixed spacing and changed some console and command output, fixed ender chest checking and added cursor check, added checking for item frames holding the egg being destroyed, removed brown mushroom from checks, updated egg removal height, wrote better code for getting entity owning the Inventory holding the egg, corrected command and console output for glow item frames
removed bukkit api dependency, put quotations around api-version in config, solved some glaring issues when loading plugin, added checking for bundling the dragon egg
Massively simplified the way data is stored and rewrote all controllers to use the new data structure. Added much-needed helper methods to the controllers, simplified any complicated methods in the controllers, rewrote inventoryClose checks to be more flexible, replaced some comments with docstrings, moved data-related functionality in the controller to the Data class, renamed DAOs to FileDAO, and changed void-related egg respawning
adopted a MVC class layout, broke up main class, started improving storage of data, fixed almost all ide code errors, updated gson version, renamed some files, fixed naming of config.yml