Minekarta Docs
ModelEngineNPCReference

Storage

Inspect and manage npcs.yml persistence schema.

reviewThis page is not verified against ModelEngineNPC v2.0.1.

ModelEngineNPC stores active NPCs in plugins/ModelEngineNPC/npcs.yml.

Example entry structure:

npcs:
  guard:
    type: model
    model-id: my_guard_model
    location:
      world: world
      x: 100.5
      y: 64.0
      z: -200.5
      yaw: 90.0
      pitch: 0.0

Do not edit npcs.yml while server is running. Stop server, apply changes, and restart. If file is corrupted, restore recent backup before starting server.