CleanUp | You can now disable the CleanUp functionality or disable it in specified worlds. The following has been added to the config.yml file:
Code (YAML):
# CleanUp will remove any jumppads that have been incorrectly removed during server startup. # An example of this is removing a jumppad with WorldEdit. It will then be removed on next startup. CleanUp: # Set whether or not CleanUp should run on server startup. enabled: true
# Configure any world in list format that you want excluded. E.g. if you have a world # that gets reset but don't want to remove the jumppads then add the world here. (Case-Insensitive) ignoredWorlds:
You'll have to add the above manually if you wish to configure it. If you're fine with CleanUp running on server startup as always you do not have to add the above.