Remove

Description

Removes the targeted entity from existence. Does not work on players.

Attributes

Attribute Aliases Description Default
onRemoveSkill onRemove, then The Metaskill to execute once an entity is removed

Examples

This mob would despawn 10 seconds after spawning:

  Skills:
  - remove{delay=200} @self ~onSpawn

This skill despawns the mob immediately when it is right clicked.

  Skills:
  - remove @self ~onInteract

Aliases

  • delete
Updated Aug 19, 2026