Advertisement
Guest User

Aw man

a guest
Aug 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.74 KB | None | 0 0
  1. ChargedCreeper:
  2.   Type: CREEPER
  3.   Display: '&4SuperCharged Creeper'
  4.   Health: 30
  5.   Faction: Enemy
  6.   Options:
  7.     Despawn: false
  8.     AlwaysShowName: false
  9.     FollowRange: 26
  10.     KnockbackResistance: 1
  11.     MovementSpeed: 0.33
  12.     PreventMobKillDrops: true
  13.     PreventOtherDrops: true
  14.     SuperCharged: true
  15.     PreventSuicide: false
  16. LeviCreeper:
  17.   Type: CREEPER
  18.   Display: '&4Levitating Creeper'
  19.   Health: 30
  20.   Faction: Enemy
  21.   Options:
  22.     Despawn: false
  23.     AlwaysShowName: false
  24.     FollowRange: 26
  25.     KnockbackResistance: 1
  26.     MovementSpeed: 0.33
  27.     PreventMobKillDrops: true
  28.     PreventOtherDrops: true
  29.     SuperCharged: false
  30.     PreventSuicide: false
  31.   Skills:
  32.  - potion{t=LEVITATE;d=1400000;l=1} @self ~onspawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement