Advertisement
Guest User

Infernalmobs config SwissCraft

a guest
Sep 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. # Chance is the chance that a mob will not be infernal, the lower the number the higher the chance. (min 1)
  2. # Enabledworlds are the worlds that infernal mobs can spawn in.
  3. # Enabledmobs are the mobs that can become infernal.
  4. # Loot is the items that are dropped when an infernal mob dies. (You can have up to 64)
  5. # Item is the item, Amount is the amount, Durability is how damaged it will be (0 is undamaged).
  6. # nameTagsLevel is the visibility level of the name tags, 0 = no tag,
  7. # 1 = tag shown when your looking at the mob, 2 = tag always shown.
  8. # Note, if you have name tags set to 0, on server restart all infernal mobs will turn normal.
  9. # If you want to enable the boss bar you must have BarAPI on your server.
  10. # nameTagsName and bossBarsName have these special tags: <mobLevel> = the amount of powers the boss has.
  11. # <abilities> = A list of about 3-5 (whatever can fit) names of abilities the boss has.
  12. # <mobName> = Name of the mob, so if the mob is a creeper the mobName will be "Creeper".
  13. configVersion: '1.14'
  14. chance: 100
  15. namePrefix: '&6Infernal'
  16. nameTagsLevel: 1
  17. nameTagsName: '&c<prefix> <mobName>'
  18. bossBarsName: '&6Tier &c<mobLevel> &6<prefix> <mobName>'
  19. enableBossBar: true
  20. bossBarSettings:
  21. defaultColor: RED
  22. defaultStyle: SOLID
  23. enableScoreBoard: false
  24. showHealthOnScoreBoard: true
  25. effectAllPlayerAttacks: true
  26. enableParticles: true
  27. enableDeathMessages: true
  28. deathMessages:
  29. - '&cplayer &chas killed an mob&c!'
  30. enableSpawnMessages: false
  31. spawnMessageRadius: 64
  32. spawnMessages:
  33. - '&cAn Infernal mob has spawned near you!'
  34. - '&cWatch out!'
  35. - '&cYou hear a faint scream...'
  36. - '&cSomething is coming...'
  37. - '&cYou hear a mob nearby...'
  38. mobworlds:
  39. - <all>
  40. effectworlds:
  41. - <all>
  42. enabledmobs:
  43. - ELDER_GUARDIAN
  44. - WITHER_SKELETON
  45. - STRAY
  46. - HUSK
  47. - ZOMBIE_VILLAGER
  48. - SKELETON_HORSE
  49. - ZOMBIE_HORSE
  50. - EVOKER
  51. - VINDICATOR
  52. - CREEPER
  53. - SKELETON
  54. - SPIDER
  55. - GIANT
  56. - ZOMBIE
  57. - SLIME
  58. - GHAST
  59. - PIG_ZOMBIE
  60. - ENDERMAN
  61. - CAVE_SPIDER
  62. - SILVERFISH
  63. - BLAZE
  64. - MAGMA_CUBE
  65. - WITHER
  66. - BAT
  67. - WITCH
  68. - ENDERMITE
  69. - GUARDIAN
  70. - SHULKER
  71. - ILLUSIONER
  72. - DROWNED
  73. - PHANTOM
  74. enabledCharmSlots:
  75. - 0
  76. - 1
  77. - 2
  78. - 3
  79. - 4
  80. - 5
  81. - 6
  82. - 7
  83. - 8
  84. - 36
  85. poisonous: true
  86. armoured: true
  87. blinding: true
  88. withering: true
  89. tosser: true
  90. thief: true
  91. quicksand: true
  92. bullwark: true
  93. rust: true
  94. sapper: true
  95. 1up: true
  96. cloaked: true
  97. ender: true
  98. ghastly: true
  99. lifesteal: true
  100. sprint: true
  101. storm: true
  102. webber: true
  103. vengeance: true
  104. weakness: true
  105. berserk: true
  106. explode: false
  107. potions: true
  108. mama: true
  109. molten: true
  110. archer: true
  111. necromancer: true
  112. firework: true
  113. gravity: true
  114. flying: true
  115. mounted: true
  116. morph: true
  117. ghost: true
  118. confusing: true
  119. mamaSpawnAmount: 3
  120. vengeanceDamage: 6
  121. berserkDamage: 3
  122. moltenBurnLength: 5
  123. gravityLevitateLength: 6
  124. horseMountsHaveSaddles: true
  125. armouredMountsHaveArmour: true
  126. fireworkColour:
  127. red: 10
  128. green: 255
  129. blue: 10
  130. enabledSpawnReasons:
  131. - BREEDING
  132. - BUILD_WITHER
  133. - CHUNK_GEN
  134. - CUSTOM
  135. - DEFAULT
  136. - INFECTION
  137. - SPAWNER_EGG
  138. - LIGHTNING
  139. - NATURAL
  140. - NETHER_PORTAL
  141. - OCELOT_BABY
  142. - REINFORCEMENTS
  143. - SILVERFISH_BLOCK
  144. - SLIME_SPLIT
  145. - VILLAGE_INVASION
  146. mobParticles:
  147. - lavaSpark:1:10
  148. mountFate: nothing
  149. enabledMounts:
  150. - SPIDER
  151. - SKELETON_HORSE
  152. - ZOMBIE_HORSE
  153. - DONKEY
  154. - MULE
  155. - SLIME
  156. - GHAST
  157. - MAGMA_CUBE
  158. - ENDER_DRAGON
  159. - BAT
  160. - PIG
  161. - SHEEP
  162. - COW
  163. - CHICKEN
  164. - MUSHROOM_COW
  165. - HORSE
  166. - POLAR_BEAR
  167. - LLAMA
  168. - PHANTOM
  169. enabledRiders:
  170. - WITHER_SKELETON
  171. - STRAY
  172. - HUSK
  173. - ZOMBIE_VILLAGER
  174. - EVOKER
  175. - VINDICATOR
  176. - SKELETON
  177. - ZOMBIE
  178. - PIG_ZOMBIE
  179. - ENDERMAN
  180. - WITCH
  181. - SNOWMAN
  182. - VILLAGER
  183. - ILLUSIONER
  184. - DROWNED
  185. disabledBabyMobs:
  186. - WOLF
  187. - MUSHROOM_COW
  188. - COW
  189. - SHEEP
  190. - PIG
  191. - CHICKEN
  192. - OCELOT
  193. - HORSE
  194. minpowers: 1
  195. maxpowers: 10
  196. healthMultiplier: 4
  197. healthByPower: false
  198. healthByDistance: false
  199. powerByDistance: false
  200. healthToAdd: 5
  201. powerToAdd: 1
  202. xpMultiplier: 8
  203. addDistance: 200
  204. enableDrops: true
  205. dropChance: 1
  206. enableFarmingDrops: false
  207. naturalSpawnHeight: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement