-Removed plugin broadcasting node locations on server shutdown
-Changed how the plugins tells if a block in a region (No need for you to worry all this does is allow you to make bigger regions like 300x300)
-Changed how the replaceWith: option works
The new format is like this
Code (YAML):
regions:
CommandTest:
pvp
: false
canBreak:
STONE:
replenishTime
: 60
COAL_ORE:
replenishTime
: 60
replaceWith
:
- DIAMOND_ORE
- IRON_ORE
When you have multiple replacement options, it will select a random one