aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.yml
diff options
context:
space:
mode:
authorfatpigsarefat <fatpigsarefat@outlook.com>2018-04-18 21:15:44 +0100
committerfatpigsarefat <fatpigsarefat@outlook.com>2018-04-18 21:15:44 +0100
commitd177ad9fde6f0a78252e0f60017e91d2aa4260d4 (patch)
treeb918b6ba89bd3767d5a441b79c11d331f6e35ad7 /src/config.yml
parent44f0601e91acfc3f73b030f2999db74ddacbf8f2 (diff)
customisable gui names
Diffstat (limited to 'src/config.yml')
-rw-r--r--src/config.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.yml b/src/config.yml
index ca64aeaa..65aaea2e 100644
--- a/src/config.yml
+++ b/src/config.yml
@@ -771,9 +771,15 @@ options:
categories-enabled: true
# If true, the gui size will automatically change based on the amount of quests inside it.
trim-gui-size: true
+ # Enable/disable titles
titles-enabled: true
# Players cannot start any more quests than this at a single time
quest-started-limit: 2
+ # Titles for the GUIs
+ guinames:
+ quests-category: "Quests Categories"
+ quests-menu : "Quests"
+ daily-quests: "Daily Quests"
# This switches up the entire quest system.
# By enabling daily-quests, players will no longer be presented with the standard Quest GUI.
@@ -783,9 +789,12 @@ options:
# The 'repeatable' section in each quest does not apply here. It will NOT be repeatable until the next day.
# Enabling this MAY cause previous quest progress to be modified, wiped or changed irreversibly! If you're testing this on a live server, it is wise to backup
# the Quests/playerdata/ folder! You've been warned!
+#
+# Quests BETA: this feature is a work in progress, it does not work yet!
daily-quests:
enabled: false
+# Configure titles
titles:
quest-start:
title: "&cQuest Started"
@@ -794,6 +803,7 @@ titles:
title: "&cQuest Complete"
subtitle: "&7{quest}"
+# Configure messages
messages:
quest-start: "&7Quest &c{quest} &7started!"
quest-complete: "&7Quest &c{quest} &7completed!"