Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.94 KB | None | 0 0
  1.  
  2.  
  3. # Jobs configuration.
  4. #
  5. # Stores information about each job.
  6. #
  7. # For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
  8.  
  9. Jobs:
  10. Woodcutter:
  11. fullname: Woodcutter
  12. shortname: W
  13. description: Earns money felling and planting trees
  14. ChatColour: GREEN
  15. chat-display: full
  16. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  17. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  18. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  19. Break:
  20. LOG:
  21. income: 5.0
  22. experience: 5.0
  23. Place:
  24. SAPLING:
  25. income: 1.0
  26. experience: 1.0
  27. WOOD: #Abuseable
  28. income: 2.0
  29. experience: 2.0
  30. Kill:
  31. Player:
  32. income: 7.5
  33. experience: 7.5
  34. permissions:
  35. aaaaaatest.node:
  36. value: true
  37. level: 0
  38. aaaaaatest.node2:
  39. value: true
  40. level: 10
  41. Miner:
  42. fullname: Miner
  43. shortname: M
  44. description: Earns money mining minerals and ores.
  45. ChatColour: DARK_GRAY
  46. chat-display: full
  47. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  48. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  49. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  50. Break:
  51. STONE:
  52. income: 2.0
  53. experience: 2.0
  54. COAL_ORE: #Abuseable
  55. income: 3.0
  56. experience: 3.0
  57. GLOWING_REDSTONE_ORE:
  58. income: 3.0
  59. experience: 3.0
  60. IRON_ORE:
  61. income: 4.0
  62. experience: 4.0
  63. GOLD_ORE:
  64. income: 5.0
  65. experience: 5.0
  66. LAPIS_ORE: #Abuseable
  67. income: 5.0
  68. experience: 5.0
  69. DIAMOND_ORE: #Abuseable
  70. income: 6.0
  71. experience: 6.0
  72. OBSIDIAN: #Abuseable, remove it. perhaps add quartz/osmium
  73. income: 7.5
  74. experience: 7.5
  75. MOSSY_COBBLESTONE: #Abuseable, wow dis is $$$$$
  76. income: 6.0
  77. experience: 6.0
  78. Place:
  79. RAILS:
  80. income: 2.0
  81. experience: 2.0
  82. IRON_ORE:
  83. income: -5.0
  84. experience: -5.0
  85. GOLD_ORE:
  86. income: -6.0
  87. experience: -6.0
  88. Kill:
  89. Player:
  90. income: 7.5
  91. experience: 7.5
  92. Builder: #I don't really see how this is adding anything to a modded server
  93. fullname: Builder
  94. shortname: B
  95. description: Earns money for building structures.
  96. ChatColour: WHITE
  97. chat-display: full
  98. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  99. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  100. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  101. Place:
  102. COBBLESTONE:
  103. income: 1.0
  104. experience: 1.0
  105. WOOD:
  106. income: 1.5
  107. experience: 1.5
  108. FENCE:
  109. income: 1.5
  110. experience: 1.5
  111. WOOL:
  112. income: 1.5
  113. experience: 1.5
  114. STONE:
  115. income: 2.25
  116. experience: 2.25
  117. GLOWSTONE:
  118. income: 3.0
  119. experience: 3.0
  120. SANDSTONE:
  121. income: 2.0
  122. experience: 2.0
  123. GLASS:
  124. income: 3.0
  125. experience: 3.0
  126. BRICK:
  127. income: 4.0
  128. experience: 4.0
  129. LAPIS_BLOCK:
  130. income: 5.0
  131. experience: 5.0
  132. DOUBLE_STEP:
  133. income: 2.0
  134. experience: 2.0
  135. STEP:
  136. income: 2.0
  137. experience: 2.0
  138. BOOKSHELF:
  139. income: 3.0
  140. experience: 3.0
  141. WOOD_STAIRS:
  142. income: 2.0
  143. experience: 2.0
  144. COBBLESTONE_STAIRS:
  145. income: 2.0
  146. experience: 2.0
  147. MOSSY_COBBLESTONE:
  148. income: 5.0
  149. experience: 5.0
  150. DIAMOND_BLOCK:
  151. income: 5.0
  152. experience: 5.0
  153. GOLD_BLOCK:
  154. income: 5.0
  155. experience: 5.0
  156. Kill:
  157. Player:
  158. income: 7.5
  159. experience: 7.5
  160. Digger: # needs some rework, the reward for dirt, grass, sand and gravel should be reduced.
  161. fullname: Digger
  162. shortname: D
  163. description: Earns money for terraforming the world.
  164. ChatColour: GOLD
  165. chat-display: full
  166. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  167. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  168. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  169. Break:
  170. DIRT:
  171. income: 2.0
  172. experience: 2.0
  173. GRASS:
  174. income: 2.0
  175. experience: 2.0
  176. GRAVEL:
  177. income: 2.0
  178. experience: 2.0
  179. SAND:
  180. income: 2.0
  181. experience: 2.0
  182. CLAY:
  183. income: 2.0
  184. experience: 2.0
  185. Kill:
  186. Player:
  187. income: 7.5
  188. experience: 7.5
  189. custom-kill:
  190. Digger:
  191. income: 10.0
  192. experience: 10.0
  193. Farmer: #Works just fine, perhaps add support for custom stuff? kinda hard with saplings but possible
  194. fullname: Farmer
  195. shortname: Fa
  196. description: Earns money farming crops.
  197. ChatColour: BLUE
  198. chat-display: full
  199. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  200. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  201. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  202. Break:
  203. CROPS-7:
  204. income: 4.0
  205. experience: 4.0
  206. SUGAR_CANE_BLOCK:
  207. income: 2.0
  208. experience: 2.0
  209. Place:
  210. CROPS-0:
  211. income: 3.0
  212. experience: 3.0
  213. SUGAR_CANE_BLOCK:
  214. income: -2.1
  215. experience: -2.1
  216. Kill:
  217. Player:
  218. income: 7.5
  219. experience: 7.5
  220. Hunter: #I would say remove it, too many spawn mob features in the game
  221. fullname: Hunter
  222. shortname: H
  223. description: Earns money killing animals and monsters.
  224. ChatColour: RED
  225. chat-display: full
  226. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  227. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  228. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  229. Kill:
  230. Chicken:
  231. income: 2.5
  232. experience: 2.5
  233. Cow:
  234. income: 2.5
  235. experience: 2.5
  236. Pig:
  237. income: 2.5
  238. experience: 2.5
  239. Sheep:
  240. income: 2.5
  241. experience: 2.5
  242. Wolf:
  243. income: 5.0
  244. experience: 5.0
  245. Creeper:
  246. income: 10.0
  247. experience: 10.0
  248. Skeleton:
  249. income: 10.0
  250. experience: 10.0
  251. Spider:
  252. income: 10.0
  253. experience: 10.0
  254. Zombie:
  255. income: 10.0
  256. experience: 10.0
  257. Player:
  258. income: 7.5
  259. experience: 7.5
  260. Fisherman: # Needs to be buffed. On avg, u get a fish per minute. Base value around that
  261. fullname: Fisherman
  262. shortname: Fi
  263. description: Earns money from fishing.
  264. ChatColour: AQUA
  265. chat-display: full
  266. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  267. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  268. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  269. Fish:
  270. RAW_FISH:
  271. income: 4.0
  272. experience: 4.0
  273. Kill:
  274. Player:
  275. income: 7.5
  276. experience: 7.5
  277. Weaponsmith:
  278. fullname: Weaponsmith
  279. shortname: W
  280. description: Earns money from crafting and repairing weapons.
  281. ChatColour: DARK_PURPLE
  282. chat-display: full
  283. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  284. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  285. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  286. Craft:
  287. WOOD_SWORD:
  288. income: 1.0
  289. experience: 1.0
  290. IRON_SWORD:
  291. income: 2.0
  292. experience: 2.0
  293. GOLD_SWORD:
  294. income: 3.0
  295. experience: 3.0
  296. DIAMOND_SWORD:
  297. income: 4.0
  298. experience: 4.0
  299. Repair:
  300. WOOD_SWORD:
  301. income: 1.0
  302. experience: 1.0
  303. IRON_SWORD:
  304. income: 2.0
  305. experience: 2.0
  306. GOLD_SWORD:
  307. income: 3.0
  308. experience: 3.0
  309. DIAMOND_SWORD:
  310. income: 4.0
  311. experience: 4.0
  312. Smelt:
  313. IRON_INGOT:
  314. income: 2.0
  315. experience: 2.0
  316. GOLD_INGOT:
  317. income: 2.0
  318. experience: 2.0
  319. Brewer: #i would tweak the income formula a bit perhaps 50% more?
  320. fullname: Brewer
  321. shortname: Br
  322. description: Earns money brewing potions.
  323. ChatColour: LIGHT_PURPLE
  324. chat-display: full
  325. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  326. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  327. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  328. Brew:
  329. NETHER_STALK:
  330. income: 1.0
  331. experience: 1.0
  332. REDSTONE:
  333. income: 2.0
  334. experience: 2.0
  335. GLOWSTONE_DUST:
  336. income: 2.0
  337. experience: 2.0
  338. SPIDER_EYE:
  339. income: 2.0
  340. experience: 2.0
  341. FERMENTED_SPIDER_EYE:
  342. income: 2.0
  343. experience: 2.0
  344. BLAZE_POWDER:
  345. income: 2.0
  346. experience: 2.0
  347. SUGAR:
  348. income: 2.0
  349. experience: 2.0
  350. SPECKLED_MELON:
  351. income: 4.0
  352. experience: 4.0
  353. MAGMA_CREAM:
  354. income: 4.0
  355. experience: 4.0
  356. GHAST_TEAR:
  357. income: 4.0
  358. experience: 4.0
  359. Enchanter:
  360. fullname: Enchanter
  361. shortname: E
  362. description: Earns money enchanting weapons.
  363. ChatColour: DARK_BLUE
  364. chat-display: full
  365. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  366. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  367. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  368. Enchant:
  369. WOOD_SWORD:
  370. income: 4.0
  371. experience: 4.0
  372. IRON_SWORD:
  373. income: 6.0
  374. experience: 6.0
  375. GOLD_SWORD:
  376. income: 8.0
  377. experience: 8.0
  378. DIAMOND_SWORD:
  379. income: 10.0
  380. experience: 10.0
  381. None:
  382. fullname: None
  383. shortname: N
  384. ChatColour: WHITE
  385. chat-display: none
  386. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  387. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  388. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  389. Kill:
  390. Player:
  391. income: 7.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement