aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-01-10 14:37:08 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-01-10 14:37:08 +0000
commitc7bf2ba6a6b40a57b4b7046aa8b36f14fcabe850 (patch)
tree34f487bdce1d30023563a7a2769108e07e3a55f0 /bukkit/src/main/resources
parent5743352d1f41d6c097b80e9ac666da474295fcfb (diff)
Add option for automatically closing GUI (closes #480)
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml
index 9d729472..adef1a1f 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -191,6 +191,8 @@ options:
gui-use-placeholderapi: false
# Truncate quest requirements when there are multiple requirements to prevent enormous display items
gui-truncate-requirements: true
+ # Close the UI automatically when a quest is accepted
+ gui-close-after-accept: true
# Set the action buttons for the GUI
gui-actions:
start-quest: "LEFT"