v3.41.10 - Added PlotSquared, Multiverse support and more
I have tested this version for 2-3 hours over a couple of days to check that compatibility with plugins hasn't broken but I could always have missed something,if you find any bugs please report them in the discord.
- Added/fixed support for Multiverse and PlotSquared worlds.
- Fixed PlotSquared support, you can now place generators in admin owned plots and players will be able to gather them.
- Added a PluginInitialization system, the plugin will now only load it's data and generators when all BootPhases are finished. i.e. server:loaded, server:worlds_loaded, ItemsAdder:data_loaded, etc.. This new system is much more flexible and helps to integrate with weird stuff other plugins do.
- Fixed premium version registering as free on b-stats.
- Fixed not being able to disable premium config.yml options in the premium version, and also removed the message: PREMIUM required to disable.
- Fixed a bug where using the setStage, previousStage, or nextStage actions would change the default-drops to the ones of the changed stage not the current one. Bug found from magic_wheat.yml
- Published and using OrestackAPI version 1.1
- Improved logic of magic_wheat.yml example generator.
- Now the plugin waits for ItemsAdder to finish loading data.
- Fixed titles not appearing during GUI message creation by using Short.MAX_VALUE for title duration instead of Integer.MAX_VALUE which would fail silently because too large.