Skip to content

Custom Flags

TylerS1066 edited this page Jan 23, 2022 · 10 revisions

Movecraft-WorldGuard adds 5 new flags to WorldGuard:

  • allow-combat-release
  • allow-craft-pilot
  • allow-craft-sink
  • allow-rotate
  • allow-translate

By default, allow-craft-pilot, allow-rotate, and allow-translate are all set to allow for members (deny for non-members), which mirrors the behavior of the built in build flag of WorldGuard. allow-combat-release is set to allow for all, and allow-craft-sink is set to deny for all.

Per player, the following truth tables apply for the custom flags:

allow-craft-pilot / allow-rotate / allow-translate build Result
DENY DENY Denied, normal denial message applies
DENY ALLOW Denied, custom flag denial message applies (custom flag overrides build flag)
ALLOW DENY Allowed (custom flag overrides build flag)
ALLOW ALLOW Allowed
Clone this wiki locally