Recipes Menu
/ia command menu
Menu settings and "All" category
Creating a custom category
info:
namespace: my_items
categories:
swords:
enabled: true
icon: "my_items:custom_item"
name: 'Swords'
permission: "ia.menu.seecategory.swords"
# THIS IS OPTIONAL. Plugin will take the one in ia_gui.yml if not set.
font_image:
name: "mcguis:blank_menu"
x_position_pixels: -16
# THIS IS OPTIONAL. Plugin will take the one in ia_gui.yml if not set.
title_position_pixels: 0
items:
- "my_items:custom_item"
- "my_items:custom_item_2"
- "my_items:custom_item_3"Add bulk items to categories
Wildcard
Regex (advanced users)
Last updated