Advertisement
Guest User

jobsConfig.yml

a guest
Feb 24th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. # Jobs configuration.
  2. #
  3. # Stores information about each job.
  4. #
  5. # For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
  6.  
  7. Jobs:
  8. Lumberjack:
  9. fullname: Lumberjack
  10. shortname: L
  11. ChatColour: DARK_GREEN
  12. chat-display: full
  13. leveling-progression-equation: 50*(joblevel)
  14. income-progression-equation: baseincome*((1.15)*(joblevel-1))
  15. experience-progression-equation: baseexperience*((1.15)*(joblevel-1))
  16. Break:
  17. LOG:
  18. income: 1.0
  19. experience: 1.0
  20. Place:
  21. SAPLING:
  22. income: 0.25
  23. experience: 0.25
  24. WOOD:
  25. income: 0.5
  26. experience: 0.5
  27. LOG:
  28. income: 0.75
  29. experience: 0.75
  30. Miner:
  31. fullname: Miner
  32. shortname: M
  33. ChatColour: GRAY
  34. chat-display: full
  35. leveling-progression-equation: 50*(joblevel)
  36. income-progression-equation: baseincome*((1.15)*(joblevel-1))
  37. experience-progression-equation: baseexperience*((1.15)*(joblevel-1))
  38. Break:
  39. STONE:
  40. income: 0.25
  41. experience: 0.25
  42. COAL_ORE:
  43. income: 0.5
  44. experience: 0.5
  45. IRON_ORE:
  46. income: 0.75
  47. experience: 0.75
  48. GOLD_ORE:
  49. income: 1.25
  50. experience: 1.25
  51. REDSTONE_ORE:
  52. income: 1.0
  53. experience: 1.0
  54. DIAMOND_ORE:
  55. income: 1.5
  56. experience: 1.5
  57. OBSIDIAN:
  58. income: 1.75
  59. experience: 1.75
  60. NETHERRACK:
  61. income: 0.75
  62. experience: 0.75
  63. NETHER_BRICK:
  64. income: 1.0
  65. experience: 1.0
  66. Farmer:
  67. fullname: Farmer
  68. shortname: F
  69. ChatColour: GREEN
  70. chat-display: full
  71. leveling-progression-equation: 50*(joblevel)
  72. income-progression-equation: baseincome*((1.15)*(joblevel-1))
  73. experience-progression-equation: baseexperience*((1.15)*(joblevel-1))
  74. Break:
  75. LONG_GRASS:
  76. income: 0.05
  77. experience: 0.05
  78. MELON_BLOCK:
  79. income: 1.0
  80. experience: 1.0
  81. PUMPKIN:
  82. income: 1.0
  83. experience: 1.0
  84. WHEAT:
  85. income: 1.0
  86. experience: 1.0
  87. POTATO:
  88. income: 1.0
  89. experience: 1.0
  90. CARROT:
  91. income: 1.0
  92. experience: 1.0
  93. CACTUS:
  94. income: 1.0
  95. experience: 1.0
  96. SUGAR_CANE:
  97. income: 0.5
  98. experience: 0.5
  99. BROWN_MUSHROOM:
  100. income: 1.0
  101. experience: 1.0
  102. RED_MUSHROOM:
  103. income: 1.0
  104. experience: 1.0
  105. NETHER_STALK:
  106. income: 1.0
  107. experience: 1.0
  108. COCOA:
  109. income: 1.0
  110. experience: 1.0
  111. Knight:
  112. fullname: Knight
  113. shortname: K
  114. ChatColour: BLACK
  115. chat-display: full
  116. leveling-progression-equation: 50*(joblevel)
  117. income-progression-equation: baseincome*((1.15)*(joblevel-1))
  118. experience-progression-equation: baseexperience*((1.15)*(joblevel-1))
  119. Kill:
  120. Wolf:
  121. income: 0.5
  122. experience: 0.5
  123. Creeper: income 1.0 experience 1.0
  124. Skeleton:
  125. income: 1.0
  126. experience: 1.0
  127. Spider:
  128. income: 1.0
  129. experience: 1.0
  130. Zombie:
  131. income: 1.0
  132. experience: 1.0
  133. PigZombie:
  134. income: 1.25
  135. experience: 1.25
  136. Ghast:
  137. income: 1.75
  138. experience: 1.75
  139. Slime:
  140. income: 1.0
  141. experience: 1.0
  142. Hunter:
  143. fullname: Hunter
  144. shortname: H
  145. ChatColour: DARK_RED
  146. chat-display: full
  147. leveling-progression-equation: 50*(joblevel)
  148. income-progression-equation: baseincome*((1.15)*(joblevel-1))
  149. experience-progression-equation: baseexperience*((1.15)*(joblevel-1))
  150. Kill:
  151. Chicken:
  152. income: 0.5
  153. experience: 0.5
  154. Cow:
  155. income: 1.0
  156. experience: 1.0
  157. Pig:
  158. income: 1.0
  159. experience: 1.0
  160. Sheep:
  161. income: 1.0
  162. experience: 1.0
  163. Squid:
  164. income: 1.25
  165. experience: 1.25
  166. Soldier:
  167. fullname: Soldier
  168. shortname: S
  169. ChatColour: GOLD
  170. chat-display: full
  171. leveling-progression-equation: 50*(joblevel)
  172. income-progression-equation: baseincome*((1.15)*(joblevel-1))
  173. experience-progression-equation: baseexperience*((1.15)*(joblevel-1))
  174. Kill:
  175. Player:
  176. income: 5.0
  177. experience: 5.0
  178. custom-kill:
  179. Soldier:
  180. income: 7.5
  181. experience: 7.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement