Minekarta Docs
ModelEngineNPCCore concepts

NPC Types

Choose between model and normal NPC implementations.

reviewThis page is not verified against ModelEngineNPC v2.0.1.

ModelEngineNPC supports two NPC types:

  • Model NPC uses a ModelEngine model ID and requires ModelEngine.
  • Normal NPC uses a player-style entity and skin input. PacketEvents handles packet integration.

Choose model for custom 3D models. Choose normal for a player-style NPC with a player name or skin URL.

/menpc create guard model my_guard_model
/menpc create shopkeeper normal Notch

Use /menpc setnpctype to change type after creation. Verify changed NPC behavior before enabling interactions.