- Compatible API Versions
- 1.0.8
- Sourcecode
- https://github.com/MEFRREEX/NoBlockUpdate
NoBlockUpdate
Prohibits blocks from updating and a few more.
This is the simplest possible plugin. May be suitable for some worlds where you have buildings in which you can fall leaves or fall other blocks, such as the world spawn.
Config:
Prohibits blocks from updating and a few more.
This is the simplest possible plugin. May be suitable for some worlds where you have buildings in which you can fall leaves or fall other blocks, such as the world spawn.
Config:
YAML:
# "protect-all" - protection of all worlds on the server
# "worlds" - worlds in which the protection will operate. Works only if "protect-all" is false
# Prevents blocks from updating
update:
protect-all: false
worlds:
- "world"
# Prevents blocks from falling
fall:
protect-all: false
worlds:
- "world"
# Keeps the leaves from falling out
decay:
protect-all: false
worlds:
- "world"
# Prevents trampling of fields
field:
protect-all: false
worlds:
- "world"