- Fixed the drop amount of quality crops exceeds the max value since the custom ranks update(3.2.5)
- Fixed placeholders not work if world name contains "_"
This major version only has one feature added in config.yml, which would provide massive server performance improvement if you were previously using "
only-work-in-loaded-chunks: false". Though there's no bug found during the test, but it doesn't mean it's stable enough, please open a support thread if you encountered any bug.
This version is no longer compatible with previous versions which means you can't downgrade the plugin if you decided to update because the data format changes. So backup your customcrop_data folder in your world folder if you want to give this new feature a try.
# Experimental option (Only works when only-work-in-loaded-chunks is false)
only-update-during-chunk-loading: false (Set it to true to enable this feature)
This option would make the plugin no longer invoke the unloaded chunks to replace crop models/pots.
Crops/Pots would only be updated during the chunk loading triggered by players, so almost everything would be going on asynchronously, which means "lag free" if your server has enough cpu cores to handle the async tasks.