Name | WorldTag |
Prefix | [email protected] |
Base Type | ElementTag |
Implements | FlaggableObject |
Identity Format | The identity format for worlds is the name of the world it should be associated with.
For example, to reference the world named 'world1', use simply 'world1'. World names are case insensitive. |
Description | A WorldTag represents a world on the server.
This object type is flaggable. Flags on this object type will be stored in the world folder in a file named 'denizen_flags.dat', like "server/world/denizen_flags.dat". |
Matchable | WorldTag matchers, sometimes identified as "<world>":
"world" plaintext: always matches. World name: matches if the world has the given world name, using advanced matchers. "world_flagged:<flag>": a Flag Matchable for WorldTag flags. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/WorldTag.java#L41 |