-
-
Notifications
You must be signed in to change notification settings - Fork 5
Custom Flags
TylerS1066 edited this page Jan 30, 2022
·
10 revisions
Movecraft-WorldGuard adds 5 new flags to WorldGuard:
allow-combat-releaseallow-craft-pilotallow-craft-rotateallow-craft-sinkallow-craft-translate
Per player, the following truth tables apply for the custom flags:
allow-craft-pilot / allow-craft-rotate / allow-craft-translate
|
build |
Result |
|---|---|---|
| ALLOW | * | Allowed |
| NONE | ALLOW | Allowed |
| NONE | NONE | Denied, normal message applies |
| NONE | DENY | Denied, normal message applies |
| DENY | * | Denied, custom flag denial message applies |
allow-craft-sink |
pvp |
Result |
|---|---|---|
| ALLOW | * | Allowed |
| NONE | ALLOW | Allowed |
| NONE | NONE | Allowed |
| NONE | DENY | Denied, normal message applies |
| DENY | * | Denied, custom flag denial message applies |
allow-combat-release |
pvp |
tnt |
Result |
|---|---|---|---|
| ALLOW | * | * | Combat release cancelled |
| NONE | ALLOW | ALLOW | Combat release |
| NONE | ALLOW | NONE | Combat release |
| NONE | ALLOW | DENY | Combat release cancelled |
| NONE | NONE | ALLOW | Combat release |
| NONE | NONE | NONE | Combat release |
| NONE | NONE | DENY | Combat release cancelled |
| NONE | DENY | ALLOW | Combat release cancelled |
| NONE | DENY | NONE | Combat release cancelled |
| NONE | DENY | DENY | Combat release cancelled |
| DENY | * | * | Combat release |