Skip to content

NPCThawCommand

Package: com.hypixel.hytale.server.npc.commands

public class NPCThawCommand extends AbstractWorldCommand

Implements /npc thaw (alias: /npc unfreeze). Unfreezes NPC entities by removing the Frozen ECS component.

ArgumentTypeRequiredDescription
--allflagnoThaw all NPCs in the world
entityentity IDnoTarget NPC (defaults to player’s look-target)
  • --all mode: Iterates all entities with NPCEntity in parallel, removing the Frozen component from each.
  • Single target mode: Uses NPCCommandUtils to resolve the target NPC and removes its Frozen component.
public NPCThawCommand()

Registers as sub-command "thaw" with translation key "server.commands.npc.thaw.desc". Adds "unfreeze" as an alias.

Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.