Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. reanimate:
  2. display: '%group-color%Reanimate'
  3. description: "Repairs your item by 1/6 of it's\ndurability upon breaking."
  4. applies-to: 'All'
  5. type: 'ITEM_BREAK'
  6. group: 'GENERIC'
  7. applies:
  8. - ALL_AXE
  9. - ALL_PICKAXE
  10. - ALL_ARMOR
  11. - ALL_SWORD
  12. levels:
  13. 1:
  14. effects:
  15. - 'REMOVE_ENCHANT:reanimate'
  16. - 'ADD_DURABILITY_ITEM:<round><math>-1 * (%maximum durability%/6)</math></round>'
  17. - 'MESSAGE:&f&l** &e&lYour item has been replenished! &f&l**'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement