diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-28 22:54:02 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-28 22:54:02 +0100 |
| commit | 5ac115087ae3c6d38da3e2bcd6ab01e71e4d3d29 (patch) | |
| tree | dcbf013a0c35c05e5f9f7e48f48727ff2fb887c9 /bukkit/src/main/resources | |
| parent | 1b8e91d0fbf47d232ffcbcf70e6d8daa762e92ab (diff) | |
Add sounds (closes #195)
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 8 |
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. |
