aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml
index a7c7dd45..258fdf46 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -199,6 +199,14 @@ options:
quests-started-menu: "Started Quests"
daily-quests: "Daily Quests"
quest-cancel: "Cancel Quest"
+ # See https://github.com/LMBishop/Quests/wiki/Basic-Options#sounds
+ sounds:
+ quest-start: "ENTITY_PLAYER_LEVELUP:2:3"
+ quest-cancel: "UI_TOAST_OUT:2:3"
+ quest-complete: "UI_TOAST_CHALLENGE_COMPLETE:1.25:3"
+ gui:
+ open: "ITEM_BOOK_PAGE_TURN:1:3"
+ interact: "ITEM_BOOK_PAGE_TURN1:3"
# Show when quests register in console - will only show if verbose-logging-level=2. Disable if you want less console spam at startup.
show-quest-registrations: true
# Hide quests which a player cannot start due to permissions.