diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-03-03 15:17:14 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-03-03 15:17:14 +0000 |
| commit | 67faa65d13c1ea265ba5fbf16f4f2f70c1e34246 (patch) | |
| tree | 5783e2288ff6cf5e07d7c24f0a897905b3e04bce /bukkit | |
| parent | f22ddb547d24edec70fcee33fa27de3d68265843 (diff) | |
Surround values by quotes in default config
Diffstat (limited to 'bukkit')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 6 |
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 |
