Name | NPCTag |
Prefix | [email protected] |
Base Type | EntityTag |
Implements | FlaggableObject |
Identity Format | The identity format for NPCs is the NPC's id number.
For example, '[email protected]'. Or, an NPC's id number, followed by a comma, followed by a custom registry name. For example '[email protected],specialnpcs' |
Description | An NPCTag represents an NPC configured through Citizens.
This object type is flaggable. Flags on this object type will be stored in the Citizens saves.yml file, under the 'denizen_flags' trait. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java#L49 |