Name | Despawn |
Syntax | despawn (<npc>|...) |
Short Description | Temporarily despawns the linked NPC or a list of NPCs. |
Full Description | This command will temporarily despawn either the linked NPC or a list of other NPCs.
Despawning means they are no longer visible or interactable, but they still exist and can be respawned. |
Related Tags | <NPCTag.is_spawned> Returns whether the NPC is spawned.
|
Usage Example |
|
Usage Example |
|
Group | npc |
Requires | Citizens |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/DespawnCommand.java#L26 |