
ChunkDr 1.1.2
Automatically regenerate damaged chunks.
Updated main library to newest version (main change was updating ItemsAdder support)
This should fix an ExceptionInInitializerError that occurs when interacting with GUIs on Paper's hard fork.
- Major | Changed internal system to use the same library used in our two other plugins (UltraColorPro & UltiEconomy).
- IMPORTANT: The config.yml file has now been renamed to settings.yml and setting paths have changed for readability. There is no migrator, so please keep your config.yml in the ChunkDr folder until you move setting values over. Fortunately, the structure is still essentially the same, so you should be able to move setting values with ease (you can ignore the command-messages setting in your config.yml as that's removed in this version).
- Onto other good news with this system, the plugin jar file size has decreased significantly, and after this update, you shouldn't need to do manual changes to the settings.yml file as those would be done automatically (unless otherwise announced).
- Fixed | Redstone blocks generated underneath regenerated pistons were wiped when regening occurs.
As always, if you notice bugs, please open a support ticket on our Discord. :)
Support for 1.21.4
- Improved | Replaced 'scheduled-regen-ticks' with 'scheduled-regen-interval', accepting a human-readable time rather than a ticks value.
- Improved | You can now disable auto-regen and stick with manual regen by setting 'change-threshold' to -1.
- Improved | The teleport system can now be disabled completely by setting 'enabled' under the 'teleport' section to false.
- Improved | You can also have a command ran when a chunk regen occurs when no reset locations are made via the /chunkdr toggleresetlocation command.
- Fixed | Config options without a section under them weren't being applied on plugin reload.
Since there are many changes within the config file with this update, the new default version is posted below. It's my hope that this can be automated in the future like in our other plugins so that this level of manual work isn't needed.
ChunkDr Default Config
Added support for 1.21.3 mainly.
NOTE: Starting in 1.21.3, you'll need to have sounds in lowercased format with periods (.) instead of underscores (_). For example, entity.enderman.teleport would be the same as ENTITY_ENDERMAN_TELEPORT.