| Name | Remove |
| Syntax | remove [<entity>|...] (world:<world>) |
| Short Description | Despawns an entity or list of entities, permanently removing any NPCs. |
| Full Description | Removes the selected entity. May also take a list of entities to remove.
Any NPC removed this way is completely removed, as if by '/npc remove'. For temporary NPC removal, see despawn. If a generic entity name is given (like 'zombie'), this will remove all entities of that type from the given world. Optionally, you may specify a world to target. (Defaults to the world of the player running the command) |
| Related Tags | <EntityTag.is_spawned> Returns whether the entity is spawned.
|
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Group | entity |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/RemoveCommand.java#L28 |