Fixed an issue where the GUI doesn't have enough space for adding the Bees or Honey, not sure how this even can happen but someone had an error related to it.
This update is just a major internal recode with more efficient and cleaner systems,
upgrading from v2.x.x is not a problem. There are more changes than listed but this is mostly what is changed.
Updated metrics/bStats.
Recoded a decent chunk of the plugin using new internals and packages.
Improved the VersionHelper, RegistrationHelper, HeadHelper and Common utils by them being static among other things.
Added an InventoryManager which contains open inventories and other things used for the Hive GUI.
Improved the instance creation of the plugin.
Added missing website and description in the plugin yml.
Added a new ConfigManager which is used for all config calls and caches the result until a reload or server restart, benchmarking has proven to be around 25x faster than using normal Spigot config calls.
Added Seed based Hives. Basically saves the Bee and Honey placements in the GUI for each Hive so when opened they appear the same as before. (Very safe since it only saves a number/seed, not actual items)
Regen your config if you wish to configure the new features.
The plugin will now use the Spigot API for getting the bee count since they just added it in the latest commit but will fallback to use NMS if you're not updated