📜Quest Template

Almost every task goasl in the plugin has examples, which you can find in the Quests folder You can refer to these preset tasks

Template

display: ""
material: EXPERIENCE_BOTTLE
rarity: common (V-1.0.7 Update.)
amount: 1
model: 0
description: []
reward_description: []
goals: []
quest-complete-goal-amount: -1
reward:
  run: []

display

The quest's display

material

The material displayed in the task menu for this quest item

rarity

The quest's rarity

amount

The amount in the task menu for this quest item

model (ONLY 1.14+ Custom Model Data)

description

The description for this quest.

%progress_{goal id}% is the progress of specific goal

Example:

goals:
  goal1:
  ...
  goal2::
  ...
  special_goal:
  ...

You use %progress_goal1% to display the progress of goal1

and %progress_goal2% to display the progress of goal2

%progress_special_goal% to display the progress of special_goal

reward_description

The rewards description for this quest

quest-complete-goal-amount

Do we only need to complete the specified number of goals in this quest to complete it

goals

Goals for this quest

Goal List please look : Quest Objectives

reward.run

List of commands to be executed after the quest is completed

Last updated