#deluxmenu

1 messages · Page 1 of 1 (latest)

unkempt raptor
#

very good I have a problem I have put this command but it does not close the menu and open the skill because if I put it normal, the /skill command does not open.

'1':
material: 'brick_stairs'
slot: 0
display_name: '&eSkill'
lore:

'Skill'
left_click_requirement:

left_click_commands:

'[close]'
'[player] skill'

scenic iron
unkempt raptor
#

mm also does not open it the plugin I want to open is from the Aumm also does not open it the plugin I want to open is from the AureliumSkills

#

remove the [close] also does not open the command skill

scenic iron
#

/skill is a command to another mod/ plugin ?

#

If it's just a command it should work like this:


'1':
    material: brick_stairs
    slot: 0
    display_name: '&eSkill'
    lore:
    - 'Skill'
    left_click_commands:
    - '[close]'
    - '[player] skill'
unkempt raptor
#

Is plugin

scenic iron
#

try what's above

unkempt raptor
scenic iron
unkempt raptor
#

I'm sorry I don't speak English only Spanish so use a translator tonight I'll try it

unkempt raptor
fierce perch
#

try adding a delay to the skill command

scenic iron
#

Try```YML

'1':
material: brick_stairs
slot: 0
display_name: '&eSkill'
lore:
- 'Skill'
left_click_commands:
- '[close]'
- '[player] skill<delay=20>'