Smithing

info:
namespace: my_items
recipes:
smithing:
my_sword_modified_recipe:
enabled: true
permission_suffix: recipes_group_1.my_sword_modified_recipe
base: my_sword
addition: DIAMOND
template: EMERALD
result:
item: my_sword_modified
amount: 1Properties
template
templateThe first slot item.
base
baseThe second slot item.
addition
additionThe third slot item.
result
resultThe resulting item.
permission_suffix
permission_suffixThis option defines the required permission. It represents only the suffix of the permission.
The full permission format is: ia.user.recipe.<permission_suffix>.
Example:
ia.user.recipe.recipes_group_1.my_sword_modified_recipe
Advanced usage:
You can assign ia.user.recipe.recipes_group_1.* to grant access to all recipes within that group.
Last updated
Was this helpful?