NPC Definition
The mythicmob_npc_definition creates a template for an NPC, linking it to a specific MythicMob type.
Configuration
mythicmob_npc_definition — Map
Configuration for the definition.
Properties
id
Unique identifier for this definition.
displayName — String
Name displayed above the NPC's head.
mobType — String
The internal MythicMobs name (e.g., SkeletonKing).
showDisplayName — Boolean
If true, shows the nameplate. Default is true.
nameOffset — Double
Height offset for the nameplate. Default is 2.3.
ticking — Boolean
If true, the NPC ticks (updates logic). Default is false (performance optimized).