diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-05-13 23:00:03 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-05-13 23:00:03 +0100 |
| commit | 9a37c5413588b486870d6bd9a2902fc380e5ae57 (patch) | |
| tree | c73cd212dff1d666f1b272b73ad6e0669b404de4 /src/main/resources | |
| parent | e73c6456109b0082a4ab5cec53fde5bb357c267d (diff) | |
Add spacer menu element
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 6f941bea..9dd73a0d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -141,14 +141,22 @@ gui: # lore: # - "&7This is a custom item which can be added" # - "&7to your menus. This is purely cosmetic." +# - "" +# - "&7Two empty slots should follow." # type: "DIAMOND_BLOCK" -# 1: +# 1: # <--- start from slot 2 +# spacer: true # empty slot in GUI +# repeat: 2 # repeats for 2 slots +# 3: # <--- start from slot 4 # display: -# name: "&cExample Custom Item (slots 2 - 5)" +# name: "&cExample Custom Item (slots 4 - 7)" # lore: # - "&7This is a custom item which can be added" -# - "&7to your menus, but in slot 2 and repeated" +# - "&7to your menus, but in slot 4 and repeated" # - "&73 times." +# - "&7" +# - "&7This will come after 2 empty slots." +# - "&7" # - "&7This is purely cosmetic." # type: "NETHERRACK" # repeat: 3 # repeats for 3 more slots @@ -160,6 +168,14 @@ gui: # - "&7This is a custom item which can be added" # - "&7to your menus. This is purely cosmetic." # type: "EMERALD_BLOCK" +# "quests": # apply to the general quests menu IF categories are disabled +# 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. |
