Advertisement
DuneSciFye

Untitled

Jun 8th, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Evil_Farmer:
  2. Type: ZOMBIE
  3. Display: '&aEvil Farmer'
  4. Health: 40
  5. Damage: 8
  6. BossBar:
  7. Enabled: true
  8. Title: '&2Evil Farmer'
  9. Range: 50
  10. Color: GREEN
  11. Style: SOLID
  12. CreateFog: true
  13. DarkenSky: true
  14. PlayMusic: true
  15. AITargetSelectors:
  16. - players
  17. Drops:
  18. - GOLD_NUGGET{display="Gold Coin"} 1to2 0.5
  19. Options:
  20. Silent: true
  21. AlwaysShowName: true
  22. DigOutOfGround: true
  23. PreventItemPickup: true
  24. PreventOtherDrops: true
  25. PreventRenaming: true
  26. PreventRandomEquipment: true
  27. PreventSunburn: true
  28. Skills:
  29. - speak{m="Who dares summon me!"} @PlayersInRadius{r=40} ~onSpawn
  30. - skill{s=Check_Nearby_Wart;name=Gain_Strength_From_Wart} @BlocksinRadius{radius=10;radiusy=3;shape=cube} ~onAttack
  31. - skill{s=Check_Nearby_Wart;name=Gain_Defence_From_Wart} @BlocksinRadius{radius=10;radiusy=3;shape=cube} ~onDamaged
  32. - skill{s=Heal_With_Nether_Wart} @self ~onTimer:60
  33. - skill{s=Place_SoulSand_Wart} @self ~onTimer:60
  34. - skill{s=Dirt_Platform} @self ~onTimer:20
  35. - message{m="hi"} @PlayersInRadius{r=40} ~onSignal:soulsand
  36. soul_sand_signal:
  37. Type: silverfish
  38. Health: 20000
  39. Damage: 0
  40. Options:
  41. MovementSpeed: 0.01
  42. PreventSunburn: true
  43. PreventOtherDrops: true
  44. NoAI: true
  45. DamageModifiers:
  46. - BLOCK_EXPLOSION 0
  47. - CONTACT 0
  48. - CRAMMING 0
  49. - CUSTOM 0
  50. - DRAGON_BREATH 0
  51. - DROWNING 0
  52. - DRYOUT 0
  53. - ENTITY_ATTACK 0
  54. - ENTITY_EXPLOSION 0
  55. - ENTITY_SWEEP_ATTACK 0
  56. - FALL 0
  57. - FALLING_BLOCK 0
  58. - FIRE 0
  59. - FIRE_TICK 0
  60. - FLY_INTO_WALL 0
  61. - FREEZE 0
  62. - HOT_FLOOR 0
  63. - LAVA 0
  64. - LIGHTNING 0
  65. - MAGIC 0
  66. - MELTING 0
  67. - POISON 0
  68. - PROJECTILE 0
  69. - SONIC_BOOM 0
  70. - STARVATION 0
  71. - SUFFOCATION 0
  72. - SUICIDE 0
  73. - THORNS 0
  74. - VOID 0
  75. - WITHER 0
  76. Skills:
  77. - signal{s=soulsand} @parent ~onSpawn
  78. - remove{delay=5} @self ~onSpawn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement