For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add Attributes

Add Attributes

real-changes:
  add-attributes:
    ATTACK_DAMAGE: 
      name: attack_damage 
      amount: '{item_attributes.ATTACK_DAMAGE.amount;;0} + 1'
      operation: ADD_NUMBER 
      slot: HAND # Optional, if not set, plugin will auto set by material type

Last updated