diff options
| author | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-07-25 19:22:53 +0100 |
|---|---|---|
| committer | fatpigsarefat <fatpigsarefat@outlook.com> | 2018-07-25 19:40:41 +0100 |
| commit | 7a21e621ddebdccc80234ea4828a36509aa3f6c1 (patch) | |
| tree | 6999d87036e53f319f6121bad4c51dd6d444fdf6 /src/main/resources | |
| parent | e662a173daa763ebf6b511d535e5e3822f681711 (diff) | |
Added quest cancel gui
- config.yml was updated with new items
- QMenuCancel.java and EventInventory.java added for the gui
- pom.xml version changed to 2.0.11
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 70387b0e..a2931b90 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -842,6 +842,18 @@ gui: - "&7(&a{quest}&7) and cannot." - "&7repeat it." type: "160:5" + quest-cancel-yes: + name: "&a&lConfirm Cancel" + lore: + - "&7Confirm you wish to cancel" + - "&7this quest and lose all" + - "&7progress." + type: "160:5" + quest-cancel-no: + name: "&c&lAbort Cancel" + lore: + - "&7Return to the quest menu." + type: "160:14" options: # If categories are disabled, quests will be put into one big gui. @@ -861,6 +873,7 @@ options: quests-category: "Quests Categories" quests-menu: "Quests" daily-quests: "Daily Quests" + quest-cancel: "Cancel Quest" # This switches up the entire quest system. # By enabling daily-quests, players will no longer be presented with the standard Quest GUI. |
