Fixed various bugs that have been brought up to me and also removed the plugin broadcasting node locations to your server when it disables.
I also changed how the plugin tells whether the block is in a region (Nothing you need to worry about). This just makes it so you can have bigger regions like 300x300 without your server crashing
Changed the replaceWith: config option. You can know have multiple options to replace a block with
Code (YAML):
regions:
CommandTest:
pvp
: false
canBreak:
COAL_ORE:
replenishTime
: 60
replaceWith
:
- DIAMOND_ORE
- IRON_ORE
Above is the new format on how to use the replaceWith option. When you have more than 1, it selects a random material to replace the block with.