#menu creation problem

1 messages · Page 1 of 1 (latest)

chilly forum
#

Hi! I’m having an issue with my DeluxeMenus configuration.

All my pets (the ones defined in the YAML file) are not showing up in the GUI, the only item that appears is the Next Page arrow.

The file itself is correctly formatted and contains all the mobs (Allay, Armadillo, Axolotl, etc.), each with proper slots, materials, and commands. However, DeluxeMenus only loads the arrow item and ignores the rest.

Could you please help me figure out why the GUI is not displaying the pet items?
I’ve already checked indentation, syntax, and slot numbering, everything looks fine. Maybe there’s something wrong with how DeluxeMenus reads the items section or with the GUI layout?

https://paste.helpch.at/zocatumeye.pl

winged thistle
#

max is slot 53

#
    left_click_commands:
      - ""
      - "[console] eco take %player_name% 1200000"
      - ""
      - "[console] lp user %player_name% permission set simplepets.pet.allay true"
      - ""
      - "[message] &aYou bought the &eAllay&a pet!"```

why do you have empty string for commands
#

remove them

chilly forum
winged thistle
#

rest all seems fine

chilly forum
#

ok I'll try, then I'll let you know

chilly forum
#

I corrected the first item (allay) by removing the empty strings (- "") from click_commands: but it still doesn't appear