FrinshHD / AnturniaQuests

GNU General Public License v3.0
3 stars 0 forks source link

Reach Location Quest Objective #8

Open iChasm03 opened 5 months ago

iChasm03 commented 5 months ago

A quest type that requires the player to reach a location, and when they reach the location, it either continues the storyline, or sends a message then continues the storyline.

FrinshHD commented 4 months ago

Example:

dev1:
  friendlyName: "&6Dev Quest"
  description: This quest is only for developing
  category: dev
  requirements:
    reachLocation:
      - world: world
        location1: [10, 10, 10]
        location2: [20, 20, 20]
  rewards:
    items:
      - material: DIAMOND
        amount: 1