summaryrefslogtreecommitdiffstats
path: root/bukkit/src/main/resources
diff options
context:
space:
mode:
authorAfkF24 <us.faris.ajanovic@gmail.com>2024-01-25 03:28:55 +0100
committerLeonardo Bishop <13875753+LMBishop@users.noreply.github.com>2024-02-11 16:42:43 +0000
commite356e1c7aefedb201f2348d4d7cf0a874fe0932c (patch)
tree6d6959ac996643f842335b8fa6eeb7a2da10a57f /bukkit/src/main/resources
parentaf1a539c75a0fa70b7d7fd554e5a5f6c9db6d447 (diff)
Support custom elements in started quests menu
Diffstat (limited to 'bukkit/src/main/resources')
-rw-r--r--bukkit/src/main/resources/resources/bukkit/config.yml8
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 8a9d3e45..32733079 100644
--- a/bukkit/src/main/resources/resources/bukkit/config.yml
+++ b/bukkit/src/main/resources/resources/bukkit/config.yml
@@ -368,6 +368,14 @@ gui:
# - "&7This is a custom item which can be added"
# - "&7to your menus. This is purely cosmetic."
# type: "EMERALD_BLOCK"
+# "started": # apply to the started quests menu
+# 0:
+# display:
+# name: "&cExample Custom Item (slot 1)"
+# lore:
+# - "&7This is a custom item which can be added"
+# - "&7to your menus. This is purely cosmetic."
+# type: "EMERALD_BLOCK"
# -----------------------------------------------------------