Skip to content

WorldGuard flags, regions and a chest!

Compare
Choose a tag to compare
@rlf rlf released this 08 Dec 20:03

This release introduces better defaults for worldguard region, and tries to re-apply them to existing regions.

Additionally, it includes support for a new config.yml parameter:

options:
  island:
    worldGuardFlags:
      ALL:
        pvp: 'deny'
        chest-access: 'deny'
        use: 'deny'
        destroy-vehicle: 'deny'
        entity-item-frame-destroy: 'deny'
        entity-painting-destroy: 'deny'
      OWNERS:
        use: 'allow'
        chest-access: 'allow'