diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-07-21 17:04:59 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2019-07-21 17:04:59 +0100 |
| commit | c6a12c75e25b4c6d8711a7e9c327a0c09b0837d6 (patch) | |
| tree | a28db5902aed1ed5a4ed221f4326e00f410a93a4 /src/main/resources/quests/example5.yml | |
| parent | 5820b3b7887e368e5ff402d59391cbbac6e524a3 (diff) | |
Added ability to sort quests
Diffstat (limited to 'src/main/resources/quests/example5.yml')
| -rw-r--r-- | src/main/resources/quests/example5.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/quests/example5.yml b/src/main/resources/quests/example5.yml index 38e9e601..a143d315 100644 --- a/src/main/resources/quests/example5.yml +++ b/src/main/resources/quests/example5.yml @@ -31,4 +31,5 @@ options: repeatable: false cooldown: enabled: true - time: 1440
\ No newline at end of file + time: 1440 + sort-order: 5
\ No newline at end of file |
