#BED item not showing on DluxeMenus

1 messages · Page 1 of 1 (latest)

frail rune
#

Hi!
I need some help with deluxemenus:
So basically i have a 1.8.8 server on pandaspigot and some menus with the BED item. On 1.8.8 the item is like a purple and black block and on 1.12.2 is the BED item. I cant upgrade the server to a newer version and I dont understand why it doesnt work: no logs or errors. Can someone help?

I arleady tried to change BED to BED_BLOCK but doesnt show anything

thin dagger
frail rune
thin dagger
frail rune
thin dagger
#

according to Spigot's documentation, it was named BED in 1.8.8 as well. can you maybe show your menu?

#

put it in a paste bin

jovial canyonBOT
#
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

frail rune
#

sure

thin dagger
#

Instead of this:

  'random':
    material: BED
    data: 14
    slot: 12

Use this:

  'random':
    material: BED
    slot: 12
frail rune
#

Ok, i wll try

frail rune
#

yep, removing data: from the config worked, thanks : D