#Hey, I need help with deluxe menus

1 messages · Page 1 of 1 (latest)

subtle berry
#

I am trying to create a menu that can change the colour of the plus in a rank name that i have created. i have created this menu to select the colour and i want the emerald towards the bottom of the code to display what colour you have selected but it always displays the colour white no matter the permission that you have. i believe that it might be a problem with my view requirements because it is displaying the last item
my code: https://pastebin.com/QnjaknJn

#

also i have tried removing the * permission but it didnt change anytthing

fiery charm
#

you can't have all your items be priority: 1

#

1 shows first, infinity shows last

#

you also cannot name the items the exact same, or it will overwrite the previous item

#

if you put your menu in a yaml checker you'll see what I mean

subtle berry
#

i have tried changing all of the item names and the priorities to different things but it just always shows the one with the lowest priority no matter if i have the view requirement or not

fiery charm
#

can you send your current menu over

real sedgeBOT
#
FAQ Answer:

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

subtle berry
subtle berry
#

and i cant open the menu if i am not operator on the server even if i have the open requirement

fiery charm
#

deluxemenus.open.bypass is not a valid permission

#

you should be negating the deluxemenus.openrequirement.bypass.* from yourself

#

so open requirements affect you (if that's what you want)

fiery charm
# subtle berry

As for not being able to open it when NOT OP, what are you typing?

#

You may or may not have to get the luckperms expansion and use this

type: string equals
input: "%luckperms_has_permission_mvp.plus.open%"
output: 'yes'
subtle berry
#

/cplus

#

which is just a command made with a commands plugin that runs:

#

/dm open cplus_menu

fiery charm
#

That’s your issue

#

You don’t have permission to run /dm open

#

You should just put the open command as cplus inside deluxemenus, no 3rd party plug-in

#

It will allow users to type /cplus and it will open it for them

real sedgeBOT