servernpc_interact (task type)

Since v3.15

Plugin ‘ServerNPC’ required

Interact with a ServerNPC NPC.

Options

Key Description Type Required Default Notes
npc-name The name of the NPC to interact with. String No - Mutually exclusive with npc-id.
npc-id The id of the NPC to interact with. String No - Mutually exclusive with npc-name.
worlds Worlds which should count towards the progress. List of world names No - -

Examples

Interact with an NPC with ID “gerald”:

servernpcinteract:
  type: "servernpc_interact"
  npc-id: "gerald"                      # ID of NPC
  worlds:                               # (OPTIONAL) restrict to certain worlds
   - "world"

Back to top

This wiki serves as a manual for Quests however there is no guarantee that the information is up-to-date or complete. As per the license, this software provides absolutely no warranty, nor are the maintainers liable for any damages. Please see the license text for more information.

This site uses Just the Docs, a documentation theme for Jekyll.