This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones
Config.yml
Code (YAML):
check-towny-claims
: true
# [Towny]
protected-region-flags
:
# WorldGuard flags for the airdrop region when it is protected. [WorldGuard]
block-break
: deny
lava-flow
: deny
pistons
: deny
block-place
: deny
build
: deny
ender-build
: deny
pvp
: allow
interact
: allow
use
: allow
chest-access
: allow
locked-region-flags
:
# WorldGuard flags for the airdrop region when it is locked. [WorldGuard]
block-break
: deny
lava-flow
: deny
pistons
: deny
block-place
: deny
build
: deny
ender-build
: deny
pvp
: allow
interact
: deny
use
: deny
chest-access
: deny
Added:
- Towny support, now you can avoid airdrops spawning in towny claims.
- Now you can set custom worldguard flags for locked and protected airdrops.
Fixed:
- WorldGuard flags updating each airdrop tick.
Changed:
- The config.yml file has been reordered into new categories so options can be found easily.