aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/quests/example1.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2019-07-21 17:04:59 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2019-07-21 17:04:59 +0100
commitc6a12c75e25b4c6d8711a7e9c327a0c09b0837d6 (patch)
treea28db5902aed1ed5a4ed221f4326e00f410a93a4 /src/main/resources/quests/example1.yml
parent5820b3b7887e368e5ff402d59391cbbac6e524a3 (diff)
Added ability to sort quests
Diffstat (limited to 'src/main/resources/quests/example1.yml')
-rw-r--r--src/main/resources/quests/example1.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/quests/example1.yml b/src/main/resources/quests/example1.yml
index 7e38f01f..82e6e810 100644
--- a/src/main/resources/quests/example1.yml
+++ b/src/main/resources/quests/example1.yml
@@ -52,4 +52,6 @@ options:
# If true, players will have to wait between repeating quests.
enabled: true
# Time (in minutes)
- time: 1440 \ No newline at end of file
+ time: 1440
+ # This is the relative position in the GUI
+ sort-order: 1 \ No newline at end of file