## What's changed?
* Added an argument to `/egghunt leaderboard` which allows you to limit the number of players shown on the leaderboard.
* Improved config hints as well as logging. (You will need to let the config file be recreated to see the updated comments.)
## What's changed?
* Rewrote all the database code.
- ⚠️ The new database schema is incompatible with that of version 0.1.0. Please delete any existing `EggHunt.db` file before using this version.
- This mod no longer depends on [JetBrain's Exposed framework](https://github.com/JetBrains/Exposed), which should fix some incompatibilities with other mods depending on a different version of it.
- Leaderboards are now generated entirely using SQL queries (and are sorted correctly as well).
* Fixed an issue with egg block break detection.