Advertisement
Guest User

Problème métier Jobs 2

a guest
Jan 3rd, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.28 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. Bucheron:
  9. fullname: Bucheron
  10. shortname: W
  11. ChatColour: GREEN
  12. chat-display: full
  13. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  14. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  15. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  16. Break:
  17. LOG:
  18. income: 2.0
  19. experience: 1.0
  20. Place:
  21. SAPLING:
  22. income: 1.0
  23. experience: 1.0
  24. WOOD:
  25. income: 2.0
  26. experience: 2.0
  27. Kill:
  28. Player:
  29. income: 0.5
  30. experience: 0.5
  31. custom-kill:
  32. Bucheron:
  33. income: 0.0
  34. experience: 0.0
  35. permissions:
  36. aaaaaatest.node:
  37. value: true
  38. level: 0
  39. aaaaaatest.node2:
  40. value: true
  41. level: 10
  42. Mineur:
  43. fullname: Mineur
  44. shortname: M
  45. ChatColour: GOLD
  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: 0.25
  53. experience: 1.0
  54. COAL_ORE:
  55. income: 0.95
  56. experience: 1.5
  57. GLOWING_REDSTONE_ORE.:
  58. income: 1.3
  59. experience: 1.75
  60. IRON_ORE:
  61. income: 1.6
  62. experience: 1.9
  63. GOLD_ORE:
  64. income: 1.9
  65. experience: 2.0
  66. LAPIS_ORE:
  67. income: 1.4
  68. experience: 3.4
  69. DIAMOND_ORE:
  70. income: 1.9
  71. experience: 5.5
  72. OBSIDIAN:
  73. income: 2.0
  74. experience: 3.5
  75. MOSSY_COBBLESTONE:
  76. income: 0.8
  77. experience: 2.0
  78. COBBLESTONE:
  79. income: 0.8
  80. experience: 1.0
  81. EMERALD_ORE:
  82. income: 1.0
  83. experience: 1.9
  84. Place:
  85. RAILS:
  86. income: 0.0
  87. experience: 0.0
  88. IRON_ORE:
  89. income: -2.0
  90. experience: 0.0
  91. GOLD_ORE:
  92. income: 0.0
  93. experience: 0.0
  94. Kill:
  95. Player:
  96. income: 7.5
  97. experience: 7.5
  98. custom-kill:
  99. Mineur:
  100. income: 10.0
  101. experience: 10.0
  102. Construteur:
  103. fullname: Constructeur
  104. shortname: B
  105. ChatColour: WHITE
  106. chat-display: full
  107. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  108. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  109. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  110. Place:
  111. COBBLESTONE:
  112. income: 0.0
  113. experience: 1.0
  114. WORKBENCH:
  115. income: 0.2
  116. experience: 1.2
  117. WOOD:
  118. income: 0.5
  119. experience: 1.5
  120. FENCE:
  121. income: 0.9
  122. experience: 1.0
  123. WOOL:
  124. income: 0.5
  125. experience: 0.5
  126. STONE:
  127. income: 1.25
  128. experience: 2.25
  129. GLOWSTONE:
  130. income: 1.0
  131. experience: 1.0
  132. SANDSTONE:
  133. income: 2.0
  134. experience: 2.0
  135. GLASS:
  136. income: 1.0
  137. experience: 1.0
  138. BRICK:
  139. income: 1.0
  140. experience: 1.0
  141. LAPIS_BLOCK:
  142. income: 0.0
  143. experience: 2.0
  144. DOUBLE_STEP:
  145. income: 2.0
  146. experience: 2.0
  147. STEP:
  148. income: 2.0
  149. experience: 2.0
  150. BOOKSHELF:
  151. income: 2.0
  152. experience: 2.0
  153. WOOD_STAIRS:
  154. income: 2.0
  155. experience: 2.0
  156. COBBLESTONE_STAIRS:
  157. income: 1.0
  158. experience: 2.0
  159. MOSSY_COBBLESTONE:
  160. income: 1.0
  161. experience: 2.0
  162. DIAMOND_BLOCK:
  163. income: 1.0
  164. experience: 2.0
  165. GOLD_BLOCK:
  166. income: 1.0
  167. experience: 2.0
  168. Kill:
  169. Player:
  170. income: 7.5
  171. experience: 7.5
  172. custom-kill:
  173. Constructeur:
  174. income: 10.0
  175. experience: 10.0
  176. Fermier:
  177. fullname: Fermier
  178. shortname: Fa
  179. description: Gagne de l’argent en cultivant des cultures.
  180. ChatColour: BLUE
  181. chat-display: full
  182. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  183. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  184. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  185. Break:
  186. CROPS-7:
  187. income: 1.0
  188. experience: 1.0
  189. SUGAR_CANE_BLOCK:
  190. income: 4.0
  191. experience: 4.0
  192. CACTUS:
  193. income: 0.75
  194. experience: 0.75
  195. LONG_GRASS:
  196. income: 0.1
  197. experience: 0.15
  198. MELON_BLOCK:
  199. income: 0.8
  200. experience: 0.8
  201. PUMPKIN:
  202. income: 0.8
  203. experience: 0.8
  204. YELLOW_FLOWER:
  205. income: 0.1
  206. experience: 0.2
  207. CARROT:
  208. income: 0.4
  209. experience: 0.2
  210. WHEAT:
  211. income: 0.5
  212. experience: 0.75
  213. RED_ROSE:
  214. income: 0.1
  215. experience: 0.2
  216. Place:
  217. CROPS-7:
  218. income: 3.0
  219. experience: 3.0
  220. SUGAR_CANE_BLOCK:
  221. income: 1.0
  222. experience: 1.0
  223. SEEDS:
  224. income: 0.5
  225. experience: 0.75
  226. CACTUS:
  227. income: 0.2
  228. experience: 0.5
  229. Craft:
  230. PUMPKIN_PIE:
  231. income: 0.75
  232. experience: 1.0
  233. BREAD:
  234. income: 0.5
  235. experience: 1.0
  236. SUGAR:
  237. income: 0.2
  238. experience: 1.0
  239. Kill:
  240. Player:
  241. income: 0.5
  242. experience: 0.5
  243. custom-kill:
  244. Fermier:
  245. income: 0.0
  246. experience: 0.0
  247. Chasseur:
  248. fullname: Chasseur
  249. shortname: H
  250. ChatColour: RED
  251. chat-display: full
  252. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  253. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  254. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  255. Kill:
  256. Chicken:
  257. income: 1.0
  258. experience: 2.5
  259. Cow:
  260. income: 1.5
  261. experience: 2.5
  262. Pig:
  263. income: 1.5
  264. experience: 2.5
  265. Sheep:
  266. income: 1.5
  267. experience: 2.5
  268. Wolf:
  269. income: 1.0
  270. experience: 3.0
  271. Creeper:
  272. income: 2.0
  273. experience: 10.0
  274. Skeleton:
  275. income: 2.0
  276. experience: 10.0
  277. Spider:
  278. income: 2.0
  279. experience: 5.0
  280. Zombie:
  281. income: 2.0
  282. experience: 5.0
  283. Zombie_pigman:
  284. income: 2.0
  285. experience: 1.0
  286. Ghast:
  287. income: 2.0
  288. experience: 1.0
  289. Squid:
  290. income: 2.0
  291. experience: 1.0
  292. Horse:
  293. income: 2.0
  294. experience: 1.0
  295. Llama:
  296. income: 2.0
  297. experience: 1.0
  298. Polar_bear:
  299. income: 2.0
  300. experience: 1.0
  301. Enderman:
  302. income: 2.0
  303. experience: 1.0
  304. Blaze:
  305. income: 2.0
  306. experience: 1.0
  307. Magma_cube:
  308. income: 2.0
  309. experience: 1.0
  310. Shulker:
  311. income: 2.0
  312. experience: 1.0
  313. Silverfish:
  314. income: 2.0
  315. experience: 1.0
  316. Slime:
  317. income: 2.0
  318. experience: 1.0
  319. Cave_spider:
  320. income: 2.0
  321. experience: 1.0
  322. Wither_skeleton:
  323. income: 2.0
  324. experience: 1.0
  325. Player:
  326. income: 0.5
  327. experience: 0.5
  328. custom-kill:
  329. Bucheron:
  330. income: 10.0
  331. experience: 5.0
  332. Mineur:
  333. income: 10.0
  334. experience: 10.0
  335. Fermier:
  336. income: 10.0
  337. experience: 10.0
  338. Constructeur:
  339. income: 10.0
  340. experience: 10.0
  341. Chasseur:
  342. income: 20.0
  343. experience: 20.0
  344. Pecheur:
  345. fullname: Pecheur
  346. shortname: Fi
  347. ChatColour: AQUA
  348. chat-display: full
  349. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  350. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  351. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  352. Fish:
  353. RAW_FISH:
  354. income: 4.0
  355. experience: 4.0
  356. Kill:
  357. Player:
  358. income: 0.5
  359. experience: 0.5
  360. custom-kill:
  361. Pecheur:
  362. income: 0.0
  363. experience: 0.0
  364. Forgeron:
  365. fullname: Forgeron
  366. shortname: W
  367. ChatColour: DARK_PURPLE
  368. chat-display: full
  369. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  370. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  371. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  372. Craft:
  373. IRON_SWORD:
  374. income: 0.75
  375. experience: 1.1
  376. IRON_AXE:
  377. income: 0.5
  378. experience: 1.3
  379. IRON_HOE:
  380. income: 0.5
  381. experience: 1.1
  382. IRON_PICKAXE:
  383. income: 0.55
  384. experience: 1.3
  385. IRON_SPADE:
  386. income: 0.5
  387. experience: 1.3
  388. IRON_HELMET:
  389. income: 0.5
  390. experience: 1.3
  391. IRON_BOOTS:
  392. income: 0.55
  393. experience: 1.1
  394. IRON_LEGGINGS:
  395. income: 0.5
  396. experience: 1.1
  397. IRON_BLOCK:
  398. income: 0.55
  399. experience: 1.6
  400. GOLD_SWORD:
  401. income: 0.5
  402. experience: 1.2
  403. GOLD_AXE:
  404. income: 0.5
  405. experience: 1.2
  406. GOLD_HOE:
  407. income: 0.5
  408. experience: 1.0
  409. GOLD_PICKAXE:
  410. income: 0.55
  411. experience: 1.2
  412. GOLD_SPADE:
  413. income: 0.5
  414. experience: 1.2
  415. GOLD_HELMET:
  416. income: 0.5
  417. experience: 1.2
  418. GOLD_BOOTS:
  419. income: 0.55
  420. experience: 1.0
  421. GOLD_LEGGINGS:
  422. income: 0.5
  423. experience: 1.0
  424. GOLD_BLOCK:
  425. income: 0.55
  426. experience: 1.5
  427. GOLD_NUGGET:
  428. income: 0.5
  429. experience: 1.0
  430. DIAMOND_SWORD:
  431. income: 1.0
  432. experience: 1.4
  433. DIAMOND_AXE:
  434. income: 0.5
  435. experience: 1.4
  436. DIAMOND_HOE:
  437. income: 0.5
  438. experience: 1.2
  439. DIAMOND_PICKAXE:
  440. income: 0.55
  441. experience: 1.4
  442. DIAMOND_SPADE:
  443. income: 0.5
  444. experience: 1.4
  445. DIAMOND_HELMET:
  446. income: 0.5
  447. experience: 1.4
  448. DIAMOND_BOOTS:
  449. income: 0.55
  450. experience: 1.2
  451. DIAMOND_LEGGINGS:
  452. income: 0.5
  453. experience: 1.2
  454. DIAMOND_BLOCK:
  455. income: 0.55
  456. experience: 1.7
  457. CAULDRON:
  458. income: 1.0
  459. experience: 2.0
  460. ANVIL:
  461. income: 1.0
  462. experience: 2.0
  463. MINECART:
  464. income: 0.7
  465. experience: 2.0
  466. BUCKET:
  467. income: 0.25
  468. experience: 1.0
  469. Smelt:
  470. IRON_INGOT:
  471. income: 0.75
  472. experience: 0.9
  473. GOLD_INGOT:
  474. income: 0.9
  475. experience: 1.0
  476. Kill:
  477. Player:
  478. income: 0.5
  479. experience: 0.5
  480. custom-kill:
  481. Forgeront:
  482. income: 0.0
  483. experience: 0.0
  484. Menuisier:
  485. fullname: Menuisier
  486. shortname: M
  487. ChatColour: WHITE
  488. chat-display: full
  489. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  490. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  491. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  492. Craft:
  493. WOOD_SWORD:
  494. income: 0.25
  495. experience: 1.0
  496. BED:
  497. income: 0.35
  498. experience: 1.0
  499. BOAT:
  500. income: 0.5
  501. experience: 1.0
  502. CHEST:
  503. income: 0.8
  504. experience: 1.0
  505. FENCE:
  506. income: 0.45
  507. experience: 1.0
  508. FENCE_GATE:
  509. income: 0.25
  510. experience: 1.0
  511. PAINTING:
  512. income: 0.25
  513. experience: 1.0
  514. SIGN:
  515. income: 0.75
  516. experience: 1.0
  517. STICK:
  518. income: 0.02
  519. experience: 0.2
  520. TRAP_DOOR:
  521. income: 0.35
  522. experience: 1.0
  523. WOOD_STAIRS:
  524. income: 0.5
  525. experience: 1.0
  526. WOOD_STEP:
  527. income: 0.5
  528. experience: 1.0
  529. WOOD_DOOR:
  530. income: 0.5
  531. experience: 1.0
  532. WORKBENCH:
  533. income: 0.15
  534. experience: 1.0
  535. Kill:
  536. Player:
  537. income: 0.5
  538. experience: 0.5
  539. custom-kill:
  540. Menuisier:
  541. income: 0.0
  542. experience: 0.0
  543. Redstoneur:
  544. fullname: Redstonieur
  545. shortname: R
  546. ChatColour: GRAY
  547. chat-display: full
  548. leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
  549. income-progression-equation: baseincome*((1.05)^(joblevel-1))
  550. experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
  551. Place:
  552. DISPENSER:
  553. income: 1.0
  554. experience: 1.0
  555. REDSTONE_LAMP_OFF:
  556. income: 2.0
  557. experience: 2.0
  558. REDSTONE_TORCH_OFF:
  559. income: 2.0
  560. experience: 2.0
  561. REDSTONE_TORCH_ON:
  562. income: 2.0
  563. experience: 2.0
  564. REDSTONE_WIRE:
  565. income: 0.5
  566. experience: 1.0
  567. PISTON_BASE:
  568. income: 1.5
  569. experience: 1.0
  570. PISTON_EXTENSION:
  571. income: 0.5
  572. experience: 1.0
  573. Kill:
  574. Player:
  575. income: 0.5
  576. experience: 0.5
  577. custom-kill:
  578. Redstonieur:
  579. income: 0.0
  580. experience: 0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement