Name | <PlayerTag.worldguard_flag[flag=<flag>(;location=<at>)]> |
Returns | ObjectTag |
Description | Returns the boolean state of a flag for that player at the specified location, defaults to player location.
For non-state tags, returns the current value of the flag. |
Example |
|
Requires | Depenizen, WorldGuard |
Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/properties/worldguard/WorldGuardPlayerExtensions.java#L110 |