Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. Skills:
  2. BLIND1:
  3. mode: ALL
  4. type: POTION
  5. radius: 10
  6.  
  7. Potions:
  8. '1':
  9. type: POISON
  10. level: 1
  11. duration: 5
  12. '2':
  13. type: BLINDNESS
  14. level: 1
  15. duration: 5
  16.  
  17. BLIND2:
  18. mode: ALL
  19. type: POTION
  20. radius: 10
  21.  
  22. Potions:
  23. '1':
  24. type: POISON
  25. level: 2
  26. duration: 5
  27. '2':
  28. type: BLINDNESS
  29. level: 2
  30. duration: 5
  31.  
  32. CAGE1:
  33. mode: ALL
  34. type: CUSTOM
  35. customType: CAGE
  36. radius: 10
  37.  
  38. Cage:
  39. Flat: IRON_BLOCK
  40. Wall: IRON_FENCE
  41. Inside: STATIONARY_LAVA
  42.  
  43. CAGE2:
  44. mode: ALL
  45. type: CUSTOM
  46. customType: CAGE
  47. radius: 10
  48.  
  49. Cage:
  50. Flat: IRON_BLOCK
  51. Wall: IRON_FENCE
  52. Inside: STATIONARY_LAVA
  53. WEB:
  54. mode: ALL
  55. type: CUSTOM
  56. customType: CAGE
  57. radius: 10
  58.  
  59. Cage:
  60. Flat: WEB
  61. Wall: WEB
  62. Inside: WEB
  63.  
  64. KNOCKBACK1:
  65. mode: ALL
  66. type: CUSTOM
  67. customType: KNOCKBACK
  68. radius: 10
  69.  
  70. multiplier: 2.5
  71.  
  72. KNOCKBACK2:
  73. mode: ALL
  74. type: CUSTOM
  75. customType: KNOCKBACK
  76. radius: 10
  77.  
  78. multiplier: 5
  79.  
  80. DISARM1:
  81. mode: ONE
  82. type: CUSTOM
  83. customType: DISARM
  84. radius: 10
  85.  
  86. WARP1:
  87. mode: ONE
  88. type: CUSTOM
  89. customType: WARP
  90. radius: 10
  91.  
  92. EXPLOSION1:
  93. mode: ALL
  94. type: POTION
  95. radius: 2
  96.  
  97. Potions:
  98. '1':
  99. type: WITHER
  100. level: 3
  101. duration: 5
  102.  
  103. MINIONS1:
  104. mode: BOSS
  105. type: CUSTOM
  106. customType: MINIONS
  107. radius: 10
  108.  
  109. Boss:
  110. type: ZOMBIE
  111. name: '&a&lMinion Goblin'
  112. health: 40
  113. Armor:
  114. type: LEATHER
  115. enchants:
  116. - PROTECTION_ENVIRONMENTAL:4
  117. - DURABILITY:3
  118. Weapon:
  119. type: STONE
  120. enchants:
  121. - DAMAGE_ALL:10
  122. - DURABILITY:3
  123. Potions:
  124. '1':
  125. type: SPEED
  126. level: 10
  127. duration: -1
  128.  
  129. MINIONS2:
  130. mode: BOSS
  131. type: CUSTOM
  132. customType: MINIONS
  133. radius: 10
  134.  
  135. Boss:
  136. type: ZOMBIE
  137. name: '&a&lMinion Zombie'
  138. health: 40
  139. Armor:
  140. type: LEATHER
  141. enchants:
  142. - PROTECTION_ENVIRONMENTAL:4
  143. - DURABILITY:3
  144. Weapon:
  145. type: STONE
  146. enchants:
  147. - DAMAGE_ALL:10
  148. - DURABILITY:3
  149. Potions:
  150. '1':
  151. type: SPEED
  152. level: 8
  153. duration: -1
  154. MINIONS3:
  155. mode: BOSS
  156. type: CUSTOM
  157. customType: MINIONS
  158. radius: 10
  159.  
  160. Boss:
  161. type: CAVE_SPIDER
  162. name: '&a&lMinion Spider'
  163. health: 45
  164. Armor:
  165. type: LEATHER
  166. enchants:
  167. - PROTECTION_ENVIRONMENTAL:7
  168. - DURABILITY:3
  169. Weapon:
  170. type: STONE
  171. enchants:
  172. - DAMAGE_ALL:15
  173. - DURABILITY:3
  174. Potions:
  175. '1':
  176. type: SPEED
  177. level: 10
  178. duration: -1
  179. MINIONS4:
  180. mode: BOSS
  181. type: CUSTOM
  182. customType: MINIONS
  183. radius: 10
  184.  
  185. Boss:
  186. type: SKELETON
  187. name: '&a&lMinion Skeleton'
  188. health: 25
  189. Armor:
  190. type: LEATHER
  191. enchants:
  192. - PROTECTION_ENVIRONMENTAL:4
  193. - DURABILITY:3
  194. Weapon:
  195. type: BOW
  196. enchants:
  197. - DAMAGE_ALL:10
  198. - DURABILITY:3
  199. - ARROW_DAMAGE: 5
  200. Potions:
  201. '1':
  202. type: SPEED
  203. level: 2
  204. duration: -1
  205. MINIONS5:
  206. mode: BOSS
  207. type: CUSTOM
  208. customType: MINIONS
  209. radius: 10
  210.  
  211. Boss:
  212. type: SPIDER
  213. name: '&a&lMinion SPIDER'
  214. health: 50
  215. Armor:
  216. type: LEATHER
  217. enchants:
  218. - PROTECTION_ENVIRONMENTAL:4
  219. - DURABILITY:3
  220. Weapon:
  221. type: BOW
  222. enchants:
  223. - DAMAGE_ALL:15
  224. - DURABILITY:3
  225. - ARROW_DAMAGE: 5
  226. Potions:
  227. '1':
  228. type: SPEED
  229. level: 10
  230. duration: -1
  231.  
  232. INSIDIOUS1:
  233. mode: ALL
  234. type: CUSTOM
  235. customType: INSIDIOUS
  236. radius: 10
  237.  
  238. burnDuration: 4
  239.  
  240. INSIDIOUS2:
  241. mode: ALL
  242. type: CUSTOM
  243. customType: INSIDIOUS
  244. radius: 10
  245.  
  246. burnDuration: 6
  247.  
  248. LOOT1:
  249. mode: RANDOM
  250. type: COMMAND
  251. radius: 10
  252. commands:
  253. - '40:eco give {p} 100'
  254. - '60:eco give {p} 1000'
  255.  
  256. LOOT2:
  257. mode: RANDOM
  258. type: COMMAND
  259. radius: 10
  260. commands:
  261. - '40:eco give {p} 200'
  262. - '60:eco give {p} 2000'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement