#subcategories deluxemenus
1 messages · Page 1 of 1 (latest)
menu_title: '&f&lSkyCoins Shop'
open_command:
- skycoinshop
- skycoin shop
- sbshop
- sb shop
- store
- coinshop
- coin shop
size: 27
open_requirement:
requirements:
permission:
type: has permission
permission: menu.donate
deny_commands:
- '[close]'
items:
'CSHOP':
material: 'TRIPWIRE_HOOK'
slot: 10
hide_attributes: true
display_name: '&c&lCRATES SHOP'
lore:
- '&7Open the crates shop'
left_click_commands:
- '[openguimenu] CRATES_SHOP'
right_click_commands:
- '[refresh]'
'RSHOP':
material: 'BOOK'
slot: 12
hide_attributes: true
display_name: '&c&lRANKS SHOP'
lore:
- '&7Open the ranks shop'
left_click_commands:
- '[openguimenu] RANKS_SHOP'
right_click_commands:
- '[refresh]'
menu_title: '&c&lCrates Shop'
size: 54
I have this here
SkyCoins would be the main menu
I'm making them in the same yml file, not sure if thats the way
so different files
and the <menu-name> would refer to the name of the yml file right
1. Go to config.yml and make an entry for your menu
gui_menus:
first:
file: first_menu.yml
second:
file: second_menu.yml
2. Reload the plugin twice with /dm reload
3. You will see a new folder called gui_menus and your menu should be there
4. Open that menu and edit it to set it up or use the community-made menu maker
5. You are done! Open the menu in-game with /dm open first
first and second are menu names 
wait so would I have 1 main file for the SkyCoins and then x amount of files for the subcategories
ahh ok
1 file per menu
got it
so would the SkyCoins file be something like this
menu_title: '&f&lSkyCoins Shop'
open_command:
- skycoinshop
- skycoin shop
- sbshop
- sb shop
- store
- coinshop
- coin shop
size: 27
open_requirement:
requirements:
permission:
type: has permission
permission: menu.donate
deny_commands:
- '[close]'
gui_menus:
rankshop:
file: rankshop.yml
crateshop:
file: crateshop.yml
menu_title: '&f&lSkyCoins Shop'
open_command:
- skycoinshop
- skycoin shop
- sbshop
- sb shop
- store
- coinshop
- coin shop
size: 27
open_requirement:
requirements:
permission:
type: has permission
permission: menu.donate
deny_commands:
- '[close]'
gui_menus:
rankshop:
file: rankshop.yml
crateshop:
file: crateshop.yml
items:
'Ranks Shop':
material: 'PAPER'
slot: 10
hide_attributes: true
display_name: '&c&lRANKS SHOP'
lore:
- '&7Click to purchase ranks'
left_click_command:
- '[openguimenu] rankshop'
'Crates Shop':
material: 'TRIPWIRE_HOOK'
slot: 12
hide_attributes: true
display_name: '&b&lCRATES SHOP'
lore:
- '&7Click to purchase crates'
left_click_command:
- '[openguimenu] crateshop'
updated
@lethal sorrel what u think
not correct
gui_menus:
rankshop:
file: rankshop.yml
crateshop:
file: crateshop.yml
this does not go in your menu file
it goes in your config file
ahh ok
is everything else fine
yeah discord messes it up
uh
maybe, but it doesn't look like discord did anything here
also, it's how you paste it, nothing to do with discord anyway
yeah for larger codes i will
now I reloaded the plugin but none of them load
except gkit
any errors in the console/log?
looks like you have open_command: but none actually defined
does that sound right?
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
sec
again, best to send pastes not images
Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.
if you wanna send the whole log 
I'll send the crateshop.yml
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
yeah one sec
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
There seems to be some invalid syntax in your config! You can paste it into https://yaml.helpch.at/ in order to find out where your issue is!
thats the logs there
part of
- your skycoins shop still has
items:indented wrongly it seems - your gemsshop has the same issue
I'll check
can you also tell me your dm version
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
i see you're on 1.8.x
let me check
/dm will tell you
size is indented incorrectly
1.10.5
use a yaml formatter https://yaml-online-parser.appspot.com/
it looks like you NEED to define an open_command in your version of deluxemenus
that's why it's skipping those menus
where would I define that tho
these are the only errors left
or
open_command:
- <command>`
in both files?
you can't
in newer versions of deluxemenus, you can delete the open_command entirely, but you're using an older mc version and dm version so you can't
you could make it anything though
like open_command: h12uhg3j12k312
and nobody is gonna know
would updating fix it
no, the latest dm version for 1.8.x is 1.10.5
ah ok
nvm then
okay so now i got no errors
but nothing happens when clicking on each menu
@lethal sorrel last ping fr but any idea
is there any ordering that im doing wrong or something
Send any menu you're having issues with
Paste Services
When asking for help with a config/menu/code issue please use our paste bin:
(we prefer it over pastebin.com)
• HelpChat Paste - How To Use
It's just when I click on the 2 subcategories I created
nothing happens
- crateshop menu https://pastebin.com/JjywQBv1
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
- rankshop menu https://pastebin.com/Ju2PdcGa
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
- main menu https://pastebin.com/WB6ypggy
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
can you send your config.yml as well
and a startup log would be helpful to have
?startuplog
Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.
yeah one second
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
thats the config.yml
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
hmm
maybe it didn't exist back then
you can use /dm open <player> <menuname>
[console] dm open %player_name% rankshop
kk
menu_title: '&f&lSkyCoins Shop'
open_command:
- skycoinshop
- skycoin shop
- sbshop
- sb shop
- store
- coinshop
- coin shop
size: 27
open_requirement:
requirements:
permission:
type: has permission
permission: menu.donate
deny_commands:
- '[close]'
items:
'Ranks Shop':
material: 'PAPER'
slot: 10
hide_attributes: true
display_name: '&c&lRANKS SHOP'
lore:
- '&7Click to purchase ranks'
left_click_command:
- '[console] dm open rankshop %player_name%'
'Crates Shop':
material: 'TRIPWIRE_HOOK'
slot: 13
hide_attributes: true
display_name: '&b&lCRATES SHOP'
lore:
- '&7Click to purchase crates'
left_click_command:
- '[console] dm open crateshop %player_name%'
right_click_commands:
- '[refresh]'
so something like this?
cause ingame command is /dm open <menuname> <player>
oh, yea