Advertisement
Guest User

Untitled

a guest
May 20th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1. configVersion: "1.13"
  2. #Chance is the chance that a mob will not be infernal, the lower the number the higher the chance. (min 1)
  3. #Enabledworlds are the worlds that infernal mobs can spawn in.
  4. #Enabledmobs are the mobs that can become infernal.
  5. #Loot is the items that are dropped when an infernal mob dies. (You can have up to 64)
  6. #Item is the item, Amount is the amount, Durability is how damaged it will be (0 is undamaged).
  7. #nameTagsLevel is the visibility level of the name tags, 0 = no tag,
  8. #1 = tag shown when your looking at the mob, 2 = tag always shown.
  9. #Note, if you have name tags set to 0, on server restart all infernal mobs will turn normal.
  10. #If you want to enable the boss bar you must have BarAPI on your server.
  11. #nameTagsName and bossBarsName have these special tags: <mobLevel> = the amount of powers the boss has.
  12. #<abilities> = A list of about 3-5 (whatever can fit) names of abilities the boss has.
  13. #<mobName> = Name of the mob, so if the mob is a creeper the mobName will be "Creeper".
  14. chance: 100
  15. #mobChances:
  16. # Ghast: 150
  17. #levelChance:
  18. # '3': 1
  19. # '4': 1
  20. # '5': 1
  21. # '6': 1
  22. # '7': 1
  23. namePrefix: '&fInfernal'
  24. #levelPrefixs:
  25. # '3': '&fMad'
  26. # '4': '&fRabid'
  27. # '5': '&fGiant'
  28. # '6': '&fKing'
  29. # '7': '&fInfernal'
  30. nameTagsLevel: 1
  31. nameTagsName: '&f<prefix> <mobName>'
  32. bossBarsName: '&fLevel <mobLevel> &f<prefix> <mobName>'
  33. enableBossBar: true
  34. bossBarSettings:
  35. defaultColor: "PINK"
  36. defaultStyle: "SOLID"
  37. # perMob:
  38. # PigZombie:
  39. # color: "RED"
  40. # style: "SEGMENTED_6"
  41. # Ghast:
  42. # color: "RED"
  43. # style: "SEGMENTED_12"
  44. # WitherSkeleton:
  45. # color: "RED"
  46. # style: "SEGMENTED_20"
  47. # Blaze:
  48. # color: "RED"
  49. # style: "SEGMENTED_10"
  50. # Creeper:
  51. # color: "GREEN"
  52. # style: "SEGMENTED_6"
  53. # perLevel:
  54. # 5:
  55. # color: "GREEN"
  56. # style: "SEGMENTED_6"
  57. enableScoreBoard: false
  58. showHealthOnScoreBoard: true
  59. effectAllPlayerAttacks: true
  60. enableParticles: true
  61. enableDeathMessages: false
  62. deathMessages:
  63. - '&cplayer &chas killed an mob&c!'
  64. - '&cAn mob &cwas slain by player&c!'
  65. - '&cplayer &cowned an mob&c!'
  66. - '&cAn mob &cwas beheaded by player&c''s weapon!'
  67. - '&cplayer&c''s weapon &ckilled an mob&c!'
  68. - '&cAn mob &cwas killed by player &cusing a weapon&c!'
  69. enableSpawnMessages: false
  70. spawnMessageRadius: 64
  71. spawnMessages:
  72. - '&cAn Infernal mob has spawned near you!'
  73. - '&cWatch out!'
  74. - '&cYou hear a faint scream...'
  75. - '&cSomething is coming...'
  76. - '&cYou hear a mob nearby...'
  77. mobworlds:
  78. - <all>
  79. effectworlds:
  80. - <all>
  81. enabledmobs:
  82. - ELDER_GUARDIAN
  83. - WITHER_SKELETON
  84. - STRAY
  85. - HUSK
  86. - ZOMBIE_VILLAGER
  87. - SKELETON_HORSE
  88. - ZOMBIE_HORSE
  89. #- DONKEY
  90. #- MULE
  91. - EVOKER
  92. - VEX
  93. - VINDICATOR
  94. - CREEPER
  95. - SKELETON
  96. - SPIDER
  97. - GIANT
  98. - ZOMBIE
  99. - SLIME
  100. - GHAST
  101. - PIG_ZOMBIE
  102. - ENDERMAN
  103. - CAVE_SPIDER
  104. - SILVERFISH
  105. - BLAZE
  106. - MAGMA_CUBE
  107. - ENDER_DRAGON
  108. - WITHER
  109. #- BAT
  110. - WITCH
  111. - ENDERMITE
  112. - GUARDIAN
  113. - SHULKER
  114. - ILLUSIONER
  115. - PARROT
  116. #- PIG
  117. #- SHEEP
  118. #- COW
  119. #- CHICKEN
  120. #- SQUID
  121. #- WOLF
  122. #- MUSHROOM_COW
  123. #- SNOWMAN
  124. #- OCELOT
  125. #- IRON_GOLEM
  126. #- HORSE
  127. #- RABBIT
  128. - POLAR_BEAR
  129. - LLAMA
  130. #- VILLAGER
  131. - DROWNED
  132. - PHANTOM
  133. - PUFFERFISH
  134. enabledCharmSlots:
  135. - 0
  136. - 1
  137. - 2
  138. - 3
  139. - 4
  140. - 5
  141. - 6
  142. - 7
  143. - 8
  144. - 36
  145. poisonous: true
  146. armoured: true
  147. blinding: true
  148. withering: true
  149. tosser: true
  150. thief: true
  151. quicksand: true
  152. bullwark: true
  153. rust: true
  154. sapper: true
  155. 1up: true
  156. cloaked: true
  157. ender: true
  158. ghastly: true
  159. lifesteal: true
  160. sprint: true
  161. storm: true
  162. webber: true
  163. vengeance: false
  164. weakness: true
  165. berserk: true
  166. explode: true
  167. potions: true
  168. mama: true
  169. molten: true
  170. archer: true
  171. necromancer: true
  172. firework: true
  173. gravity: true
  174. flying: true
  175. mounted: true
  176. morph: true
  177. ghost: true
  178. confusing: true
  179. mamaSpawnAmount: 3
  180. vengeanceDamage: 6
  181. berserkDamage: 3
  182. moltenBurnLength: 5
  183. gravityLevitateLength: 6
  184. horseMountsHaveSaddles: true
  185. armouredMountsHaveArmour: true
  186. fireworkColour:
  187. red: 255
  188. green: 10
  189. blue: 10
  190. enabledSpawnReasons:
  191. - BREEDING
  192. #- BUILD_IRONGOLEM
  193. #- BUILD_SNOWMAN
  194. - BUILD_WITHER
  195. - CHUNK_GEN
  196. #- CURED
  197. - CUSTOM
  198. - DEFAULT
  199. #- DISPENSE_EGG
  200. #- EGG
  201. - INFECTION
  202. - SPAWNER_EGG
  203. #- JOCKEY
  204. - LIGHTNING
  205. #- MOUNT
  206. - NATURAL
  207. - NETHER_PORTAL
  208. - OCELOT_BABY
  209. - REINFORCEMENTS
  210. - SILVERFISH_BLOCK
  211. - SLIME_SPLIT
  212. #- SPAWNER
  213. #- SPAWNER_EGG
  214. #- TRAP
  215. #- VILLAGE_DEFENSE
  216. - VILLAGE_INVASION
  217. mobParticles:
  218. - lavaSpark:1:10
  219. mountFate: nothing
  220. enabledMounts:
  221. - SPIDER
  222. - SKELETON_HORSE
  223. - ZOMBIE_HORSE
  224. - DONKEY
  225. - MULE
  226. - SLIME
  227. - GHAST
  228. - MAGMA_CUBE
  229. - ENDER_DRAGON
  230. - BAT
  231. - PIG
  232. - SHEEP
  233. - COW
  234. - CHICKEN
  235. - MUSHROOM_COW
  236. - HORSE
  237. - POLAR_BEAR
  238. - LLAMA
  239. - PHANTOM
  240. enabledRiders:
  241. - WITHER_SKELETON
  242. - STRAY
  243. - HUSK
  244. - ZOMBIE_VILLAGER
  245. - EVOKER
  246. - VINDICATOR
  247. - SKELETON
  248. - ZOMBIE
  249. - PIG_ZOMBIE
  250. - ENDERMAN
  251. - WITCH
  252. - SNOWMAN
  253. - VILLAGER
  254. - ILLUSIONER
  255. - DROWNED
  256. disabledBabyMobs:
  257. - WOLF
  258. - MUSHROOM_COW
  259. - COW
  260. - SHEEP
  261. - PIG
  262. - CHICKEN
  263. - OCELOT
  264. - HORSE
  265. #The min/max amount of powers that a mob will get.
  266. #NOTE: the amount of enabled powers must not be less than the maxpowers.
  267. #healthMultiplier is what number the infernal mobs health will be multiplied by.
  268. #If you have healthByPower enabled then healthMultiplier and healthByDistance will do nothing.
  269. #dropChance is the chance a dead mob will drop loot, the lower the higher the chance (min 1)
  270. #xpMultiplier is what the normal xp a mob drops will be multiplied by.
  271. #healthByDistance makes mobs HP go up as you go further from the world spawn.
  272. #Every addDistance blocks the mobs will get healthToAdd times how far they are HP.
  273. minpowers: 3
  274. maxpowers: 7
  275. healthMultiplier: 4
  276. healthByPower: false
  277. healthByDistance: false
  278. powerByDistance: false
  279. healthToAdd: 5
  280. powerToAdd: 1
  281. xpMultiplier: 8
  282. addDistance: 200
  283. enableDrops: true
  284. dropChance: 1
  285. enableFarmingDrops: false
  286. naturalSpawnHeight: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement