You can now customize the look of your GUI!
A new section in the config has been added. Don't worry about adding anything new, it will auto-generate for you!
The new section will look like this:
Code (YAML):
# for customizing the layout of the gui
advanced-gui:
size
: 54
custom-items:
fill:
material
: GRAY_STAINED_GLASS_PANE
amount
: 1
name
: '&r'
lore
:
[
]
enchanted
: false
# use {player} to replace with the player's name
# [close] to close gui
# [p] (command) to send as the player
commands
:
[
]
bounty-slots
:
- '0-44'
layout:
1
:
# use custom items here or preset items such as 'exit' 'next' 'back'
item
: fill
slot
: 45-53
2:
item
: exit
slot
: 49
# these will only appear when there are multiple pages
3:
item
: back
slot
: 45
4:
item
: next
slot
: 53
You can add custom items, select which slots the bounties can appear on, and choose how big your inventory is!
It is 1 am for me right now, but I didn't want to wait any longer to release this. I have tested it, but I am not perfect, so there may be bugs. Let me know right away so I can fix them.
I will go into more depth in the future on the main page.