Advertisement
Faldonboy

UtilityMobs

May 1st, 2018
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.39 KB | None | 0 0
  1. IceCrystalMob:
  2.   Mobtype: armor_stand
  3.   Health: 50
  4.   Damage: 0
  5.   Options:
  6.     Invisible: true
  7.   Skills:
  8.  - skill{s=IceCrystalTargetLocation} @Self ~onSpawn
  9. EruptMob:
  10.   Mobtype: armor_stand
  11.   Health: 50
  12.   Damage: 0
  13.   Options:
  14.     Invisible: true
  15.   Skills:
  16.  - skill{s=EruptTargetLocation} @Self ~onSpawn
  17. VolcanoMob:
  18.   Mobtype: armor_stand
  19.   Health: 50
  20.   Damage: 0
  21.   Options:
  22.     Invisible: true
  23.   Skills:
  24.  - skill{s=VolcanoTargetLocation} @Self ~onSpawn
  25. CometMob:
  26.   Mobtype: armor_stand
  27.   Health: 50
  28.   Damage: 0
  29.   Options:
  30.     Invisible: true
  31.   Skills:
  32.  - skill{s=CometTargetLocation} @Self ~onSpawn
  33. VacuumMob:
  34.   Mobtype: armor_stand
  35.   Health: 50
  36.   Damage: 0
  37.   Options:
  38.     Invisible: true
  39.   Skills:
  40.  - skill{s=VacuumTargetLocation} @Self ~onSpawn
  41. FlareMob:
  42.   Mobtype: armor_stand
  43.   Health: 50
  44.   Damage: 0
  45.   Options:
  46.     Invisible: true
  47.   Skills:
  48.  - skill{s=FlareTargetLocation} @Self ~onSpawn
  49. ThundaraMob:
  50.   Mobtype: armor_stand
  51.   Health: 50
  52.   Damage: 0
  53.   Options:
  54.     Invisible: true
  55.   Skills:
  56.  - skill{s=ThundaraTargetLocation} @Self ~onSpawn
  57. ThundagaMob:
  58.   Mobtype: armor_stand
  59.   Health: 50
  60.   Damage: 0
  61.   Options:
  62.     Invisible: true
  63.   Skills:
  64.  - skill{s=ThundagaTargetLocation} @Self ~onSpawn
  65. StarfallMob:
  66.   Mobtype: armor_stand
  67.   Health: 50
  68.   Damage: 0
  69.   Options:
  70.     Invisible: true
  71.   Skills:
  72.  - skill{s=StarfallTargetLocation} @Self ~onSpawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement