Advertisement
Guest User

challenge.yml

a guest
Aug 25th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.81 KB | None | 0 0
  1. # [true/false] Enable the use of the challenges command.
  2. allowChallenges: true
  3.  
  4. # [true/false] If true, first time challenge completions are broadcast to the whole server.
  5. broadcastCompletion: true
  6.  
  7. # [text] The color/formatting of the broadcast text when showing first time completions.
  8. broadcastText: '§a§l>> §6§lSkyBlock§a§l :§d '
  9.  
  10. # [true/false] If true, challenges in higher level ranks require challenges in lower level ranks to be completed.
  11. requirePreviousRank: true
  12.  
  13. # [integer] The number of tasks per rank that can be left uncompleted to advance to the next rank. For example, if you have 4 easy challenges
  14. # with a rankLeeway of 1, a player would only need to complete 3 to advance to the next rank.
  15. # A rankLeeway of 0 would require them all.
  16. rankLeeway: 1
  17.  
  18. #[integer] The time in hours before required items reset to default. (only if not specified in the challenges below)
  19. defaultResetInHours: 24
  20.  
  21. #[color code] The color to use for uncompleted challenges in the list.
  22. challengeColor: '§e'
  23. #[color code] The color to use for completed challenges in the list. (non-repeatable)
  24. finishedColor: '§2'
  25. #[color code] The color to use for completed challenges in the list. (repeatable)
  26. repeatableColor: '§a'
  27.  
  28. #[true/false] If true, enables vault to handle currency rewards.
  29. enableEconomyPlugin: true
  30.  
  31. # [true/false] If false, challenges are not reset on island creation (or restart)
  32. resetChallengesOnCreate: true
  33.  
  34. ranks:
  35. Facile:
  36. displayItem: WOOD_SWORD
  37. resetInHours: 24
  38. challenges:
  39. #[text] The name of the challenge that shows up when you do /challenges. All challenge names should be lower case.
  40. Mineur_amateur:
  41. # [text] What the player sees when they do /challenges <challengename>
  42. description: 'Minez de la pierre a partir d`un générateur.'
  43. # [onIsland/onPlayer/islandLevel] This tells whether the required blocks/items should be in the player's inventory or on their island
  44. # When using onIsland, the player must be 10 blocks away from the required blocks on his island.
  45. # When using islandLevel, the 'requiredItems' field should be the island level required. The player must use /island level first to update his level.
  46. type: onPlayer
  47. # [itemid list] The itemid:count of the items required for the challenge (data values are not supported for required items)
  48. requiredItems: '4:64;+2'
  49. # [integer] The time in hours before required items reset to default.
  50. resetInHours: 24
  51. # [itemid] The itemid of the item to be displayed in the challenge menu for complete challenges.
  52. displayItem: 4
  53. # [true/false] Take required items on completing a challenge.
  54. takeitem: true
  55. reward:
  56. # [text] Description of the reward. If omitted §4Unknown will be shown.
  57. text: '4 morceau de cuir'
  58. # [itemid list] The itemid:<datavalue>:count of the reward to give the player for completing the challenge.
  59. items: '334:4 272:1'
  60. # [permission node] A permission granted for completion. Multiple permissions are space-separated, i.e. - "test.1 test.2" (use none to not give a permission)
  61. permission: none
  62. # [integer] How much currency to give for the first time completion. (requires an economy plugin)
  63. currency: 6
  64. # [integer] How much xp to give to the player for the first time completion.
  65. xp: 32
  66. # Executes the given command upon completion. Prepend with "op" or "console" to run the commands as OP or from the Console. Examples:
  67. # commands:
  68. # - 'op: me are the GOD of things'
  69. # - 'console: give {party} aweseomestuff 32'
  70. # Possible command arguments are:
  71. # {player} - The name of the player
  72. # {playerName} - The display name of the player
  73. # {challenge} - The name of the challenge
  74. # {position} - The position of the player
  75. # {party} - Execute the command once for each member of the party (substituting the name)
  76. commands:
  77. - 'op:effect {party} 10'
  78.  
  79. repeatReward:
  80. # [text] The text name of the reward (to display to the player).
  81. text: '2 morceau de cuir'
  82. # [itemid list] The itemid:count of the reward to give the player for completing the challenge after the first time.
  83. items:
  84. - '334:2'
  85. # [integer] How much currency to give when the challenge is repeated (requires an economy plugin)
  86. currency: 2
  87. # [integer] How much xp to give to the player for the repeat completions.
  88. xp: 8
  89.  
  90. Pluit_de_pomme:
  91. description: 'Récupérez des pommes d`un arbre. (attention à la tête !)'
  92. type: onPlayer
  93. requiredItems: '260:4'
  94. displayItem: 260
  95. reward:
  96. text: 'Beaucoup de pousses d`arbre !'
  97. items: '6:0:1 6:1:1 6:2:1 6:3:1 6:4:1 6:5:1'
  98. currency: 12
  99. xp: 32
  100. repeatReward:
  101. text: 'Beaucoup de pousses d`arbre ! (encore)'
  102. items: '6:0:1 6:1:1 6:2:1 6:3:1 6:4:1 6:5:1'
  103. currency: 2
  104. xp: 8
  105. Fermier_du_dimanche:
  106. description: 'Faire de l`agriculture ! (avec du blé)'
  107. type: onPlayer
  108. requiredItems: '296:64'
  109. displayItem: 296
  110. reward:
  111. text: 'De quoi agrandir votre champ !'
  112. items: '3:6'
  113. currency: 8
  114. xp: 32
  115. repeatReward:
  116. text: 'De quoi agrandir votre champ ! (encore)'
  117. items:
  118. - '3:1'
  119. - '{p=0.2}352:2'
  120. currency: 2
  121. xp: 8
  122. Lit_de_cactus:
  123. description: 'Cultivez des cactus avec les mains.'
  124. type: onPlayer
  125. requiredItems: '81:64'
  126. displayItem: 81
  127. reward:
  128. items: '12:6'
  129. text: 'Un morceau de desert.'
  130. currency: 12
  131. xp: 32
  132. repeatReward:
  133. items: '12:2'
  134. text: 'Un petit bout de desert.'
  135. currency: 2
  136. xp: 8
  137. Sucre_en_poudre:
  138. description: 'Cultivez de la canne a sucre'
  139. type: onPlayer
  140. requiredItems: '338:64'
  141. displayItem: 338
  142. reward:
  143. items: '3:6 82:12'
  144. text: 'De la terre et de l`argile.'
  145. currency: 12
  146. xp: 32
  147. repeatReward:
  148. items:
  149. - '82:6'
  150. text: 'De l`argile seulement.'
  151. currency: 2
  152. xp: 8
  153. Passe_steak:
  154. description: 'Cultivez des pastéques. (pas des steak)'
  155. type: onPlayer
  156. requiredItems: '360:128'
  157. displayItem: 360
  158. reward:
  159. items: '3:6'
  160. text: 'De la terre.'
  161. currency: 12
  162. xp: 32
  163. repeatReward:
  164. items: '3:2'
  165. text: 'Un peu de terre.'
  166. currency: 2
  167. xp: 8
  168. Allo_ween_?_Ici_trouille_!:
  169. description: 'Cultivez des citrouilles !'
  170. type: onPlayer
  171. requiredItems: '86:64'
  172. displayItem: 86
  173. reward:
  174. items: '3:6'
  175. text: 'Encore de la terre !'
  176. currency: 16
  177. xp: 32
  178. repeatReward:
  179. items: '3:2'
  180. text: 'Un peu encore de la terre'
  181. currency: 2
  182. xp: 8
  183. Constructeur_débutant:
  184. description: 'Augementez votre île jusqu`au niveau 24.'
  185. type: islandLevel
  186. requiredItems: '24'
  187. repeatable: false
  188. reward:
  189. items: '257:2 3:6'
  190. text: 'Des cubes et des pioches !'
  191. currency: 32
  192. xp: 64
  193. Intermédiaire:
  194. displayItem: STONE_SWORD
  195. requires:
  196. rankLeeway: 2
  197. challenges:
  198. Le_retour_de_Gargamel:
  199. description: 'Cultivez de la moisissure !'
  200. type: onPlayer
  201. requiredItems: '39:64 40:64'
  202. displayItem: 40
  203. reward:
  204. items: '110:1 48:4'
  205. text: 'Toujours plus de moisi !'
  206. currency: 16
  207. xp: 48
  208. repeatReward:
  209. items: '110:1 3:2:2 48:2'
  210. text: 'Encore toujours du moisi partout !'
  211. currency: 4
  212. xp: 12
  213. Exterminateur:
  214. description: 'Tuez des monstres et récuperez leurs boyaux.'
  215. type: onPlayer
  216. requiredItems: '367:64 287:32 289:16 262:32 352:32 375:6'
  217. displayItem: 367
  218. reward:
  219. items: '331:16 15:6 318:2'
  220. text: 'De la redstone du fer et des silexs.'
  221. currency: 32
  222. xp: 64
  223. repeatReward:
  224. items: '331:2 15:2 318:2'
  225. text: 'Un peu de redstone avec des silexs et du fer.'
  226. currency: 8
  227. xp: 12
  228. La_main_verte:
  229. description: 'Avoir un grande exploitation agricole !'
  230. type: onPlayer
  231. requiredItems: '360:64 353:64 296:64 392:64 391:64 86:64 81:64'
  232. displayItem: 292
  233. reward:
  234. items: '331:16 351:3:2 383:90:1 383:92:1 383:93:1 383:91:1'
  235. text: 'De la Redstone, des animaux et du cacao hé oh hé oh !'
  236. currency: 48
  237. xp: 64
  238. repeatReward:
  239. items: '265:2 337:6'
  240. text: 'Du fer et de l`argile'
  241. currency: 16
  242. xp: 12
  243. La_petite_sirène:
  244. description: 'Attrapez et torturez les poissons !'
  245. type: onPlayer
  246. requiredItems: '349:0:6 349:1:6 349:3:2 349:2:2'
  247. displayItem: 3496
  248. reward:
  249. items: '331:16 15:6 351:6 383:101:1'
  250. text: 'Un lapin, du fer, de la redstone et de l`encre.'
  251. currency: 64
  252. xp: 128
  253. repeatReward:
  254. items: '331:4 351:4'
  255. text: 'De la redstone et de l`encre'
  256. currency: 8
  257. xp: 12
  258. Buche_heure_rond:
  259. description: 'Recoltez tout les types de buche.'
  260. type: onPlayer
  261. requiredItems: '17:0:16;+2 17:1:16;+2 17:2:16;+2 17:3:16;+2 162:0:16;+2 162:1:16;+2'
  262. displayItem: 17
  263. reward:
  264. items: '331:16 15:6 383:95:1'
  265. text: 'De la redstone, du fer et un loup.'
  266. currency: 64
  267. xp: 64
  268. repeatReward:
  269. items: '331:8 15:2'
  270. text: 'De la redstone et du fer.'
  271. currency: 16
  272. xp: 32
  273. Mamie_gateau:
  274. description: 'Cuisine des cookies avec un verre de lait aussi bien que mamie !'
  275. type: onPlayer
  276. requiredItems: '335:1 357:128;+4'
  277. displayItem: 357
  278. reward:
  279. items: '331:16 15:6 325:1'
  280. text: 'De la redstone (encore), du fer (bien évidememnt), le verre de lait (vide, oui j`ai tout bu).'
  281. currency: 64
  282. xp: 96
  283. repeatReward:
  284. items: '331:8 325:1'
  285. text: 'De la redstone et le verre de lait vide.'
  286. currency: 16
  287. xp: 32
  288. Architecte_archibeau:
  289. description: 'Augmentez le niveau de votre île jusqu`au niveau 96'
  290. type: islandLevel
  291. requiredItems: '96'
  292. reward:
  293. items: '49:12'
  294. text: '12 obsidian'
  295. currency: 96
  296. xp: 128
  297. Home_Sweet_home_!:
  298. description: 'Construit un maison sympathique !'
  299. type: onIsland
  300. requiredItems: '26:1 58:1 20:1 64:1 61:1 47:1 50:1'
  301. reward:
  302. items: '84:1 2267:1 22:12 2256:1'
  303. text: 'Un jukebox, des disques et des blocs de lapis lazuli !'
  304. currency: 96
  305. xp: 128
  306. Difficile:
  307. displayItem: IRON_SWORD
  308. requires:
  309. completedChallenges: 14
  310. challenges:
  311. Le_challenge_de_l'ENFER:
  312. description: 'Construit un portail du nether sur votre île (en dessous de la couche 128 pour éviter la bedrock :/)'
  313. type: onIsland
  314. requiredItems: '49:10 90:1'
  315. reward:
  316. items: '276:1 278:1'
  317. text: 'Une pioche et une épée.'
  318. currency: 64
  319. xp: 128
  320. Collier_de_perles:
  321. description: 'Volez les perles d`un endermen !'
  322. type: onPlayer
  323. requiredItems: '368:8;+2'
  324. displayItem: 368
  325. reward:
  326. items: '266:6 369:2'
  327. text: 'De l`or et des batons de blaze.'
  328. currency: 64
  329. xp: 128
  330. repeatReward:
  331. items: '266:2 369:2'
  332. text: 'De l`or et des batons de blaze.'
  333. currency: 16
  334. xp: 16
  335. Brique-à-brac:
  336. description: 'Avec seulement de la pierre taillé faites augmentez votre île de 50 niveaux.'
  337. type: onIsland
  338. radius: 96
  339. requiredItems: '98:0:2500'
  340. repeatable: false
  341. displayItem: 98
  342. reward:
  343. items: '98:0:384 266:12'
  344. text: 'Beaucoup de pierre taillé et de l`or.'
  345. currency: 96
  346. xp: 256
  347. Pluit_de_slime:
  348. description: 'Récuperez des boules de slime.'
  349. type: onPlayer
  350. requiredItems: '341:64;+4'
  351. displayItem: 341
  352. reward:
  353. items: '266:6 388:6'
  354. text: 'De l`or et des emeraudes.'
  355. currency: 64
  356. xp: 128
  357. repeatReward:
  358. items: '331:2 388:2'
  359. text: 'De l`or et des emeraudes.'
  360. currency: 32
  361. xp: 64
  362. Mamie_le_retour:
  363. description: 'Cuisinez des gateaux, des tartes à la cirtrouille et des cookies.'
  364. type: onPlayer
  365. requiredItems: '354:6;+2 400:6;+2 357:128;+4'
  366. displayItem: 354
  367. reward:
  368. items: '266:6 264:2'
  369. text: 'Fortune !'
  370. currency: 64
  371. xp: 128
  372. repeatReward:
  373. items: '15:2 266:2'
  374. text: 'Du fer et de l`or.'
  375. currency: 32
  376. xp: 94
  377. Redstoneur:
  378. description: 'Fabriquez tout un équipement en redstone !'
  379. type: onPlayer
  380. requiredItems: '331:128;+16 76:32;+4 356:6;+2 404:4;+2 33:2;+2 29:2;+2 69:2;+2 77:2;+2 70:2;+2 154:2;+2 23:2;+2 158:2;+2 151:2;+2'
  381. displayItem: 331
  382. reward:
  383. items: '152:16 25:8 131:4'
  384. text: 'De la redstone, des blocs musicaux et des crochets'
  385. currency: 96
  386. xp: 256
  387. repeatReward:
  388. items: '152:2 131:2'
  389. text: 'Des blocs de redstone et des crochets.'
  390. currency: 64
  391. xp: 128
  392. Explorateur:
  393. description: 'Explorez les enfers'
  394. type: onPlayer
  395. requiredItems: '87:64 88:16 370:2 395:1 345:1 347:1'
  396. displayItem: 370
  397. reward:
  398. items: '27:32 66:256 264:2 383:98:1'
  399. text: 'Des rails, des diammants et un chat sauvage.'
  400. currency: 64
  401. xp: 128
  402. repeatReward:
  403. items: '66:64 15:2 421:1 388:6'
  404. text: 'Des rails, du fer, des emeraudes et un tag.'
  405. currency: 32
  406. xp: 64
  407. Maître_architecte:
  408. description: 'Augmentez le niveau de votre île jusqu`au niveau 256'
  409. type: islandLevel
  410. requiredItems: '256'
  411. reward:
  412. items: '264:2 3:32 12:32'
  413. text: 'Des diammants, de la terre et du sable.'
  414. currency: 128
  415. xp: 256
  416. Master:
  417. displayItem: DIAMOND_SWORD
  418. requires:
  419. challenges:
  420. - Constructeur_débutant
  421. - Architecte_archibeau
  422. - Maître_architecte
  423. rankLeeway: 2
  424. challenges:
  425. Arc-en-ciel:
  426. description: 'Recoltez de la lainde de toute les couleurs.'
  427. type: onPlayer
  428. requiredItems: '35:0:2;+2 35:1:2;+2 35:2:2;+2 35:3:2;+2 35:4:2;+2 35:5:2;+2 35:6:2;+2 35:7:2;+2 35:8:2;+2 35:9:2;+2 35:10:2;+2 35:11:2;+2 35:12:2;+2 35:13:2;+2 35:14:2;+2 35:15:2;+2'
  429. displayItem: 35
  430. reward:
  431. items: '264:2 2257:1 2258:1 2259:1 2260:1 383:91:16 388:6'
  432. text: 'Des diammants, des disques, des emeraudes et des moutons.'
  433. currency: 128
  434. xp: 256
  435. repeatReward:
  436. items: '388:6 383:91:8 264:2'
  437. text: 'Des emeraudes, des diammants et des moutons'
  438. currency: 64
  439. xp: 128
  440. Vitrier:
  441. description: 'Fabriquez des vitres de toute les coueleurs.'
  442. type: onPlayer
  443. requiredItems: '160:0:16;+2 160:1:16;+2 160:2:16;+2 160:3:16;+2 160:4:16;+2 160:5:16;+2 160:6:16;+2 160:7:16;+2 160:8:16;+2 160:9:16;+2 160:10:16;+2 160:11:16;+2 160:12:16;+2 160:13:16;+2 160:14:16;+2 160:15:16;+2'
  444. displayItem: 160
  445. reward:
  446. items: '264:2 2261:1 2262:1 2263:1 2264 383:100:1 388:6'
  447. text: 'Des diammants, des disques, des emeraudes et un cheval !'
  448. currency: 128
  449. xp: 256
  450. repeatReward:
  451. items: '388:6 264:2'
  452. text: 'Des diammants et des emeraudes.'
  453. currency: 64
  454. xp: 128
  455. Agricultueur:
  456. description: 'Avoir un immense exploitation agricole !'
  457. type: onPlayer
  458. requiredItems: '360:128;+2 353:128;+2 296:128;+2 392:128;+2 391:128;+2 86:128;+2 81:128;+2 396:2;+2 322:0:2;+2'
  459. displayItem: 293
  460. reward:
  461. resetInHours: 178
  462. items: '264:4 388:6'
  463. text: 'Des diammants et des emeraudes !'
  464. currency: 128
  465. xp: 256
  466. repeatReward:
  467. items:
  468. - '388:6'
  469. - '266:2'
  470. text: 'Des emereuades et de l`or.'
  471. currency: 64
  472. xp: 128
  473. Top_Chef:
  474. description: 'Devenez un cordon bleu !'
  475. type: onPlayer
  476. requiredItems: 393:1 297:1 354:1 366:1 350:0:1 350:1:1 349:2:1 320:1 357:1 322:0:1 396:1 282:1 400:1 364:1 360:1 391:1
  477. displayItem: 391
  478. reward:
  479. items: '264:2 2265:1 2266:1 383:96:1 388:6'
  480. text: 'Des diammants, des disques, des emeraudes et une champimeuh !'
  481. currency: 128
  482. xp: 256
  483. repeatReward:
  484. items: '266:4 388:6'
  485. text: 'De l`or et des emeraudes.'
  486. currency: 64
  487. xp: 128
  488. Maestro:
  489. description: 'Fabriquez un jukebox et collectionez tout les disques !'
  490. type: onPlayer
  491. requiredItems: '2256:1 2257:1 2258:1 2259:1 2260:1 2261:1 2262:1 2263:1 2264:1 2265:1 2266:1 2267:1 84:1'
  492. displayItem: 2256
  493. reward:
  494. items: '264:4 388:12'
  495. text: 'Des diammants et des emeraudes !'
  496. currency: 128
  497. xp: 256
  498. repeatReward:
  499. items:
  500. - '266:2'
  501. - '264:2'
  502. text: 'De l`or et des diammants.'
  503. currency: 64
  504. xp: 128
  505. Collecteur_d`emeraude:
  506. description: 'Engrangez un maximum d`emeraudes !'
  507. type: onPlayer
  508. requiredItems: '388:64;+4'
  509. displayItem: 388
  510. reward:
  511. items: '264:4'
  512. text: 'Des diammants !'
  513. currency: 192
  514. xp: 256
  515. repeatReward:
  516. items: '264:2'
  517. text: 'Des diammants.'
  518. currency: 128
  519. xp: 256
  520. Seigneur_du_ciel:
  521. description: 'Augmentez le niveau de votre île jusqu`au niveau 1024'
  522. type: islandLevel
  523. requiredItems: '1024'
  524. reward:
  525. items: '264:8 130:2 368:16 383:120:2'
  526. text: 'Des diammants, des EnderChests, des EnderPerles et des villageois !'
  527. currency: 512
  528. xp: 512
  529. Skylord:
  530. displayItem: BEACON
  531. requires:
  532. challenges:
  533. - expertbuilder
  534. - emeraldcollector
  535. - netherportal
  536. rankLeeway: 1
  537. challenges:
  538. beaconator:
  539. description: 'Build a very expensive beacon.'
  540. type: onIsland
  541. radius: 12
  542. requiredItems: '138:1 57:1 133:8 41:25 42:49'
  543. reward:
  544. items: '174:16 80:4'
  545. text: 'Packed ice and snow'
  546. currency: 4000
  547. xp: 1000
  548. firefighter:
  549. description: 'Collect some blaze rods.'
  550. type: onPlayer
  551. requiredItems: '369:128;+4'
  552. displayItem: 369
  553. reward:
  554. items: '264:2 49:15'
  555. text: '2 diamonds and 15 obsidian'
  556. currency: 100
  557. xp: 100
  558. repeatReward:
  559. items: '49:3'
  560. text: '3 obsidian'
  561. currency: 15
  562. xp: 15
  563. goldfinger:
  564. description: 'Gather some gold bars.'
  565. type: onPlayer
  566. requiredItems: '266:128'
  567. displayItem: 266
  568. reward:
  569. items: '264:1 383:100:1 329:1 420:1'
  570. text: '1 diamond, 1 horse egg, 1 saddle, 1 lead'
  571. currency: 250
  572. xp: 250
  573. repeatReward:
  574. items: '388:4'
  575. text: '4 emeralds'
  576. currency: 50
  577. xp: 50
  578. torchbearer:
  579. description: 'Place at least 15,000 torches on your island.'
  580. type: onIsland
  581. radius: 52
  582. requiredItems: '50:15000'
  583. repeatable: false
  584. displayItem: 50
  585. reward:
  586. items: '123:15 73:15'
  587. text: '15 redstone lamp and 15 redstone ore'
  588. currency: 500
  589. xp: 500
  590. witherhunter:
  591. description: 'Collect some Wither Skeleton skulls.'
  592. type: onPlayer
  593. requiredItems: '397:1:10;+1'
  594. displayItem: '397:1'
  595. reward:
  596. items: '264:5'
  597. text: '5 diamonds'
  598. currency: 275
  599. xp: 300
  600. repeatReward:
  601. items: '266:2'
  602. text: '2 gold ingots'
  603. currency: 50
  604. xp: 75
  605. Collector:
  606. displayItem: SKULL_ITEM
  607. challenges:
  608. village-people:
  609. description: 'Obtain a whole village.'
  610. type: onIsland
  611. radius: 32
  612. requiredEntities:
  613. - 'Villager:{"Profession":"FARMER"}'
  614. - 'Villager:{"Profession":"LIBRARIAN"}'
  615. - 'Villager:{"Profession":"PRIEST"}'
  616. - 'Villager:{"Profession":3}'
  617. - 'Villager:{"Profession":"BUTCHER"}'
  618. reward:
  619. items: '56:16'
  620. industrial-farmer:
  621. description: 'Create a mega-farm'
  622. type: onIsland
  623. radius: 40
  624. requiredEntities:
  625. - 'Cow:8'
  626. - 'Pig:8'
  627. - 'Sheep:{"Color":0}'
  628. - 'Sheep:{"Color":1}'
  629. - 'Sheep:{"Color":2}'
  630. - 'Sheep:{"Color":3}'
  631. - 'Sheep:{"Color":4}'
  632. - 'Sheep:{"Color":5}'
  633. - 'Sheep:{"Color":6}'
  634. - 'Sheep:{"Color":7}'
  635. - 'Sheep:{"Color":8}'
  636. - 'Sheep:{"Color":9}'
  637. - 'Sheep:{"Color":10}'
  638. - 'Sheep:{"Color":11}'
  639. - 'Sheep:{"Color":12}'
  640. - 'Sheep:{"Color":13}'
  641. - 'Sheep:{"Color":14}'
  642. - 'Sheep:{"Color":15}'
  643. - 'Chicken:16'
  644. reward:
  645. items: '410:20 409:64'
  646. greenthumb:
  647. description: 'Collect some grass.'
  648. type: onPlayer
  649. requiredItems: '2:64;+4'
  650. displayItem: 2
  651. reward:
  652. items: '48:10 98:1:10'
  653. text: '10 mossy cobblestone and 10 mossy stone brick'
  654. currency: 125
  655. xp: 125
  656. repeatReward:
  657. items: '48:2 98:1:2'
  658. text: '2 mossy cobblestone and 2 mossy stone brick'
  659. currency: 25
  660. xp: 25
  661. seacaptain:
  662. description: 'Catch a plethora of pufferfish.'
  663. type: onPlayer
  664. requiredItems: '349:3:25;+1'
  665. displayItem: 349
  666. reward:
  667. items: '264:1 373:8269:15'
  668. text: '1 diamond and 15 extended water-breathing potions'
  669. currency: 50
  670. xp: 50
  671. repeatReward:
  672. items: '373:8269:1'
  673. text: '1 extended water-breathing potion'
  674. currency: 10
  675. xp: 10
  676. ironforge:
  677. description: 'Gather a load of iron bars.'
  678. type: onPlayer
  679. requiredItems: '265:256'
  680. displayItem: 265
  681. reward:
  682. items: '264:1 312:1'
  683. text: '1 diamond and a pair of diamond leggings'
  684. currency: 300
  685. xp: 300
  686. repeatReward:
  687. items:
  688. - '388:4'
  689. - '{p=0.1}264:1'
  690. - '{p=0.01}264:1'
  691. - '{p=0.005}264:1'
  692. text: '4 emeralds & chance of dia'
  693. currency: 50
  694. xp: 50
  695. # DO NOT CHANGE!
  696. version: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement