From 8c01972de0549f8cc4ee6597ec53ee8660a331ab Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Fri, 5 Mar 2021 16:43:02 +0000 Subject: Add custom items to GUI - Closes #107, closes #102, closes #77 --- src/main/resources/config.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0f7e4a46..6f941bea 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -131,6 +131,36 @@ gui: quest-cancel-background: type: "GRAY_STAINED_GLASS_PANE" +# Here you can add custom items to the quest menu +# Categories & quests will fill empty slots +#custom-elements: +# "categories": # apply to the categories menu (the main menu by default) +# 0: # <--- slot 1, note the slots start from 0! so 0 = slot 1 in this case +# 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: "DIAMOND_BLOCK" +# 1: +# display: +# name: "&cExample Custom Item (slots 2 - 5)" +# lore: +# - "&7This is a custom item which can be added" +# - "&7to your menus, but in slot 2 and repeated" +# - "&73 times." +# - "&7This is purely cosmetic." +# type: "NETHERRACK" +# repeat: 3 # repeats for 3 more slots +# "c:examples": # apply to the category "examples" +# 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" + options: # If categories are disabled, quests will be put into one big gui. categories-enabled: true -- cgit v1.2.3-70-g09d2