qexed_npc

  • Commit: a40e7105530a7578ed7a19f6e2fbacef4c10f2e6
  • Language: en
  • Config file: config/qexed_npc.toml
  • Field count: 24
  • Description: qexed_npc.toml: NPC definitions and non-plugin NPC click actions.
TOML preview
Paste or upload a config file. Matching fields update in the table.
qexed_npc.toml
Paste or upload TOML to preview current values.
PathTypeDefaultCurrentDescriptionNotice
npcsobjectSee #npcsSee #npcsNPC definitions and non-plugin click actions.None

Complex Type Details

npcs

Type
object
Default
None
Current
Paste or upload TOML to preview current values.
Description
NPC definitions and non-plugin click actions.
None
PathTypeDefaultCurrentDescriptionNotice
npcs.dimensionstring"minecraft:overworld"Paste or upload TOML to preview current values.Default dimension where configured NPCs are visibleNone
npcs.enablebooleanfalsePaste or upload TOML to preview current values.Enable configured NPCsNone
npcs.listarraySee #npcs.listSee #npcs.listConfigured NPC listNone

npcs.list

Type
array
Default
None
Current
Paste or upload TOML to preview current values.
Description
Configured NPC list
None
PathTypeDefaultCurrentDescriptionNotice
npcs.list.actionsobjectSee #npcs.list.actionsSee #npcs.list.actionsNon-plugin actions executed for NPC interactions. Plugins run first; configured actions run only when plugins do not handle the event.None
npcs.list.attack_eventstringNonePaste or upload TOML to preview current values.Plugin API event name emitted when the NPC is attackedNone
npcs.list.display_namestringNonePaste 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.idstringNonePaste or upload TOML to preview current values.Stable NPC identifier used by QexedNone
npcs.list.look_at_playersbooleanNonePaste or upload TOML to preview current values.Rotate this NPC to face nearby players when it is visibleNone
npcs.list.main_hand_eventstringNonePaste or upload TOML to preview current values.Plugin API event name emitted when the NPC is clicked with the main handNone
npcs.list.namestringNonePaste or upload TOML to preview current values.NPC player name. Empty names use the NPC id.None
npcs.list.off_hand_eventstringNonePaste or upload TOML to preview current values.Plugin API event name emitted when the NPC is clicked with the off handNone
npcs.list.on_groundbooleanNonePaste or upload TOML to preview current values.Whether the NPC is on the groundNone
npcs.list.pitchnumberNonePaste or upload TOML to preview current values.NPC pitchNone
npcs.list.skin_player_idstringNonePaste or upload TOML to preview current values.Player name or UUID used to resolve skin automatically when explicit texture fields are emptyNone
npcs.list.skin_signaturestringNonePaste or upload TOML to preview current values.Mojang signature paired with skin_texturesNone
npcs.list.skin_texturesstringNonePaste or upload TOML to preview current values.Base64 skin texture payload from the Mojang texture propertyNone
npcs.list.xnumberNonePaste or upload TOML to preview current values.NPC X coordinateNone
npcs.list.ynumberNonePaste or upload TOML to preview current values.NPC Y coordinateNone
npcs.list.yawnumberNonePaste or upload TOML to preview current values.NPC yawNone
npcs.list.znumberNonePaste or upload TOML to preview current values.NPC Z coordinateNone

npcs.list.actions

Type
object
Default
None
Current
Paste or upload TOML to preview current values.
Description
Non-plugin actions executed for NPC interactions. Plugins run first; configured actions run only when plugins do not handle the event.
None
PathTypeDefaultCurrentDescriptionNotice
npcs.list.actions.attackobjectNonePaste or upload TOML to preview current values.Action executed when the NPC is attackedNone
npcs.list.actions.main_handobjectNonePaste or upload TOML to preview current values.Action executed when the NPC is clicked with the main handNone
npcs.list.actions.off_handobjectNonePaste or upload TOML to preview current values.Action executed when the NPC is clicked with the off handNone