npcs.list.actions | object | See #npcs.list.actions | See #npcs.list.actions | Non-plugin actions executed for NPC interactions. Plugins run first; configured actions run only when plugins do not handle the event. | None |
npcs.list.attack_event | string | None | Paste or upload TOML to preview current values. | Plugin API event name emitted when the NPC is attacked | None |
npcs.list.display_name | string | None | Paste or upload TOML to preview current values. | Custom display name shown above the NPC. Supports JSON text and Unicode. Falls back to name when empty. | None |
npcs.list.id | string | None | Paste or upload TOML to preview current values. | Stable NPC identifier used by Qexed | None |
npcs.list.look_at_players | boolean | None | Paste or upload TOML to preview current values. | Rotate this NPC to face nearby players when it is visible | None |
npcs.list.main_hand_event | string | None | Paste or upload TOML to preview current values. | Plugin API event name emitted when the NPC is clicked with the main hand | None |
npcs.list.name | string | None | Paste or upload TOML to preview current values. | NPC player name. Empty names use the NPC id. | None |
npcs.list.off_hand_event | string | None | Paste or upload TOML to preview current values. | Plugin API event name emitted when the NPC is clicked with the off hand | None |
npcs.list.on_ground | boolean | None | Paste or upload TOML to preview current values. | Whether the NPC is on the ground | None |
npcs.list.pitch | number | None | Paste or upload TOML to preview current values. | NPC pitch | None |
npcs.list.skin_player_id | string | None | Paste or upload TOML to preview current values. | Player name or UUID used to resolve skin automatically when explicit texture fields are empty | None |
npcs.list.skin_signature | string | None | Paste or upload TOML to preview current values. | Mojang signature paired with skin_textures | None |
npcs.list.skin_textures | string | None | Paste or upload TOML to preview current values. | Base64 skin texture payload from the Mojang texture property | None |
npcs.list.x | number | None | Paste or upload TOML to preview current values. | NPC X coordinate | None |
npcs.list.y | number | None | Paste or upload TOML to preview current values. | NPC Y coordinate | None |
npcs.list.yaw | number | None | Paste or upload TOML to preview current values. | NPC yaw | None |
npcs.list.z | number | None | Paste or upload TOML to preview current values. | NPC Z coordinate | None |