- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
Features:
- Support Multi-Wordls
- Protect Farmland
- Protect LeavesDecay
- Prevent Enderman Pickup
- Prevent Wither Change Block
- Prevent Sheep Eat Grass
- Prevent Zombie Door Break
- Prevent Flow (Lava, Weather, Weather Bucket)
- Prevent Portal Creation
- Disable Weather (Rain, Thunder, lightning)
Code (YAML):############################################################
# +------------------------------------------------------+ #
# | Protect Environment | #
# +------------------------------------------------------+ #
############################################################
# Worlds where the plugin will work.
enabledWorld:
- world
- world_nether
- world_the_end
protect:
# Protect the farmland?
farmland: false
# Protect the leaves decay?
leavesDecay: false
# Prevent different events!
prevent:
# Prevent lava flow!
lavaFlow: false
# Prevent water flow!
waterFlow: false
# Prevent water bucket flow!
waterBucketFlow: false
# Prevent portal creation!
portalCreate: false
# Prevent enderman pickup!
endermanPickup: false
# Prevent wither block replace!
witherBlockReplace: false
# Prevent sheep eat grass!
sheepEatGrass: false
# Prevent zombie door break!
zombieDoorBreak: false
# Disable weather options?
disable:
weather:
storm: false
thunder: false
lightning: false

ProtectEnvironment 1.0.6Beta
Provides protection for various parts of the world.