Knokko's Custom Items

Knokko's Custom Items

37.4k Downloads

Display custom items in DeluxeMenus

RomaGreat55 opened this issue ยท 2 comments

commented

Hello! How can i display custom items from your plugin in DeluxeMenus or ChestCommands?

commented

I think DeluxeMenus can display custom items using its NBT feature: https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/item#nbt-tags-custommodeldata

If it supports nested NBT tags, you should be able to use something like KnokkosCustomItems: Name: editor_item_name in nbt_string. If it doesn't support nested keys, you can add simpler NBT to your custom items via the Editor and use that.

I think ChestCommands can also display custom items by using NBT-DATA: {KnokkosCustomItems:{Name:"editor_item_name"}}. See https://filoghost.me/docs/chest-commands/attributes.

commented

It works. Thank you a lot!