Example quests

Here are a few example quests. When the plugin is done I will explain everything.

Example Quest Gather

    GatherQuest:
      Active: true
      Repeat: 1
      IntroText: Please give me a few sticks!
      CompletedText: Great! Go bring them to me!
      DeliverText: Thanks for the sticks! Now talk to my friend.
      Rewards:
      - '270:1'
      - WOOD_SPADE:1
      Objectives:
        '0':
          GATHER:
            Item: STICK
            Amount: 5

Example Quest Location

    LocationQuest:
      Active: true
      Repeat: 1
      IntroText: Why won't you stand on the gold block?
      CompletedText: Bwahahaha! You will die now!
      CompletedEvent: ExplodeEvent
      Rewards:
      - TQ_MONEY:10
      Required:
      - QUEST_COMPLETE: GatherQuest
      Objectives:
        '0':
          LOCATION:
            World: World One
            X: 100
            Y: 100
            Z: 100
            Radius: 10

Comments

Posts Quoted:
Reply
Clear All Quotes