hubs

Untitled

Mar 15th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. # RPGHealthPlus v1.4.7
  2. configuration:
  3. max-hp: 40
  4. starting-hp: 20
  5. needed-xp-formula: 20*HP
  6. xp-lost-on-death-formula: 2*HP
  7. xp-percentage-from-mobspawners: 50
  8. hp-display-scale: 1.0
  9. enable-names-xp: false
  10. minimum-level-to-earn-xp: 0
  11. multiply-gained-xp-with-levels: false
  12. show-xp-holograms: true
  13. xp-holograms-time: 40
  14. disable-in-creative: false
  15. reset-hp-on-death: false
  16. use-hp-based-damage-multiplier: false
  17. melee-damage-multiplier: 1.0
  18. use-groups-permissions: false
  19. heal-after-world-change: false
  20. heal-after-level-up: true
  21. levelup-particles: true
  22. enable-sounds: true
  23. check-for-updates: true
  24. mobs-xp:
  25. BAT: 10
  26. BLAZE: 10
  27. CAVE_SPIDER: 10
  28. CHICKEN: 10
  29. COW: 10
  30. CREEPER: 10
  31. DONKEY: 10
  32. ELDER_GUARDIAN: 20
  33. ENDERMAN: 10
  34. ENDERMITE: 10
  35. ENDER_DRAGON: 350
  36. EVOKER: 10
  37. GHAST: 10
  38. GIANT: 160
  39. GUARDIAN: 10
  40. HORSE: 10
  41. HUSK: 10
  42. ILLUSIONER: 10
  43. IRON_GOLEM: 15
  44. LLAMA: 10
  45. MAGMA_CUBE: 10
  46. MULE: 10
  47. MUSHROOM_COW: 10
  48. OCELOT: 10
  49. PARROT: 10
  50. PIG: 10
  51. PIG_ZOMBIE: 10
  52. PLAYER: 10
  53. POLAR_BEAR: 10
  54. RABBIT: 10
  55. SHEEP: 10
  56. SHULKER: 10
  57. SILVERFISH: 10
  58. SKELETON: 10
  59. SKELETON_HORSE: 10
  60. SLIME: 0
  61. SNOWMAN: 10
  62. SPIDER: 10
  63. SQUID: 10
  64. STRAY: 10
  65. VEX: 10
  66. VILLAGER: 10
  67. VINDICATOR: 10
  68. WITCH: 10
  69. WITHER: 140
  70. WITHER_SKELETON: 10
  71. WOLF: 2
  72. ZOMBIE: 10
  73. ZOMBIE_HORSE: 10
  74. ZOMBIE_VILLAGER: 10
  75. names-xp:
  76. - examplemobname1 = 8
  77. - examplemobname2 = 6
  78. nonaffected-worlds:
  79. - exampleworldname1
  80. - exampleworldname2
Add Comment
Please, Sign In to add comment