aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-03-03 15:17:14 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-03-03 15:17:14 +0000
commit67faa65d13c1ea265ba5fbf16f4f2f70c1e34246 (patch)
tree5783e2288ff6cf5e07d7c24f0a897905b3e04bce /bukkit/src/main/resources
parentf22ddb547d24edec70fcee33fa27de3d68265843 (diff)
Surround values by quotes in default config
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml
index d4c7101a..4cc76d8a 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -193,9 +193,9 @@ options:
gui-truncate-requirements: true
# Set the action buttons for the GUI
gui-actions:
- start-quest: LEFT
- track-quest: MIDDLE
- cancel-quest: RIGHT
+ start-quest: "LEFT"
+ track-quest: "MIDDLE"
+ cancel-quest: "RIGHT"
# Make it so players do not have to start quest themselves
quest-autostart: false
# Automatically track quests on start, and stop tracking on completion