AlessioGr / NotQuests

Flexible, open & solid paper Quest Plugin
https://www.notquests.com/
GNU General Public License v3.0
46 stars 15 forks source link

NPC does not give Objectives.. #214

Closed devkuros closed 1 year ago

devkuros commented 1 year ago

Why i can't start quest from conversations with NPC? all you invite link discord is invalid, so i asked here..

conversations 1

action 2

for quest

quests:
  TutorialQuest:
    displayName: Tutorial Quest
    description: This Tutorial Quest
    objectives:
      "1":
        objectiveType: BreakBlocks
        progressNeededExpression: "10"
        specifics:
          itemStackSelection:
            materials:
              "1": DIRT
            any: false
          deductIfBlockPlaced: true
        description: bring Dirt 10 
        displayName: Getting Started
    rewards:
      "1":
        actionType: Number
        specifics:
          expression: "1"
          variableName: QuestPoints
          operator: add
          additionalBooleans:
            notifyPlayer: "0.0"
        displayName: +1 Quest Point
    takeEnabled: false
    npcs:
      citizens-1:
        npcData:
          type: citizens
          name: Ghera
          integerID: 1
        questShowing: true
    abortEnabled: false