Momshroom

ExampleItems

Mar 5th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.88 KB | None | 0 0
  1. #
  2. # This example file shows you how to set up special items
  3. # for your mobs to equip or drop.
  4. SkeletonKingSword:
  5.   Id: 276
  6.   Data: 0
  7.   Display: '&3Greatsword of the Skeleton King'
  8.   Lore:
  9.  - '&6A powerful sword used by'
  10.   - '&6the King of Skeletons.'
  11.   Enchantments:
  12.  - DAMAGE_ALL:5
  13.   - KNOCKBACK:2
  14.   - FIRE_ASPECT:2
  15.   Options:
  16.     Health: 10
  17.     MovementSpeed: 0.1
  18. KingsCrown:
  19.   Id: 314
  20.   Data: 0
  21.   Amount: 1
  22.   Display: '&dCrown of the King'
  23.   Lore:
  24.  - '&6A kingly crowl that grants'
  25.   - '&6the wearer unwavering power!'
  26.   Enchantments:
  27.  - PROTECTION_ENVIRONMENTAL:2
  28.   - PROTECTION_PROJECTILE:2
  29.   - PROTECTION_FIRE:2
  30.   - PROTECTION_EXPLOSIONS:2
  31.   Options:
  32.     Health: 10
  33.     KnockbackResistance: 10
  34. BanditTunic:
  35.   Id: 299
  36.   Display: '&aBandit Tunic'
  37.   Lore:
  38.  - '&6A leather tunic taken from'
  39.   - '&6the corpse of a bandit.'
  40.   Options:
  41.     Color: 255,40,40
Add Comment
Please, Sign In to add comment