ShopGUI+ inconsistent shop inventory sizes

The shop inventories in my ShopGUI+ shops seem to be of miscellaneous size and it really bothers me. I only have a few items for sale compared to the default config so I don't need them to all be huge. How do I configure this?
No description
4 Replies
Admincraft Meta
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by eyesonjune#0
Admincraft Meta
Please use a paste service instead!
Paste services are more mobile friendly and easier to read than just posting a log file
Requested by eyesonjune#0
Eyesonjune
EyesonjuneOP2y ago
buttons:
# "Go back button"
goBack:
item:
# Material name, full list can be found here: https://docs.brcdev.net/#/materials
material: BARRIER
# Amount of the item
amount: 1
# (optional) Data value, for example 1 for WOOD:1 means spruce wood planks
damage: 0
# (optional) Custom name
name: "&cBack"
# (optional) Lore, can contain multiple lines
lore:
- "&7Click here to return"
- "&7to the main menu"
# Slot in each shop's GUI
slot: 17
buttons:
# "Go back button"
goBack:
item:
# Material name, full list can be found here: https://docs.brcdev.net/#/materials
material: BARRIER
# Amount of the item
amount: 1
# (optional) Data value, for example 1 for WOOD:1 means spruce wood planks
damage: 0
# (optional) Custom name
name: "&cBack"
# (optional) Lore, can contain multiple lines
lore:
- "&7Click here to return"
- "&7to the main menu"
# Slot in each shop's GUI
slot: 17
The slot for the go back button is only respected in the Blocks shop?? nvm I think I figured it out

Did you find this page helpful?