Advertisement
Guest User

dsadasd

a guest
Aug 3rd, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.41 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: '§6'
  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: 20
  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. Easy:
  36. displayItem: DIRT
  37. resetInHours: 20
  38. challenges:
  39. #[text] The name of the challenge that shows up when you do /challenges. All challenge names should be lower case.
  40. cobblestonegenerator:
  41. # [text] What the player sees when they do /challenges <challengename>
  42. description: 'Mine from a cobblestone generator.'
  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: 20
  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: '3 leather'
  58. # [itemid list] The itemid:<datavalue>:count of the reward to give the player for completing the challenge.
  59. items: '334:3'
  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: 10
  64. # [integer] How much xp to give to the player for the first time completion.
  65. xp: 30
  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: '1 leather'
  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:1'
  85. - '{p=0.02}340:1'
  86. # [integer] How much currency to give when the challenge is repeated (requires an economy plugin)
  87. currency: 2
  88. # [integer] How much xp to give to the player for the repeat completions.
  89. xp: 5
  90.  
  91. applecollector:
  92. description: 'Collect apples from trees.'
  93. type: onPlayer
  94. requiredItems: '260:2;+1'
  95. displayItem: 260
  96. reward:
  97. text: '1 of each sapling, (2 dark oak)'
  98. items: '6:0:1 6:1:1 6:2:1 6:3:1 6:4:1 6:5:2'
  99. currency: 10
  100. xp: 30
  101. repeatReward:
  102. text: '1 of each sapling, (2 dark oak)'
  103. items: '6:0:1 6:1:1 6:2:1 6:3:1 6:4:1 6:5:2'
  104. currency: 2
  105. xp: 5
  106. wheatfarmer:
  107. description: 'Harvest wheat from a farm.'
  108. type: onPlayer
  109. requiredItems: '296:64;+4'
  110. displayItem: 296
  111. reward:
  112. text: '5 dirt'
  113. items: '3:5'
  114. currency: 10
  115. xp: 30
  116. repeatReward:
  117. text: '1 dirt'
  118. items:
  119. - '3:1'
  120. - '{p=0.2}352:1'
  121. currency: 2
  122. xp: 5
  123. cactusfarmer:
  124. description: 'Harvest cacti from a farm.'
  125. type: onPlayer
  126. requiredItems: '81:64;+4'
  127. displayItem: 81
  128. reward:
  129. items: '12:10'
  130. text: '10 sand'
  131. currency: 15
  132. xp: 30
  133. repeatReward:
  134. items: '12:1'
  135. text: '1 sand'
  136. currency: 2
  137. xp: 5
  138. sugarfarmer:
  139. description: 'Harvest sugarcane from a farm.'
  140. type: onPlayer
  141. requiredItems: '338:64;+4'
  142. displayItem: 338
  143. reward:
  144. items: '3:5 82:15'
  145. text: '5 dirt, 15 clay'
  146. currency: 15
  147. xp: 30
  148. repeatReward:
  149. items:
  150. - '82:1'
  151. - '{p=0.05}3:1'
  152. text: '1 clay'
  153. currency: 2
  154. xp: 3
  155. melonfarmer:
  156. description: 'Harvest slices of melon from a farm.'
  157. type: onPlayer
  158. requiredItems: '360:128;+8'
  159. displayItem: 360
  160. reward:
  161. items: '3:5'
  162. text: '5 dirt'
  163. currency: 15
  164. xp: 30
  165. repeatReward:
  166. items: '3:1'
  167. text: '1 dirt'
  168. currency: 2
  169. xp: 3
  170. pumpkinfarmer:
  171. description: 'Harvest pumpkins from a farm.'
  172. type: onPlayer
  173. requiredItems: '86:64;+4'
  174. displayItem: 86
  175. reward:
  176. items: '3:5'
  177. text: '5 dirt'
  178. currency: 15
  179. xp: 30
  180. repeatReward:
  181. items: '3:1'
  182. text: '1 dirt'
  183. currency: 2
  184. xp: 10
  185. novicebuilder:
  186. description: 'Reach island level 20.'
  187. type: islandLevel
  188. requiredItems: '20'
  189. repeatable: false
  190. reward:
  191. items: '257:1 3:5'
  192. text: '1 iron pickaxe, 5 dirt'
  193. currency: 50
  194. xp: 50
  195. Medium:
  196. displayItem: IRON_BLOCK
  197. requires:
  198. rankLeeway: 2
  199. challenges:
  200. shroompicker:
  201. description: 'Collect red and brown mushrooms.'
  202. type: onPlayer
  203. requiredItems: '39:64;+4 40:64;+4'
  204. displayItem: 40
  205. reward:
  206. items: '110:1'
  207. text: '1 mycelium'
  208. currency: 15
  209. xp: 30
  210. repeatReward:
  211. items: '110:1 3:2:2'
  212. text: '1 mycelium, 2 podzol'
  213. currency: 5
  214. xp: 10
  215. monsterslayer:
  216. description: 'Kill monsters and collect their parts.'
  217. type: onPlayer
  218. requiredItems: '367:64;+4 287:32;+2 289:16;+1 262:32;+2 352:32;+2 375:5'
  219. displayItem: 367
  220. reward:
  221. items: '331:16 15:5 318:1'
  222. text: '16 redstone, 1 flint, 5 iron'
  223. currency: 75
  224. xp: 75
  225. repeatReward:
  226. items: '331:2 15:1 318:1'
  227. text: '2 redstone, 1 flint, 1 iron'
  228. currency: 10
  229. xp: 15
  230. expertfarmer:
  231. description: 'Harvest many different farming resources.'
  232. type: onPlayer
  233. requiredItems: '360:64;+2 353:64;+2 296:64;+2 392:64;+2 391:64;+2 86:64;+2 81:64;+2'
  234. displayItem: 292
  235. reward:
  236. items: '331:16 351:3:1 383:90:1 383:92:1 383:93:1'
  237. text: '16 redstone, 1 cocoa, 3 animals'
  238. currency: 75
  239. xp: 75
  240. repeatReward:
  241. items: '351:3:1 383:90:1 383:92:1 383:93:1 82:5'
  242. text: '1 cocoa, 3 animals, 5 clay'
  243. currency: 30
  244. xp: 25
  245. fisherman:
  246. description: 'Catch different types of fish.'
  247. type: onPlayer
  248. requiredItems: '349:0:5;+1 349:1:5;+1 349:3:3;+1 349:2:1;+1'
  249. displayItem: 349
  250. reward:
  251. items: '331:16 15:5 351:5'
  252. text: '16 redstone, 5 inksac, 5 iron'
  253. currency: 75
  254. xp: 75
  255. repeatReward:
  256. items: '331:2 351:2'
  257. text: '2 redstone, 2 inksac'
  258. currency: 10
  259. xp: 15
  260. lumberjack:
  261. description: 'Collect all types of wood logs.'
  262. type: onPlayer
  263. 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'
  264. displayItem: 17
  265. reward:
  266. items: '331:16 15:5 383:95:1'
  267. text: '16 redstone, 5 iron, 1 wolf'
  268. currency: 75
  269. xp: 75
  270. repeatReward:
  271. items: '331:2 15:1'
  272. text: '2 redstone, 1 iron'
  273. currency: 20
  274. xp: 15
  275. cookielover:
  276. description: 'Make cookies and a bucket of milk.'
  277. type: onPlayer
  278. requiredItems: '335:1 357:128;+4'
  279. displayItem: 357
  280. reward:
  281. items: '331:16 15:5 325:1'
  282. text: '16 redstone, 5 iron, 1 bucket'
  283. currency: 75
  284. xp: 75
  285. repeatReward:
  286. items: '331:2 325:1'
  287. text: '2 redstone, 1 bucket'
  288. currency: 5
  289. xp: 15
  290. adeptbuilder:
  291. description: 'Reach island level 100.'
  292. type: islandLevel
  293. requiredItems: '100'
  294. reward:
  295. items: '49:12'
  296. text: '12 obsidian'
  297. currency: 75
  298. xp: 75
  299. homeowner:
  300. description: 'Build a house with furnishings.'
  301. type: onIsland
  302. requiredItems: '26:1 58:1 20:1 64:1 61:1 47:1 50:1'
  303. reward:
  304. items: '84:1 2267:1 22:10'
  305. text: '1 jukebox, 1 disk and 10 lapis lazuli'
  306. currency: 100
  307. xp: 100
  308. Hard:
  309. displayItem: GOLD_BLOCK
  310. requires:
  311. completedChallenges: 14
  312. challenges:
  313. netherportal:
  314. description: 'Build a nether portal on your island.'
  315. type: onIsland
  316. requiredItems: '49:10 90:1'
  317. reward:
  318. items: '276:1'
  319. text: '1 diamond sword'
  320. currency: 100
  321. xp: 100
  322. pearlcollector:
  323. description: 'Collect enderpearls from endermen.'
  324. type: onPlayer
  325. requiredItems: '368:10;+1'
  326. displayItem: 368
  327. reward:
  328. items: '266:5 369:1'
  329. text: '5 gold ingots, 1 blaze rod'
  330. currency: 50
  331. xp: 100
  332. repeatReward:
  333. items: '266:1 369:1'
  334. text: '1 gold ingot, 1 blaze rod'
  335. currency: 25
  336. xp: 15
  337. brickleveler:
  338. description: 'Place 50 island levels worth of stone brick on your island.'
  339. type: onIsland
  340. radius: 35
  341. requiredItems: '98:0:2500'
  342. repeatable: false
  343. displayItem: 98
  344. reward:
  345. items: '98:0:320'
  346. text: '320 stone brick'
  347. currency: 50
  348. xp: 50
  349. slimefarmer:
  350. description: 'Collect slimeballs from slimes.'
  351. type: onPlayer
  352. requiredItems: '341:64;+4'
  353. displayItem: 341
  354. reward:
  355. items: '266:5 388:5'
  356. text: '5 gold ingots, 5 emeralds'
  357. currency: 50
  358. xp: 100
  359. repeatReward:
  360. items: '331:2 388:1'
  361. text: '2 redstone, 1 emerald'
  362. currency: 5
  363. xp: 5
  364. baker:
  365. description: 'Bake cakes, pumpkin pies, and cookies.'
  366. type: onPlayer
  367. requiredItems: '354:5;+1 400:5;+1 357:128;+4'
  368. displayItem: 354
  369. reward:
  370. items: '266:5 264:1'
  371. text: '5 gold ingots, 1 diamond'
  372. currency: 50
  373. xp: 100
  374. repeatReward:
  375. items: '15:2 266:1'
  376. text: '2 iron, 1 gold ingot'
  377. currency: 30
  378. xp: 15
  379. technician:
  380. description: 'Collect some of every type of redstone equipment.'
  381. type: onPlayer
  382. requiredItems: '331:128;+16 76:32;+4 356:5;+1 404:3;+1 33:2;+1 29:2;+1 69:1;+1 77:1;+1 70:1;+1 154:1;+1 23:1;+1 158:1;+1 151:1;+1'
  383. displayItem: 331
  384. reward:
  385. items: '152:16 25:8 131:4'
  386. text: '16 redstone blocks, 8 noteblocks and 4 tripwire hooks'
  387. currency: 75
  388. xp: 75
  389. repeatReward:
  390. items: '152:1 131:1'
  391. text: '1 redstone block and 1 tripwire hook'
  392. currency: 15
  393. xp: 15
  394. explorer:
  395. description: 'Collect items for exploration, nether items.'
  396. type: onPlayer
  397. requiredItems: '87:64 88:16 370:1 395:1 345:1 347:1'
  398. displayItem: 370
  399. reward:
  400. items: '27:32 66:256 264:1 383:98:1'
  401. text: '288 rails, 1 diamond, 1 ocelot'
  402. currency: 100
  403. xp: 100
  404. repeatReward:
  405. items: '66:64 15:1 421:1 388:5'
  406. text: '64 rails, 1 iron, 1 tag, 5 emerald'
  407. currency: 25
  408. xp: 20
  409. expertbuilder:
  410. description: 'Reach island level 250.'
  411. type: islandLevel
  412. requiredItems: '250'
  413. reward:
  414. items: '264:1 3:32 12:32'
  415. text: '1 diamond, 32 dirt, 32 sand'
  416. currency: 150
  417. xp: 150
  418. Master:
  419. displayItem: DIAMOND_BLOCK
  420. requires:
  421. challenges:
  422. - novicebuilder
  423. - adeptbuilder
  424. - expertbuilder
  425. rankLeeway: 2
  426. challenges:
  427. woolcollector:
  428. description: 'Collect every color of wool.'
  429. type: onPlayer
  430. requiredItems: '35:0:5;+1 35:1:5;+1 35:2:5;+1 35:3:5;+1 35:4:5;+1 35:5:5;+1 35:6:5;+1 35:7:5;+1 35:8:5;+1 35:9:5;+1 35:10:5;+1 35:11:5;+1 35:12:5;+1 35:13:5;+1 35:14:5;+1 35:15:5;+1'
  431. displayItem: 35
  432. reward:
  433. items: '264:2 2262:1 2263:1 2261:1 383:91:1 388:5'
  434. text: '2 diamonds, 3 disks, 1 sheep, 5 emeralds'
  435. currency: 200
  436. xp: 200
  437. repeatReward:
  438. items: '388:5 383:91:1'
  439. text: '5 emeralds, 1 sheep'
  440. currency: 50
  441. xp: 20
  442. glassmaker:
  443. description: 'Collect every color of stained glass panes.'
  444. type: onPlayer
  445. 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'
  446. displayItem: 160
  447. reward:
  448. items: '264:2 2262:1 2263:1 2261:1 383:100:1 388:5'
  449. text: '2 diamond, 3 disk, 1 horse, 5 emerald'
  450. currency: 200
  451. xp: 200
  452. repeatReward:
  453. items: '388:5 383:100:1'
  454. text: '1 horse, 5 emeralds'
  455. currency: 50
  456. xp: 20
  457. masterfarmer:
  458. description: 'Collect a large amount of farmed items.'
  459. type: onPlayer
  460. requiredItems: '360:128;+1 353:128;+1 296:128;+1 392:128;+1 391:128;+1 86:128;+1 81:128;+1 396:1;+1 322:0:1;+1'
  461. displayItem: 293
  462. reward:
  463. resetInHours: 5
  464. items: '264:3 388:5'
  465. text: '3 diamonds, 5 emeralds'
  466. currency: 200
  467. xp: 200
  468. repeatReward:
  469. items:
  470. - '388:5'
  471. - '266:2'
  472. - '{p=0.05}264:1'
  473. text: '5 emeralds, 2 gold ingots'
  474. currency: 50
  475. xp: 20
  476. topchef:
  477. description: Collect every kind of edible food.
  478. type: onPlayer
  479. 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
  480. displayItem: 391
  481. reward:
  482. items: 264:2 2257:1 2258:1 2260:1 383:96:1 388:5
  483. text: 2 diamond, 3 disk, 1 mooshroom, 5 emerald
  484. currency: 200
  485. xp: 200
  486. repeatReward:
  487. items: 266:3 383:96:1 388:5
  488. text: 3 gold ingots, 1 mooshroom, 5 emeralds
  489. currency: 50
  490. xp: 20
  491. maestro:
  492. description: 'Make a jukebox and collect all music discs.'
  493. type: onPlayer
  494. 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'
  495. displayItem: 2256
  496. reward:
  497. items: '264:3 388:10'
  498. text: '3 diamonds, 10 emeralds'
  499. currency: 200
  500. xp: 200
  501. repeatReward:
  502. items:
  503. - '266:2'
  504. - '264:1'
  505. - '{p=0.2}264:1'
  506. text: '2 gold ingots, 1 diamond'
  507. currency: 50
  508. xp: 20
  509. emeraldcollector:
  510. description: 'Collect emeralds.'
  511. type: onPlayer
  512. requiredItems: '388:50;+10'
  513. displayItem: 388
  514. reward:
  515. items: '264:2'
  516. text: '2 diamonds'
  517. currency: 200
  518. xp: 200
  519. repeatReward:
  520. items: '264:1'
  521. text: '1 diamond'
  522. currency: 50
  523. xp: 20
  524. topchef:
  525. description: 'Collect every kind of edible food.'
  526. type: onPlayer
  527. 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'
  528. displayItem: 391
  529. reward:
  530. items: '264:2 2257:1 2258:1 2260:1 383:96:1 388:5'
  531. text: '2 diamond, 3 disk, 1 mooshroom, 5 emerald'
  532. currency: 200
  533. xp: 200
  534. repeatReward:
  535. items: '266:3 383:96:1 388:5'
  536. text: '3 gold ingots, 1 mooshroom, 5 emeralds'
  537. currency: 50
  538. xp: 20
  539. skylord:
  540. description: 'Get an island level of 1000.'
  541. type: islandLevel
  542. requiredItems: '1000'
  543. reward:
  544. items: '264:1 120:12'
  545. text: '1 diamond & 1 end-portal'
  546. currency: 250
  547. xp: 250
  548. Skylord:
  549. displayItem: BEACON
  550. requires:
  551. challenges:
  552. - expertbuilder
  553. - emeraldcollector
  554. - netherportal
  555. rankLeeway: 1
  556. challenges:
  557. beaconator:
  558. description: 'Build a very expensive beacon.'
  559. type: onIsland
  560. radius: 12
  561. requiredItems: '138:1 57:1 133:8 41:25 42:49'
  562. reward:
  563. items: '174:16 80:4'
  564. text: 'Packed ice and snow'
  565. currency: 4000
  566. xp: 1000
  567. firefighter:
  568. description: 'Collect some blaze rods.'
  569. type: onPlayer
  570. requiredItems: '369:128;+4'
  571. displayItem: 369
  572. reward:
  573. items: '264:2 49:15'
  574. text: '2 diamonds and 15 obsidian'
  575. currency: 100
  576. xp: 100
  577. repeatReward:
  578. items: '49:3'
  579. text: '3 obsidian'
  580. currency: 15
  581. xp: 15
  582. goldfinger:
  583. description: 'Gather some gold bars.'
  584. type: onPlayer
  585. requiredItems: '266:128'
  586. displayItem: 266
  587. reward:
  588. items: '264:1 383:100:1 329:1 420:1'
  589. text: '1 diamond, 1 horse egg, 1 saddle, 1 lead'
  590. currency: 250
  591. xp: 250
  592. repeatReward:
  593. items: '388:4'
  594. text: '4 emeralds'
  595. currency: 50
  596. xp: 50
  597. torchbearer:
  598. description: 'Place at least 15,000 torches on your island.'
  599. type: onIsland
  600. radius: 52
  601. requiredItems: '50:15000'
  602. repeatable: false
  603. displayItem: 50
  604. reward:
  605. items: '123:15 73:15'
  606. text: '15 redstone lamp and 15 redstone ore'
  607. currency: 500
  608. xp: 500
  609. witherhunter:
  610. description: 'Collect some Wither Skeleton skulls.'
  611. type: onPlayer
  612. requiredItems: '397:1:10;+1'
  613. displayItem: '397:1'
  614. reward:
  615. items: '264:5'
  616. text: '5 diamonds'
  617. currency: 275
  618. xp: 300
  619. repeatReward:
  620. items: '266:2'
  621. text: '2 gold ingots'
  622. currency: 50
  623. xp: 75
  624. Collector:
  625. displayItem: SKULL_ITEM
  626. challenges:
  627. village-people:
  628. description: 'Obtain a whole village.'
  629. type: onIsland
  630. radius: 32
  631. requiredEntities:
  632. - 'Villager:{"Profession":"FARMER"}'
  633. - 'Villager:{"Profession":"LIBRARIAN"}'
  634. - 'Villager:{"Profession":"PRIEST"}'
  635. - 'Villager:{"Profession":3}'
  636. - 'Villager:{"Profession":"BUTCHER"}'
  637. reward:
  638. items: '56:16'
  639. industrial-farmer:
  640. description: 'Create a mega-farm'
  641. type: onIsland
  642. radius: 40
  643. requiredEntities:
  644. - 'Cow:8'
  645. - 'Pig:8'
  646. - 'Sheep:{"Color":0}'
  647. - 'Sheep:{"Color":1}'
  648. - 'Sheep:{"Color":2}'
  649. - 'Sheep:{"Color":3}'
  650. - 'Sheep:{"Color":4}'
  651. - 'Sheep:{"Color":5}'
  652. - 'Sheep:{"Color":6}'
  653. - 'Sheep:{"Color":7}'
  654. - 'Sheep:{"Color":8}'
  655. - 'Sheep:{"Color":9}'
  656. - 'Sheep:{"Color":10}'
  657. - 'Sheep:{"Color":11}'
  658. - 'Sheep:{"Color":12}'
  659. - 'Sheep:{"Color":13}'
  660. - 'Sheep:{"Color":14}'
  661. - 'Sheep:{"Color":15}'
  662. - 'Chicken:16'
  663. reward:
  664. items: '410:20 409:64'
  665. greenthumb:
  666. description: 'Collect some grass.'
  667. type: onPlayer
  668. requiredItems: '2:64;+4'
  669. displayItem: 2
  670. reward:
  671. items: '48:10 98:1:10'
  672. text: '10 mossy cobblestone and 10 mossy stone brick'
  673. currency: 125
  674. xp: 125
  675. repeatReward:
  676. items: '48:2 98:1:2'
  677. text: '2 mossy cobblestone and 2 mossy stone brick'
  678. currency: 25
  679. xp: 25
  680. seacaptain:
  681. description: 'Catch a plethora of pufferfish.'
  682. type: onPlayer
  683. requiredItems: '349:3:25;+1'
  684. displayItem: 349
  685. reward:
  686. items: '264:1 373:8269:15'
  687. text: '1 diamond and 15 extended water-breathing potions'
  688. currency: 50
  689. xp: 50
  690. repeatReward:
  691. items: '373:8269:1'
  692. text: '1 extended water-breathing potion'
  693. currency: 10
  694. xp: 10
  695. ironforge:
  696. description: 'Gather a load of iron bars.'
  697. type: onPlayer
  698. requiredItems: '265:256'
  699. displayItem: 265
  700. reward:
  701. items: '264:1 312:1'
  702. text: '1 diamond and a pair of diamond leggings'
  703. currency: 300
  704. xp: 300
  705. repeatReward:
  706. items:
  707. - '388:4'
  708. - '{p=0.1}264:1'
  709. - '{p=0.01}264:1'
  710. - '{p=0.005}264:1'
  711. text: '4 emeralds & chance of dia'
  712. currency: 50
  713. xp: 50
  714. # DO NOT CHANGE!
  715. version: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement