aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-03-03 15:10:22 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-03-03 15:10:22 +0000
commitf22ddb547d24edec70fcee33fa27de3d68265843 (patch)
tree171a9c239c4e551a572b226d280de57fcd6e14fb /bukkit/src/main/resources
parente5d62e7e1565ad42bee191997883a23445fa3cfd (diff)
Add UI button customisation (closes #158, closes #319)
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml
index 1c6301b7..d4c7101a 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -191,6 +191,11 @@ options:
gui-use-placeholderapi: false
# Truncate quest requirements when there are multiple requirements to prevent enormous display items
gui-truncate-requirements: true
+ # Set the action buttons for the GUI
+ gui-actions:
+ 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