Recipes Menu
/ia command menu
Menu settings and "All" category
ia_gui.yml
contains settings about the /ia
command GUI.
It also contains the "all" category which shows every ItemsAdder item.
Creating a custom category
If you want to create your own category you have to create and add it to your own .yml
file in your namespace.
Do not add your categories into the ia_gui.yml
file!
This is an example:
Remember to give your users permission for each category if you want them to see the categories.
This example category permission is: ia.menu.seecategory.swords
Categories with the same name and different namespace will be merged, this is helpful if you have two "swords" categories.
This allows you to open /ia
menu and see all swords organized in the same category instead of having 2 swords categories.
Add bulk items to categories
Wildcard
Matches any item which has example
namespace.
Matches any namespace which has some_item
item.
Regex (advanced users)
Matches any armor item of the iasurvival
namespace.
Last updated
Was this helpful?