Minekarta Docs
ModelEngineNPCReference

Placeholders

Placeholders available for interaction actions.

reviewThis page is not verified against ModelEngineNPC v2.0.1.

ModelEngineNPC replaces placeholders inside interaction commands at runtime.

PlaceholderReplaced withSecurity note
{player}Interacting player nameIdentity-safe
{player_uuid}Interacting player UUIDPreferred for console target
{npc_id}Internal NPC identifierStatic

Prefer {player} or {player_uuid} in console actions. Avoid dynamic user text inside command paths without validation. Verify command output in test environment before production use.