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.
| Placeholder | Replaced with | Security note |
|---|---|---|
{player} | Interacting player name | Identity-safe |
{player_uuid} | Interacting player UUID | Preferred for console target |
{npc_id} | Internal NPC identifier | Static |
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.