Advertisement
PiggiesGoSqueal

Untitled

Jan 1st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.93 KB | None | 0 0
  1. Item:
  2.   id: iron_chestplate
  3.   name: "&6Farmer Tunic"
  4.   lore:
  5.    - "&7Will feed you when:"
  6.     - "&7- Equipping it"
  7.     - "&7- Unequipping it"
  8.     - "&7- Attacking mobs"
  9. armorequip: #This is the when. You can compress more than one when at the item by splitting them with a ","
  10.   Action:
  11.     player:
  12.       - setFood: 20
  13.   Condition:
  14.     player:
  15.       - permission: value:hopeitems.farmertunic.use,message:&cYou do not have permission.
  16. armorunequip:
  17.   Action:
  18.     player:
  19.       - setFood: 20
  20.   Condition:
  21.     player:
  22.       - permission: value:hopeitems.farmertunic.use,message:&cYou do not have permission.
  23. attackself:
  24.   Action:
  25.     player:
  26.       - setFood: 20
  27.   Condition:
  28.     player:
  29.       - permission: value:hopeitems.farmertunic.use,message:&cYou do not have permission.
  30. Crafting:
  31.   type: shaped
  32.   shape:
  33.    - aga
  34.     - gig
  35.     - aga
  36.   material:
  37.     a: air:0
  38.     i: iron_chestplate:0
  39.     g: golden_apple:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement