Name | PlayerTag |
Prefix | [email protected] |
Base Type | EntityTag |
Implements | FlaggableObject |
Identity Format | The identity format for players is the UUID of the relevant player. |
Description | A PlayerTag represents a player in the game.
This object type is flaggable. Flags on this object type will be stored in the file "plugins/Denizen/player_flags/(UUID).dat", with automatic loading only when the player is online and caching for interacting with offline player flags. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L60 |