diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-17 01:09:46 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-17 01:09:46 +0000 |
| commit | 28c3826c35f07df2203d0879017b5be6fa3f5d24 (patch) | |
| tree | 4b3432ca339722bfd9698ab0fc3989b4f68f331f /src/main/resources | |
| parent | ebd6f8700ec7cc5204153d5e3bd5e5aaa4e29059 (diff) | |
Add started menu
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 4dffe279..ce523a3b 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -111,6 +111,11 @@ gui: - "&7(&a{quest}&7) and cannot." - "&7repeat it." type: "GREEN_STAINED_GLASS_PANE" + no-started-quests: + name: "&c&lNo Started Quests" + lore: + - "&7You have not started any quests." + type: "FEATHER" quest-cancel-yes: name: "&a&lConfirm Cancel" lore: @@ -145,6 +150,7 @@ options: guinames: quests-category: "Quests Categories" quests-menu: "Quests" + quests-started-menu: "Started Quests" daily-quests: "Daily Quests" quest-cancel: "Cancel Quest" # Show when quests register in console - will only show if verbose-logging-level=2. Disable if you want less console spam at startup. |
