From 7a21e621ddebdccc80234ea4828a36509aa3f6c1 Mon Sep 17 00:00:00 2001 From: fatpigsarefat Date: Wed, 25 Jul 2018 19:22:53 +0100 Subject: 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 --- src/main/resources/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/main/resources') 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. -- cgit v1.2.3-70-g09d2