diff options
Diffstat (limited to 'bukkit/src/main')
| -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 |
