Magic

Magic

190k Downloads

Deluxemenus icons

Desmordss opened this issue ยท 5 comments

commented

I want to make a custom store through the deluxemenus plugin, but I can't add an icon. How do I do this?

'minister':
material: birch_sapling
nbt_int: CustomModelData:18001
display_name: 'Minister'
lore:
- 'test string'

I tried to make such a setup, but it doesn't work

commented

Unless it supports adding items saved from a file, custom NBT tags, or giving items via command you're not going to be able to put magic items in that menu.

commented
commented

Can it do sections (compound tags)?

If so, you could try setting wand.template to minister

EDIT: To be clear, a structure like

wand:
   template: minister
commented

So i need do this?

nbt_int: '{CustomModelData:18001,template:"wand"}'

not work :(

commented

FIXED. It was necessary to install the dev build of deluxemenus to display nbt textures of magic