Advertisement
Guest User

takoyjmb_config

a guest
Apr 14th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. leveling:
  2. exp-calc-alt: false
  3. exp-curve: 1.0
  4. max-exp: 100000
  5. max-level: 20
  6. pad-max-level: true
  7. exp-loss: 0.1
  8. pvp-exp-loss: 1.0
  9. max-party-size: 6
  10. party-exp-bonus: 1.0
  11. level-loss: false
  12. mastery-loss: false
  13. spawner-checks: false
  14. spawner-exp-mult: 0.5
  15. reset-on-death: false
  16. pvp-range: 50
  17. min-pvp-level: 1
  18. pvp-exp-range: 10
  19. pvp-max-exp-range: 40
  20. dump-exp-file: false
  21. mob-health-distance-modified: true
  22. mob-health-modifier: 3
  23. mob-experience-distance-modified: true
  24. mob-exp-modifier: 3
  25. mob-damage-distance-modified: true
  26. mob-damage-modifier: 3
  27. classes:
  28. swap-cost: 0
  29. old-swap-cost: 0
  30. prof-swap-cost: 0
  31. old-prof-swap-cost: 0
  32. master-swap-free: true
  33. first-swap-free: true
  34. use-prefix: false
  35. reset-exp-on-change: true
  36. reset-master-on-change: false
  37. reset-prof-master-on-change: false
  38. reset-prof-on-pri-change: false
  39. lock-till-master: false
  40. lock-at-max-level: true
  41. self-heal: 0.5
  42. class-change-cooldown: 600000
  43. attributes:
  44. allocation-points-per-level: 3
  45. attack-damage-per-strength: 1.0
  46. health-per-constitution: 20.0
  47. magic-resist-per-constitution: 0.003
  48. stamina-regeneration-per-endurance: 1
  49. carry-weight-per-endurance: 0.0
  50. projectile-damage-per-dexterity: 2.0
  51. speed-increase-per-dexterity: 0.001
  52. mana-per-intellect: 5
  53. mana-regeneration-per-wisdom: 1
  54. healthbar:
  55. limit-one-bar: false
  56. health-per-bar: 20
  57. display-entity-health: true
  58. properties:
  59. storage-type: yml
  60. economy: true
  61. debug: false
  62. enchant-exp-mult: 3
  63. global-cooldown: 500
  64. block-tracking-duration: 900000
  65. max-tracked-blocks: 2000
  66. slow-while-casting: true
  67. combat-time: 10000
  68. reduce-item-damage: 4
  69. silence-passive-skill-messages: false
  70. check-equipment-weight: false
  71. database:
  72. type: mysql
  73. db: test
  74. poolsize: 10
  75. url: localhost
  76. port: '3306'
  77. username: test
  78. password: test
  79. bed:
  80. enabled: true
  81. interval: 15
  82. percent: 5
  83. shield:
  84. interval: 2
  85. delay: 10
  86. mana:
  87. interval: 5
  88. stamina:
  89. interval: 1
  90. food:
  91. enabled: false
  92. time-multiplier: 5000
  93. food-heal-percent: 0.05
  94. bonus:
  95. expiration: 0
  96. exp: 1.0
  97. message: Bonus experience time is enabled!
  98. hats:
  99. level: 1
  100. enabled: false
  101. features:
  102. item-roll:
  103. enabled: true
  104. include-victim-name: false
  105. expire-seconds: 30
  106. radius:
  107. x: 25
  108. y: 25
  109. z: 25
  110. scoreboard:
  111. enabled: true
  112. title: §a§l⚠ Character ⚠
  113. component:
  114. info:
  115. enabled: true
  116. title: §3✪ Hero Info ✪
  117. class:
  118. enabled: true
  119. format:
  120. short: ' §4{0}§d L§f: §a{1}§f - {2}%'
  121. long: ' §4{0}§d Lvl§f: §a{1}§f - {2}%'
  122. long-length: 11
  123. health:
  124. enabled: true
  125. format: §4 ❤ §c{0}§f / §c{1}
  126. merge-mana: true
  127. merge-mana-threshold: 100
  128. mana:
  129. enabled: true
  130. format: §9 ⦿ {0}§f / §9{1}
  131. stamina:
  132. enabled: true
  133. format: §3 ✳ {0}§f / §3{1}
  134. party:
  135. enabled: true
  136. title: §6✰ Party ✰
  137. member-format: ' {2}{0}§f: {2}{3}%'
  138. equipment-weight:
  139. LEATHER_HELMET: 5
  140. LEATHER_CHESTPLATE: 15
  141. LEATHER_LEGGINGS: 10
  142. LEATHER_BOOTS: 5.0
  143. GOLD_HELMET: 10.0
  144. GOLD_CHESTPLATE: 25
  145. GOLD_LEGGINGS: 15
  146. GOLD_BOOTS: 5.0
  147. CHAINMAIL_HELMET: 10
  148. CHAINMAIL_CHESTPLATE: 25
  149. CHAINMAIL_LEGGINGS: 20
  150. CHAINMAIL_BOOTS: 5
  151. IRON_HELMET: 10
  152. IRON_CHESTPLATE: 30
  153. IRON_LEGGINGS: 25
  154. IRON_BOOTS: 10
  155. DIAMOND_HELMET: 15
  156. DIAMOND_CHESTPLATE: 40
  157. DIAMOND_LEGGINGS: 30
  158. DIAMOND_BOOTS: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement