Advertisement
Guest User

Untitled

a guest
Dec 13th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. leveling:
  2. exp-calc-alt: false
  3. exp-curve: 1.0
  4. max-exp: 100000
  5. max-level: 100
  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: 100
  17. min-pvp-level: 1
  18. pvp-exp-range: 100
  19. pvp-max-exp-range: 100
  20. dump-exp-file: false
  21. mob-health-distance-modified: false
  22. mob-health-modifier: 0
  23. mob-experience-distance-modified: false
  24. mob-exp-modifier: 0
  25. mob-damage-distance-modified: false
  26. mob-damage-modifier: 0
  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: false
  41. self-heal: 0.5
  42. class-change-cooldown: 10
  43. attributes:
  44. allocation-points-per-level: 1
  45. attack-damage-per-strength: 0.04
  46. health-per-constitution: 0.1
  47. magic-resist-per-constitution: 0.003
  48. stamina-regeneration-per-endurance: 1
  49. carry-weight-per-endurance: 0.05
  50. projectile-damage-per-dexterity: 0.1
  51. speed-increase-per-dexterity: 0.001
  52. mana-per-intellect: 5
  53. mana-regeneration-per-wisdom: 1
  54. healthbar:
  55. limit-one-bar: true
  56. health-per-bar: 20
  57. properties:
  58. storage-type: yml
  59. economy: true
  60. debug: false
  61. enchant-exp-mult: 3
  62. global-cooldown: 500
  63. block-tracking-duration: 900000
  64. max-tracked-blocks: 2000
  65. slow-while-casting: true
  66. combat-time: 10000
  67. reduce-item-damage: 4
  68. silence-passive-skill-messages: false
  69. check-equipment-weight: false
  70. database:
  71. type: mysql
  72. db: test
  73. poolsize: 10
  74. url: localhost
  75. port: '3306'
  76. username: test
  77. password: test
  78. bed:
  79. enabled: true
  80. interval: 15
  81. percent: 5
  82. mana:
  83. interval: 5
  84. stamina:
  85. interval: 1
  86. food:
  87. enabled: false
  88. time-multiplier: 5000
  89. heal-percent: 0.05
  90. bonus:
  91. expiration: 0
  92. exp: 1.0
  93. message: Bonus experience time is enabled!
  94. hats:
  95. level: 1
  96. enabled: false
  97. features:
  98. item-roll:
  99. enabled: false
  100. include-victim-name: false
  101. expire-seconds: 30
  102. radius:
  103. x: 25
  104. y: 25
  105. z: 25
  106. equipment-weight:
  107. LEATHER_HELMET: 5
  108. LEATHER_CHESTPLATE: 15
  109. LEATHER_LEGGINGS: 10
  110. LEATHER_BOOTS: 5.0
  111. GOLD_HELMET: 10.0
  112. GOLD_CHESTPLATE: 25
  113. GOLD_LEGGINGS: 15
  114. GOLD_BOOTS: 5.0
  115. CHAINMAIL_HELMET: 10
  116. CHAINMAIL_CHESTPLATE: 25
  117. CHAINMAIL_LEGGINGS: 20
  118. CHAINMAIL_BOOTS: 5
  119. IRON_HELMET: 10
  120. IRON_CHESTPLATE: 30
  121. IRON_LEGGINGS: 25
  122. IRON_BOOTS: 10
  123. DIAMOND_HELMET: 15
  124. DIAMOND_CHESTPLATE: 40
  125. DIAMOND_LEGGINGS: 30
  126. DIAMOND_BOOTS: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement