Simple plugin to add to servers that need a easy way to block leaves from falling in all or certain worlds. Very useful for servers that have buildings that have leaves with no logs nearby and shouldn't fall.
WorldGuard can also do this but if you use WordEdit to copy a building to another place that doesn't have it, leaves will fall and that can be annoying depending on the size of the building. Just a easy way to fix that problem forever in a server.
Config file
- Set 'AllWorlds' to true if you want all worlds to have this.
- If you want just one or a few worlds to have it.
- Set 'AllWorlds' to false and put the names of the worlds you want on 'Worlds'.
- Remove plugin if you don't want in any world.
Below is the default config file options that come with the plugin.
Code (YAML):
AllWorlds: true
Worlds: - 'World1'
- 'World2'
Hope this plugin is useful to anyone trying to look for something like this and feel free to share any problems if any using the plugin.