Simple addon for CommandPanels, that adds direct support for ItemsAdder, so you don't have to search for the item's CustoModel ID. All you need is the name of the item and its namespace ID.
When the CustomModel ID of the item is changed, the item stays same. (Without this plugin the item will be changed for another)
How to add custom item from ItemsAdder to CommandPanel GUI? Really simply, just add new line to your GUI item properties:
Code (YAML):
itemsadder: %NAMESPACE%:%ITEM_NAME%
Code (YAML):
panels:
exmaple-gui:
rows: 5
title: 'GUI Title'
item:
'31':
material: PAPER
itemsadder: customitems:example-sword
#You have to write the namespace id and the name of the item! name: '&aExample item'
lore: []