Minekarta Docs
ModelEngineNPCGetting started

Quick Start

Create your first NPC.

reviewThis page is not verified against ModelEngineNPC v2.0.1.

Creating a Model NPC

To spawn a ModelEngine NPC, you need the ModelEngine ID of an existing model loaded on your server.

/menpc create guard model my_guard_model

This spawns a new NPC named guard at your current location using my_guard_model.

Creating a Normal NPC

To spawn a normal player NPC (a Steve), you can provide a player name or a skin URL.

/menpc create shopkeeper normal Notch

This spawns a normal NPC named shopkeeper with the skin of the player Notch.

Verification

You should see the NPC appear exactly where you were standing. If it fails, the console or chat will display an error message. Use /menpc list to verify it was registered.