Advertisement
Guest User

The Den uSkyblock Challenges

a guest
Mar 16th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.99 KB | None | 0 0
  1. # [true/false] Enable the use of the challenges command.
  2. allowChallenges: true
  3.  
  4. # [island/player] Whether challenges are tracked per player, or per island
  5. challengeSharing: island
  6.  
  7. # [true/false] If true, first time challenge completions are broadcast to the whole server.
  8. broadcastCompletion: true
  9.  
  10. # [text] The color/formatting of the broadcast text when showing first time completions.
  11. broadcastText: &6
  12.  
  13. # [true/false] If true, challenges in higher level ranks require challenges in lower level ranks to be completed.
  14. requirePreviousRank: true
  15.  
  16. # [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
  17. # with a rankLeeway of 1, a player would only need to complete 3 to advance to the next rank.
  18. # A rankLeeway of 0 would require them all.
  19. rankLeeway: 2
  20.  
  21. #[integer] The time in hours before required items reset to default. (only if not specified in the challenges below)
  22. defaultResetInHours: 20
  23.  
  24. #[color code] The color to use for uncompleted challenges in the list.
  25. challengeColor: §e
  26.  
  27. #[color code] The color to use for completed challenges in the list. (non-repeatable)
  28. finishedColor: §2
  29.  
  30. #[color code] The color to use for completed challenges in the list. (repeatable)
  31. repeatableColor: §a
  32.  
  33. #[true/false] If true, enables vault to handle currency rewards.
  34. enableEconomyPlugin: true
  35.  
  36. # [true/false] If false, challenges are not reset on island creation (or restart)
  37. resetChallengesOnCreate: true
  38.  
  39. # Material to show for locked challenges (i.e. STAINED_GLASS_PANE:14 for a red glass-pane, or 160:14)
  40. lockedDisplayItem: STAINED_GLASS_PANE:14
  41.  
  42. # this will ignore a the challenges from updating
  43. #merge-ignore:
  44. # - 'ranks'
  45.  
  46. #===============================================
  47. # An explanation to setup your own challenges
  48. # can be found at the bottom of this file.
  49. #===============================================
  50.  
  51. ranks:
  52. ChallengeGroup1:
  53. name: 'Default'
  54. displayItem: 4
  55. resetInHours: 20
  56. challenges:
  57. cobblestonegenerator:
  58. name: 'Cobble Stone Generator'
  59. description: Mine from a cobblestone generator.
  60. type: onPlayer
  61. requiredItems: '4:64;+0'
  62. repeatable: true
  63. displayItem: 1
  64. resetInHours: 12
  65. takeItems: true
  66. reward:
  67. text: 3 leather, 20% chance to get a book
  68. items:
  69. - '334:3'
  70. - '{p=0.2}340:1'
  71. permission: none
  72. currency: 10
  73. xp: 10
  74. commands:
  75. - op:effect {playername} 10
  76. repeatReward:
  77. text: 1 leather, 10% chance to get a book
  78. items:
  79. - '334:1'
  80. - '{p=0.1}340:1'
  81. currency: 5
  82. xp: 5
  83.  
  84. novicebuilder:
  85. name: 'Novice Builder'
  86. description: Reach island level 20.
  87. type: islandLevel
  88. requiredItems: '20'
  89. repeatable: false
  90. displayItem: 16
  91. takeItems: false
  92. takeItems: false
  93. reward:
  94. text: 8 dirt, 8 sand, 5 emeralds
  95. items:
  96. - '3:8'
  97. - '12:8'
  98. - '388:5'
  99. permission: none
  100. currency: 20
  101. xp: 20
  102. commands:
  103. - op:effect {party} 10
  104.  
  105. adeptbuilder:
  106. name: 'Adept Builder'
  107. description: Reach island level 100.
  108. type: islandLevel
  109. requiredItems: '100'
  110. repeatable: false
  111. displayItem: 15
  112. takeItems: false
  113. reward:
  114. text: 10 obsidian, 5 emeralds
  115. items:
  116. - '49:10'
  117. - '388:5'
  118. currency: 100
  119. xp: 100
  120. commands:
  121.  
  122. expertbuilder:
  123. name: 'Expert Builder'
  124. description: Reach island level 250.
  125. type: islandLevel
  126. requiredItems: '250'
  127. repeatable: true
  128. displayItem: 14
  129. takeItems: true
  130. reward:
  131. text: 16 dirt,16 sand, 5 emeralds
  132. items:
  133. - '3:16'
  134. - '12:16'
  135. - '388:5'
  136. permission: none
  137. currency: 250
  138. xp: 250
  139.  
  140. masterbuilder:
  141. name: 'Master Builder'
  142. description: Reach island level 500.
  143. type: islandLevel
  144. requiredItems: '500'
  145. repeatable: true
  146. displayItem: 56
  147. takeItems: true
  148. reward:
  149. text: 32 dirt, 32 sand, 5 emeralds
  150. items:
  151. - '3:32'
  152. - '12:32'
  153. - '388:5'
  154. permission: none
  155. currency: 500
  156. xp: 500
  157.  
  158. skylord:
  159. name: 'Sky Lord'
  160. description: Reach island level 1000.
  161. type: islandLevel
  162. requiredItems: '1000'
  163. repeatable: true
  164. displayItem: 129
  165. takeItems: true
  166. reward:
  167. text: 64 dirt, 64 sand, 1 diamond, 5 emeralds
  168. items:
  169. - '3:64'
  170. - '12:64'
  171. - '264:1'
  172. - '388:5'
  173. permission: none
  174. currency: 1000
  175. xp: 1000
  176.  
  177. #===============================================
  178.  
  179. ChallengeGroup2:
  180. name: 'Farmer'
  181. displayItem: 290
  182. resetInHours: 20
  183. requires:
  184. rankLeeway: 5
  185. challenges:
  186. - cobblestonegenerator
  187. challenges:
  188. applecollector:
  189. name: 'Apple Collector'
  190. description: Collect apples from trees.
  191. type: onPlayer
  192. requiredItems: '260:2;+0'
  193. repeatable: true
  194. displayItem: 260
  195. resetInHours: 6
  196. takeItems: true
  197. reward:
  198. text: 1 of each sapling, (4 dark oak)
  199. items:
  200. - '6:0:1'
  201. - '6:1:1'
  202. - '6:2:1'
  203. - '6:3:1'
  204. - '6:4:1'
  205. - '6:5:4'
  206. - '{p=0.2}6:3:3'
  207. permission: none
  208. currency: 20
  209. xp: 20
  210. repeatReward:
  211. text: 1 of each sapling (4 dark oak)
  212. items:
  213. - '6:0:1'
  214. - '6:1:1'
  215. - '6:2:1'
  216. - '6:3:1'
  217. - '6:4:1'
  218. - '6:5:4'
  219. - '{p=0.1}6:3:3'
  220. currency: 10
  221. xp: 10
  222.  
  223. cactusfarmer:
  224. name: 'Cactus Farmer'
  225. description: Harvest cacti from a farm.
  226. type: onPlayer
  227. requiredItems: '81:64;+0'
  228. repeatable: true
  229. displayItem: 81
  230. takeItems: true
  231. reward:
  232. text: 8 sand, 20% chance to get a bone
  233. items:
  234. - '12:8'
  235. - '{p=0.2}352:1'
  236. - '{p=0.1}290:1'
  237. permission: none
  238. currency: 20
  239. xp: 20
  240. repeatReward:
  241. text: 4 sand
  242. items:
  243. - '12:4'
  244. - '{p=0.1}352:1'
  245. currency: 10
  246. xp: 10
  247.  
  248. pumpkinfarmer:
  249. name: 'Pumpkin Farmer'
  250. description: Harvest pumpkins from a farm.
  251. type: onPlayer
  252. requiredItems: '86:64;+0'
  253. repeatable: true
  254. displayItem: 86
  255. takeItems: true
  256. reward:
  257. text: 8 dirt
  258. items:
  259. - '3:8'
  260. - '{p=0.3}91:1'
  261. permission: none
  262. currency: 20
  263. xp: 20
  264. repeatReward:
  265. text: 4 dirt
  266. items:
  267. - '3:4'
  268. - '{p=0.05}91:1'
  269. currency: 10
  270. xp: 10
  271.  
  272. sugarfarmer:
  273. name: 'Sugar Farmer'
  274. description: Harvest sugarcane from a farm.
  275. type: onPlayer
  276. requiredItems: '338:64;+0'
  277. repeatable: true
  278. displayItem: 338
  279. takeItems: true
  280. reward:
  281. text: 8 dirt
  282. items:
  283. - '3:8'
  284. - '{p=0.1}352:1'
  285. permission: none
  286. currency: 20
  287. xp: 20
  288. repeatReward:
  289. text: 4 dirt
  290. items:
  291. - '3:4'
  292. - '{p=0.05}3:4'
  293. currency: 10
  294. xp: 10
  295.  
  296. shroompicker:
  297. name: 'Shroom Picker'
  298. description: Collect red and brown mushrooms.
  299. type: onPlayer
  300. requiredItems: '39:64;+0 40:64;+0'
  301. repeatable: true
  302. displayItem: 40
  303. takeItems: true
  304. reward:
  305. text: 8 mycelium, 4 podzol
  306. items:
  307. - '110:8'
  308. - '3:2:4'
  309. permission: none
  310. currency: 30
  311. xp: 30
  312. repeatReward:
  313. text: 4 mycelium
  314. items:
  315. - '110:4'
  316. - '{p=0.02}110:4'
  317. - '{p=0.02}3:2:2'
  318. currency: 15
  319. xp: 15
  320.  
  321. wheatfarmer:
  322. name: 'Wheat Farmer'
  323. description: Harvest wheat from a farm.
  324. type: onPlayer
  325. requiredItems: '296:64;+0'
  326. repeatable: true
  327. displayItem: 296
  328. repeatable: true
  329. takeItems: true
  330. reward:
  331. text: 8 dirt
  332. items:
  333. - '3:8'
  334. permission: none
  335. currency: 20
  336. xp: 20
  337. repeatReward:
  338. text: 4 dirt
  339. items:
  340. - '3:4'
  341. - '{p=0.2}352:1'
  342. currency: 10
  343. xp: 10
  344.  
  345. melonfarmer:
  346. name: 'Melon Farmer'
  347. description: Harvest slices of melon from a farm.
  348. type: onPlayer
  349. requiredItems: '360:128;+0'
  350. repeatable: true
  351. displayItem: 360
  352. takeItems: true
  353. reward:
  354. text: 8 dirt
  355. items:
  356. - '3:8'
  357. permission: none
  358. currency: 20
  359. xp: 20
  360. repeatReward:
  361. text: 4 dirt
  362. items:
  363. - '3:4'
  364. currency: 10
  365. xp: 10
  366.  
  367. #===============================================
  368.  
  369. ChallengeGroup3:
  370. name: 'Builders'
  371. displayItem: '98:2'
  372. resetInHours: 20
  373. requires:
  374. rankLeeway: 0
  375. challenges:
  376. - novicebuilder
  377. challenges:
  378. lumberjack:
  379. name: 'Lumberjack'
  380. description: Collect all types of wood logs.
  381. type: onPlayer
  382. requiredItems: '17:0:16;+0 17:1:16;+0 17:2:16;+0 17:3:16;+0 162:0:16;+0 162:1:16;+0'
  383. repeatable: true
  384. displayItem: 17
  385. takeItems: true
  386. reward:
  387. text: 4 redstone ore, 4 iron ore, 1 wolf
  388. items:
  389. - '73:4'
  390. - '15:4'
  391. - '383:95:1'
  392. permission: none
  393. currency: 30
  394. xp: 30
  395. repeatReward:
  396. text: 1 redstone ore, 1 iron ore
  397. items:
  398. - '73:1'
  399. - '15:1'
  400. currency: 15
  401. xp: 15
  402.  
  403. torchmaker:
  404. name: 'Torch Maker'
  405. description: Make 128 torches.
  406. type: onPlayer
  407. requiredItems: '50:128;+0'
  408. repeatable: true
  409. displayItem: 50
  410. takeItems: true
  411. reward:
  412. text: 4 redstone ore, 4 iron ore, 1 cow
  413. items:
  414. - '73:4'
  415. - '15:4'
  416. - '383:92:1'
  417. permission: none
  418. currency: 30
  419. xp: 30
  420. repeatReward:
  421. text: 1 redstone ore, 1 iron ore
  422. items:
  423. - '73:1'
  424. - '15:1'
  425. currency: 15
  426. xp: 15
  427.  
  428. toolmaker:
  429. name: 'Tool Maker'
  430. description: Make all stone tools
  431. type: onPlayer
  432. requiredItems: '273:1 274:1 275:1 291:1'
  433. repeatable: false
  434. displayItem: 275
  435. takeItems: true
  436. reward:
  437. text: 4 redstone ore, 4 iron, 1 pig
  438. items:
  439. - '73:4'
  440. - '15:4'
  441. - '383:90:1'
  442. permission: none
  443. currency: 30
  444. xp: 30
  445.  
  446. carpenter:
  447. name: 'Carpenter'
  448. description: Collect all types of wood items.
  449. type: onPlayer
  450. requiredItems: '136:16;+0 427:1;+0 186:2;+0 192:30;+0 65:30;+0 96:4;+0 72:2;+0'
  451. repeatable: true
  452. displayItem: 58
  453. takeItems: true
  454. reward:
  455. text: 4 redstone ore, 4 iron ore, 1 sheep
  456. items:
  457. - '73:4'
  458. - '15:4'
  459. - '383:91:1'
  460. permission: none
  461. currency: 30
  462. xp: 30
  463. repeatReward:
  464. text: 1 redstone ore, 1 iron ore
  465. items:
  466. - '73:1'
  467. - '15:1'
  468. currency: 15
  469. xp: 15
  470.  
  471. stonebrickmaker:
  472. name: 'Stone Brick Maker'
  473. description: Make 64 Stone Bricks.
  474. type: onPlayer
  475. requiredItems: '98:64;+0 44:5:30;+0 98:3:30;+0 109:16;+0'
  476. repeatable: true
  477. displayItem: 98
  478. takeItems: true
  479. reward:
  480. text: 4 redstone ore, 4 iron ore, 1 chicken
  481. items:
  482. - '73:4'
  483. - '15:4'
  484. - '383:93:1'
  485. permission: none
  486. currency: 30
  487. xp: 30
  488. repeatReward:
  489. text: 1 redstone ore, 1 iron ore
  490. items:
  491. - '73:1'
  492. - '15:1'
  493. currency: 15
  494. xp: 15
  495.  
  496. monsterfarm:
  497. name: 'Monster Farm'
  498. description: Build a mob farm and collect mob loot.
  499. type: onPlayer
  500. requiredItems: '367:64;+0 287:32;+0 262:32;+0 352:32;+0 289:16;+0 375:5'
  501. repeatable: true
  502. displayItem: 367
  503. takeItems: true
  504. reward:
  505. text: 4 redstone ore, 4 iron ore, 1 flint
  506. items:
  507. - '73:4'
  508. - '15:4'
  509. - '318:1'
  510. permission: none
  511. currency: 30
  512. xp: 30
  513. repeatReward:
  514. text: 1 redstone ore, 1 iron ore, 1 flint
  515. items:
  516. - '73:1'
  517. - '15:4'
  518. - '318:1'
  519. currency: 15
  520. xp: 15
  521.  
  522. homeowner:
  523. name: 'Home Owner'
  524. description: Build a house with furnishings.
  525. type: onIsland
  526. requiredItems: '26:1 58:1 20:1 64:1 61:1 47:1 50:1'
  527. displayItem: 324
  528. takeItems: false
  529. reward:
  530. text: 4 redstone ore, 5 inksac, 4 iron ore
  531. items:
  532. - '73:4'
  533. - '15:4'
  534. - '351:5'
  535. currency: 40
  536. xp: 40
  537.  
  538. #===============================================
  539.  
  540. ChallengeGroup4:
  541. name: 'Nether'
  542. displayItem: '153'
  543. resetInHours: 20
  544. requires:
  545. rankLeeway: 0
  546. challenges:
  547. - adeptbuilder
  548. challenges:
  549. netherportal:
  550. name: 'Nether Portal'
  551. description: Build a nether portal on your island.
  552. type: onIsland
  553. requiredItems: '49:10 90:1'
  554. repeatable: false
  555. displayItem: 49
  556. takeItems: false
  557. reward:
  558. text: 1 iron pickaxe, 1 iron shovel
  559. items:
  560. - '256:1'
  561. - '257:1'
  562. permission: none
  563. currency: 40
  564. xp: 40
  565.  
  566. netherrack:
  567. name: 'Nether Mining'
  568. description: Mine from your Nether island.
  569. type: onPlayer
  570. requiredItems: '87:64;+0 88:16;+0 13:32;+0 406:32;+0'
  571. repeatable: true
  572. displayItem: 87
  573. takeItems: true
  574. reward:
  575. text: 1 bow, 64 arrows
  576. items:
  577. - '261:1'
  578. - '262:64'
  579. permission: none
  580. currency: 40
  581. xp: 40
  582. commands:
  583. repeatReward:
  584. text: 32 arrows
  585. items:
  586. - '262:32'
  587. currency: 20
  588. xp: 20
  589.  
  590. netherfortress:
  591. name: 'Nether Fortress'
  592. description: Build a netherfortress.
  593. type: onIsland
  594. radius: 50
  595. requiredItems: '112:512 44:6:64 113:64 114:64'
  596. repeatable: false
  597. displayItem: 113
  598. takeItems: true
  599. reward:
  600. text: enchantment table, brewing stand
  601. items:
  602. - '116:1'
  603. - '379:1'
  604. permission: none
  605. currency: 40
  606. xp: 40
  607.  
  608. witherhunter:
  609. name: 'Wither Hunter'
  610. description: Collect some Wither Skeleton skulls.
  611. type: onPlayer
  612. requiredItems: '397:1:3;+0'
  613. repeatable: true
  614. displayItem: '397:1'
  615. takeItems: true
  616. reward:
  617. text: 5 diamonds
  618. items:
  619. - '264:5'
  620. permission: none
  621. currency: 40
  622. xp: 40
  623. repeatReward:
  624. text: 2 gold ore
  625. items:
  626. - '14:2'
  627. currency: 20
  628. xp: 20
  629.  
  630. #===============================================
  631.  
  632. ChallengeGroup5:
  633. name: 'Farmer II'
  634. displayItem: 292
  635. resetInHours: 48
  636. requires:
  637. rankLeeway: 2
  638. challenges:
  639. - expertbuilder
  640. challenges:
  641. fisherman:
  642. name: 'Fisherman'
  643. description: Catch different types of fish.
  644. type: onPlayer
  645. requiredItems: '349:0:5;+0 349:1:5;+0 349:3:3;+0 349:2:1;+0'
  646. repeatable: true
  647. displayItem: 349
  648. takeItems: true
  649. reward:
  650. text: 1 disk and 10 lapis lazuli
  651. items:
  652. - '2267:1'
  653. - '22:10'
  654. permission: none
  655. currency: 50
  656. xp: 50
  657. repeatReward:
  658. text: 2 redstone, 2 inksac
  659. items:
  660. - '331:2'
  661. - '351:2'
  662. currency: 25
  663. xp: 25
  664.  
  665. potatofarmer:
  666. name: 'Potato Farmer'
  667. description: Harvest potato's from a farm.
  668. type: onPlayer
  669. requiredItems: '392:64;+0'
  670. repeatable: true
  671. displayItem: 392
  672. takeItems: true
  673. reward:
  674. text: 5 baked potatos, 1 cow
  675. items:
  676. - '393:5'
  677. - '383:92:1'
  678. permission: none
  679. currency: 50
  680. xp: 50
  681. repeatReward:
  682. text: 1 baked potato
  683. items:
  684. - '393:1'
  685. currency: 25
  686. xp: 25
  687.  
  688. carrotfarmer:
  689. name: 'Carrot Farmer'
  690. description: Harvest carrot's from a farm.
  691. type: onPlayer
  692. requiredItems: '391:64;+0'
  693. repeatable: true
  694. displayItem: 391
  695. takeItems: true
  696. reward:
  697. text: 1 pig, 1 saddle
  698. items:
  699. - '383:90:1'
  700. - '329:1'
  701. permission: none
  702. currency: 50
  703. xp: 50
  704. repeatReward:
  705. text: 1 golden carrot
  706. items:
  707. - '396:1'
  708. currency: 25
  709. xp: 25
  710.  
  711. expertfarmer:
  712. name: 'Expert Farmer'
  713. description: Harvest many different farming resources.
  714. type: onPlayer
  715. requiredItems: '360:256;+0 353:128;+0 296:128;+0 392:128;+0 391:128;+0 86:128;+0 81:128;+0'
  716. repeatable: true
  717. displayItem: 292
  718. takeItems: true
  719. reward:
  720. text: 1 bucket, 1 sheep
  721. items:
  722. - '325:1'
  723. - '383:91:1'
  724. permission: none
  725. currency: 50
  726. xp: 50
  727. repeatReward:
  728. text: 1 bucket
  729. items:
  730. - '325:1'
  731. currency: 25
  732. xp: 25
  733.  
  734. horsingaround:
  735. name: 'Horsing Around'
  736. description: Get hay bales for the horses.
  737. type: onPlayer
  738. requiredItems: '170:32;+0 420:8;+0 398:1 359:1'
  739. repeatable: true
  740. displayItem: 170
  741. takeItems: true
  742. reward:
  743. text: 1 horse, 1 iron horse armor, 5% chance on diamond horse armor
  744. items:
  745. - '383:100:1'
  746. - '417:1'
  747. - '{p=0.05}419:1'
  748. permission: none
  749. currency: 50
  750. xp: 50
  751. repeatReward:
  752. text: 1 redstone ore, 1 emerald
  753. items:
  754. - '331:1'
  755. - '388:1'
  756. currency: 25
  757. xp: 25
  758.  
  759. animalfarm:
  760. name: 'Animal Farm'
  761. description: Create an animal farm.
  762. type: onIsland
  763. radius: 40
  764. requiredEntities:
  765. - 'Cow:8'
  766. - 'Pig:8'
  767. - 'Chicken:16'
  768. - Sheep:{"Color":0}
  769. - Sheep:{"Color":1}
  770. - Sheep:{"Color":2}
  771. - Sheep:{"Color":3}
  772. - Sheep:{"Color":4}
  773. - Sheep:{"Color":5}
  774. - Sheep:{"Color":6}
  775. - Sheep:{"Color":7}
  776. - Sheep:{"Color":8}
  777. - Sheep:{"Color":9}
  778. - Sheep:{"Color":10}
  779. - Sheep:{"Color":11}
  780. - Sheep:{"Color":12}
  781. - Sheep:{"Color":13}
  782. - Sheep:{"Color":14}
  783. - Sheep:{"Color":15}
  784. repeatable: true
  785. displayItem: '85'
  786. takeItems: false
  787. reward:
  788. text: 1 horse, 1 iron horse armor, 5% chance on diamond horse armor
  789. items:
  790. - '383:100:1'
  791. - '417:1'
  792. - '{p=0.05}419:1'
  793. permission: none
  794. currency: 50
  795. xp: 50
  796. repeatReward:
  797. text: 1 redstone ore, 1 emerald
  798. items:
  799. - '331:1'
  800. - '388:1'
  801. currency: 25
  802. xp: 25
  803.  
  804. #===============================================
  805.  
  806. ChallengeGroup6:
  807. name: 'World Food'
  808. displayItem: 297
  809. resetInHours: 20
  810. requires:
  811. rankLeeway: 0
  812. challenges:
  813. - masterbuilder
  814. challenges:
  815. fishandchips:
  816. name: 'Fish & Chips'
  817. description: Create the famous English Fish & Chips.
  818. type: onPlayer
  819. requiredItems: '350:32;+0 393:32;+0'
  820. repeatable: true
  821. displayItem: 350
  822. takeItems: true
  823. reward:
  824. text: 16 baked potatos, 1 disk, 4 emerald
  825. items:
  826. - '393:16'
  827. - '2256:1'
  828. - '388:4'
  829. currency: 60
  830. xp: 60
  831. commands:
  832. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Fish_and_chips &2Click the link for more info'
  833. repeatReward:
  834. text: 30% chance on 1 disk, 1 emerald
  835. items:
  836. - '388:1'
  837. - '{p=0.3}2256:1'
  838. currency: 30
  839. xp: 30
  840. commands:
  841. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Fish_and_chips &2Click the link for more info'
  842.  
  843. smorrebrod:
  844. name: 'Smørrebrød'
  845. description: Create the famous Danish smørrebrød.
  846. type: onPlayer
  847. requiredItems: '297:16;+0 350:1:8;+0 349:2:2;+0 320:8;+0 364:8;+0'
  848. repeatable: true
  849. displayItem: '350:1'
  850. takeItems: true
  851. reward:
  852. text: 1 rod, 2 name tags, 1 ocelot
  853. items:
  854. - '346:1'
  855. - '421:2'
  856. - '383:98:1'
  857. currency: 60
  858. xp: 60
  859. commands:
  860. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Danish_cuisine &2Click the link for more info'
  861. repeatReward:
  862. text: 1 emerald, 20% chance on 2 ocelot
  863. items:
  864. - '388:1'
  865. - '{p=0.2}383:98:2'
  866. currency: 30
  867. xp: 30
  868. commands:
  869. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Danish_cuisine &2Click the link for more info'
  870.  
  871. hutspot:
  872. name: 'Hutspot'
  873. description: Create the famous Dutch hutspot.
  874. type: onPlayer
  875. requiredItems: '392:64;+0 391:64;+0'
  876. repeatable: true
  877. displayItem: 396
  878. takeItems: true
  879. reward:
  880. text: 1 golden carrot, 1 disk, 4 emerald
  881. items:
  882. - '396:1'
  883. - '2257:1'
  884. - '388:4'
  885. currency: 60
  886. xp: 60
  887. commands:
  888. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Hutspot &2Click the link for more info'
  889. repeatReward:
  890. text: 30% chance on 1 disk, 1 emerald
  891. items:
  892. - '388:1'
  893. - '{p=0.3}2257:1'
  894. currency: 30
  895. xp: 30
  896. commands:
  897. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Hutspot &2Click the link for more info'
  898.  
  899. apfelstrudel:
  900. name: 'Apfelstrudele'
  901. description: Create the famous German apfelstrudel.
  902. type: onPlayer
  903. requiredItems: '260:8;+0 296:16;+0 353:16;+0 335:1'
  904. repeatable: true
  905. displayItem: 322
  906. takeItems: true
  907. reward:
  908. text: 1 bucket, 1 disk, 4 emerald
  909. items:
  910. - '325:1'
  911. - '388:4'
  912. - '2258:1'
  913. currency: 60
  914. xp: 60
  915. commands:
  916. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Apple_strudel &2Click the link for more info'
  917. repeatReward:
  918. text: 1 bucket, 30% chance on 1 disk, 1 emerald
  919. items:
  920. - '325:1'
  921. - '388:1'
  922. - '{p=0.3}2258:1'
  923. currency: 30
  924. xp: 30
  925. commands:
  926. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Apple_strudel &2Click the link for more info'
  927.  
  928. brownies:
  929. name: 'Brownies'
  930. description: Create the famous American brownies.
  931. type: onPlayer
  932. requiredItems: '296:16;+0 353:16;+0 344:16;+0 351:3:16;+0 335:1'
  933. repeatable: true
  934. displayItem: '126:5'
  935. takeItems: true
  936. reward:
  937. text: 1 bucket, 1 disk, 4 emerald
  938. items:
  939. - '325:1'
  940. - '388:4'
  941. - '2260:1'
  942. currency: 60
  943. xp: 60
  944. commands:
  945. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Chocolate_brownie &2Click the link for more info'
  946. repeatReward:
  947. text: 1 bucket, 30% chance on 1 disk, 1 emerald
  948. items:
  949. - '325:1'
  950. - '388:1'
  951. - '{p=0.3}2260:1'
  952. currency: 30
  953. xp: 30
  954. commands:
  955. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Chocolate_brownie &2Click the link for more info'
  956.  
  957. pastafunghi:
  958. name: 'Pasta Funghi'
  959. description: Create the famous Italian Pasta Funghi.
  960. type: onPlayer
  961. requiredItems: '296:32;+0 344:32;+0 39:16;+0 40:16;+0 335:1'
  962. repeatable: true
  963. displayItem: 100
  964. takeItems: true
  965. reward:
  966. text: 2 rabbits, 1 bucket
  967. items:
  968. - '383:101:2'
  969. - '325:1'
  970. currency: 60
  971. xp: 60
  972. commands:
  973. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Pasta &2Click the link for more info'
  974. repeatReward:
  975. text: 30% chance on 1 disk, 1 emerald
  976. items:
  977. - '388:1'
  978. - '{p=0.3}2256:1'
  979. currency: 30
  980. xp: 30
  981. commands:
  982. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Pasta &2Click the link for more info'
  983.  
  984. chocolate:
  985. name: 'Belgian chocolate'
  986. description: Create the famous belgian chocolate.
  987. type: onPlayer
  988. requiredItems: '353:16;+0 351:3:16;+0 335:1'
  989. repeatable: true
  990. displayItem: '383:120'
  991. takeItems: true
  992. reward:
  993. text: 1 bucket, 1 disk, 4 emeralds
  994. items:
  995. - '325:1'
  996. - '388:4'
  997. - '2261:1'
  998. currency: 60
  999. xp: 60
  1000. commands:
  1001. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Belgian_chocolate &2Click the link for more info'
  1002. repeatReward:
  1003. text: 1 bucket, 30% chance on 1 disk, 1 emerald
  1004. items:
  1005. - '325:1'
  1006. - '388:1'
  1007. - '{p=0.3}2261:1'
  1008. currency: 30
  1009. xp: 30
  1010. commands:
  1011. - 'console: msg {player} &9https://en.wikipedia.org/wiki/Belgian_chocolate &2Click the link for more info'
  1012.  
  1013.  
  1014. #===============================================
  1015.  
  1016. ChallengeGroup7:
  1017. name: 'Miscellaneous'
  1018. displayItem: 32
  1019. resetInHours: 20
  1020. requires:
  1021. rankLeeway: 0
  1022. challenges:
  1023. - skylord
  1024. challenges:
  1025. pearlcollector:
  1026. name: 'Pearl Collector'
  1027. description: Collect enderpearls from endermen.
  1028. type: onPlayer
  1029. requiredItems: '368:10;+0'
  1030. repeatable: true
  1031. displayItem: 368
  1032. takeItems: true
  1033. reward:
  1034. text: 5 gold ore, 1 blaze rod, 1 emerald
  1035. items:
  1036. - '14:5'
  1037. - '369:1'
  1038. - '388:1'
  1039. permission: none
  1040. currency: 70
  1041. xp: 70
  1042. repeatReward:
  1043. text: 1 gold ore, 1 blaze rod
  1044. items:
  1045. - '14:1'
  1046. - '369:1'
  1047. currency: 35
  1048. xp: 35
  1049.  
  1050. slimefarmer:
  1051. name: 'Slime Farmer'
  1052. description: Collect slimeballs from slimes.
  1053. type: onPlayer
  1054. requiredItems: '341:64;+0'
  1055. repeatable: true
  1056. displayItem: 341
  1057. takeItems: true
  1058. reward:
  1059. text: 4 slime blocks, 1 emeralds
  1060. items:
  1061. - '165:4'
  1062. - '388:1'
  1063. permission: none
  1064. currency: 70
  1065. xp: 70
  1066. repeatReward:
  1067. text: 1 redstone ore, 1 emeralds
  1068. items:
  1069. - '73:1'
  1070. - '388:1'
  1071. currency: 35
  1072. xp: 35
  1073.  
  1074. technician:
  1075. name: 'Technician'
  1076. description: Collect some of every type of redstone equipment.
  1077. type: onPlayer
  1078. requiredItems: '331:64;+0 76:32;+0 356:5;+0 404:3;+0 33:2;+0 29:2;+0 69:1;+0 77:1;+0 70:1;+0 154:1;+0 23:1;+0 158:1;+0 151:1;+0'
  1079. repeatable: true
  1080. displayItem: 331
  1081. takeItems: true
  1082. reward:
  1083. text: 8 redstone blocks, 8 noteblocks and 4 tripwire hooks, 1 emerald
  1084. items:
  1085. - '152:8'
  1086. - '25:8'
  1087. - '131:4'
  1088. - '388:1'
  1089. permission: none
  1090. currency: 70
  1091. xp: 70
  1092. repeatReward:
  1093. text: 1 redstone block and 1 tripwire hook
  1094. items:
  1095. - '152:1'
  1096. - '131:1'
  1097. currency: 35
  1098. xp: 35
  1099.  
  1100. woolcollector:
  1101. name: 'Wool Collector'
  1102. description: Collect every color of wool.
  1103. type: onPlayer
  1104. requiredItems: '35:0:8;+0 35:1:8;+0 35:2:8;+0 35:3:8;+0 35:4:8;+0 35:5:8;+0 35:6:8;+0 35:7:8;+0 35:8:8;+0 35:9:8;+0 35:10:8;+0 35:11:8;+0 35:12:8;+0 35:13:8;+0 35:14:8;+0 35:15:8;+0'
  1105. repeatable: true
  1106. displayItem: 35
  1107. takeItems: true
  1108. reward:
  1109. text: 2 diamonds, 3 disks, 1 emeralds
  1110. items:
  1111. - '264:2'
  1112. - '2262:1'
  1113. - '2263:1'
  1114. - '2264:1'
  1115. - '388:1'
  1116. permission: none
  1117. currency: 70
  1118. xp: 70
  1119. repeatReward:
  1120. text: 50% chance on 1 to 3 disks, 1 emeralds
  1121. items:
  1122. - '{p=0.3}2262:1'
  1123. - '{p=0.3}2263:1'
  1124. - '{p=0.3}2264:1'
  1125. - '388:1'
  1126. currency: 35
  1127. xp: 35
  1128.  
  1129. glassmaker:
  1130. name: 'Glassmaker'
  1131. description: Collect every color of stained glass panes.
  1132. type: onPlayer
  1133. requiredItems: '160:0:16;+0 160:1:16;+0 160:2:16;+0 160:3:16;+0 160:4:16;+0 160:5:16;+0 160:6:16;+0 160:7:16;+0 160:8:16;+0 160:9:16;+0 160:10:16;+0 160:11:16;+0 160:12:16;+0 160:13:16;+0 160:14:16;+0 160:15:16;+0'
  1134. repeatable: true
  1135. displayItem: 160
  1136. takeItems: true
  1137. reward:
  1138. text: 2 diamonds, 2 disks, 1 emeralds
  1139. items:
  1140. - '264:2'
  1141. - '2265:1'
  1142. - '2266:1'
  1143. - '388:1'
  1144. permission: none
  1145. currency: 70
  1146. xp: 70
  1147. repeatReward:
  1148. text: 30% chance on 1 or 2 disks, 1 emeralds
  1149. items:
  1150. - '{p=0.3}2265:1'
  1151. - '{p=0.3}2266:1'
  1152. - '388:1'
  1153. currency: 35
  1154. xp: 35
  1155.  
  1156. maestro:
  1157. name: 'Maestro'
  1158. description: Make a jukebox and collect all music discs.
  1159. type: onPlayer
  1160. 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'
  1161. repeatable: true
  1162. displayItem: 84
  1163. takeItems: true
  1164. reward:
  1165. text: 3 diamonds, 10 emeralds
  1166. items:
  1167. - '264:3'
  1168. - '388:10'
  1169. permission: none
  1170. currency: 70
  1171. xp: 70
  1172. repeatReward:
  1173. text: 2 gold ore, 1 diamond
  1174. items:
  1175. - '14:2'
  1176. - '264:1'
  1177. - '{p=0.2}264:1'
  1178. currency: 35
  1179. xp: 35
  1180.  
  1181. emeraldcollector:
  1182. name: 'Emerald Collector'
  1183. description: Collect emeralds.
  1184. type: onPlayer
  1185. requiredItems: '388:60;+0'
  1186. repeatable: false
  1187. displayItem: 388
  1188. takeItems: true
  1189. reward:
  1190. text: a full set of diamond armor
  1191. items:
  1192. - '310:1'
  1193. - '311:1'
  1194. - '312:1'
  1195. - '313:1'
  1196. permission: none
  1197. currency: 70
  1198. xp: 70
  1199. repeatReward:
  1200. text: full diamond armor
  1201. items:
  1202. - '310:1'
  1203. - '311:1'
  1204. - '312:1'
  1205. - '313:1'
  1206. currency: 35
  1207. xp: 35
  1208.  
  1209. #===============================================
  1210.  
  1211. ChallengeGroup8:
  1212. name: 'Extreme'
  1213. displayItem: '264'
  1214. resetInHours: 20
  1215. requires:
  1216. rankLeeway: 0
  1217. challenges:
  1218. - skylord
  1219. challenges:
  1220. topchef:
  1221. name: 'Top Chef'
  1222. description: Collect every kind of edible food.
  1223. type: onPlayer
  1224. 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'
  1225. repeatable: true
  1226. displayItem: 391
  1227. takeItems: true
  1228. reward:
  1229. text: 2 diamond, 1 mooshroom,
  1230. items:
  1231. - '264:2'
  1232. - '383:96:1'
  1233. currency: 80
  1234. xp: 80
  1235. repeatReward:
  1236. text: nothing yet
  1237. items:
  1238. - '264:2'
  1239. - '383:96:1'
  1240. currency: 40
  1241. xp: 40
  1242.  
  1243. cookielover:
  1244. name: 'Cookie Lover'
  1245. description: Make cookies and a bucket of milk.
  1246. type: onPlayer
  1247. requiredItems: '357:128;+0 335:1'
  1248. repeatable: true
  1249. displayItem: 357
  1250. takeItems: true
  1251. reward:
  1252. text: 4 redstone ore, 1 cocoa
  1253. items:
  1254. - '73:4'
  1255. - '351:3:1'
  1256. permission: none
  1257. currency: 80
  1258. xp: 80
  1259. repeatReward:
  1260. text: 1 cocoa, 5 clay
  1261. items:
  1262. - '351:3:1'
  1263. - '82:5'
  1264. currency: 40
  1265. xp: 40
  1266.  
  1267. baker:
  1268. name: 'Pâtisserie'
  1269. description: Bake cakes, pumpkin pies, and cookies.
  1270. type: onPlayer
  1271. requiredItems: '354:5;+0 400:5;+0 357:128;+0'
  1272. repeatable: true
  1273. displayItem: 354
  1274. takeItems: true
  1275. reward:
  1276. text: 5 gold ore, 1 diamond
  1277. items:
  1278. - '14:5'
  1279. - '264:1'
  1280. permission: none
  1281. currency: 80
  1282. xp: 80
  1283. repeatReward:
  1284. text: 2 iron ore, 1 gold ore
  1285. items:
  1286. - '15:2'
  1287. - '14:1'
  1288. currency: 40
  1289. xp: 40
  1290.  
  1291. #===============================================
  1292. #
  1293. # Here follows the format and explanation for the challenge group and challenges setup. The single commented (#) are the most used settings
  1294. # while the double commented (##) are optionnal if you like to use those settings.
  1295. #
  1296. #ranks:
  1297. # # [text] name of the challenge Rank.
  1298. # ChallengeGroupX:
  1299. # #[text] The name of the challenge rank that shows up when you do /challenges (this supports capitals and colorcodes).
  1300. # name: '&aCuston Challenges rank name'
  1301. # # [itemid] The itemid of the item to be displayed in the challenge menu for complete challenges.
  1302. # displayItem: 3
  1303. # # [integer] The time in hours before required items reset to default (tis overwrites the Main reset time)
  1304. # resetInHours: 20
  1305. # # The requierments will allow when a challenge groups will be available to see and complete for players.
  1306. # requires:
  1307. # # [integer] The number of tasks per rank that can be left uncompleted to advance to the next rank. For example, if you have 4 challenges
  1308. # # with a rankLeeway of 1, a player would only need to complete 3 to advance to the next rank.
  1309. # # A rankLeeway of 0 would require them all.
  1310. # rankLeeway: 8
  1311. # # [integer] The amount of challenges that has to be completed before this group will show in the Challenges GUI.
  1312. # # This can be random between any challenges group aslong the amount is made.
  1313. # completedChallenges: 14
  1314. # # [text] Challenges that has to be completed before this group will show in the Challenges GUI
  1315. # challenges:
  1316. # - a challenge name
  1317. #===============================================
  1318. # challenges:
  1319. # #[text] The name of the challenge. All challenge names should be lower case.
  1320. # defaultchallengename:
  1321. # #[text] The name of the challenge that shows up when you do /challenges (this supports capitals and colorcodes).
  1322. # name: '&a'
  1323. # # [text] What the player sees when they do /challenges <challengename>
  1324. # description:
  1325. # # [onIsland/onPlayer/islandLevel] This tells whether the required blocks/items should be in the player's inventory or on their island
  1326. # # When using onIsland, the player must be 10 blocks away from the required blocks on his island.
  1327. # # When using onIsland, the default radius distance is set to 10, all items requierd must be within this distance.
  1328. # # When using islandLevel, the 'requiredItems' field should be the island level required. The player must use /island level first to update his level.
  1329. # type: onPlayer
  1330. ## type: islandLevel
  1331. ## type: onIsland
  1332. # # To override the default radius when using onIsland, uncommend the "radius: " and fill in your own value.
  1333. ## radius:
  1334. # # [itemid list] The itemid:count of the items required for the challenge.
  1335. # requiredItems: ''
  1336. # # [true/false] If the challenge can repeated or not.
  1337. # repeatable: true
  1338. # # [itemid] The itemid of the item to be displayed in the challenge menu for complete challenges.
  1339. # displayItem:
  1340. ## tool:
  1341. # # [integer] The time in hours before required items reset to default (this overwrites the Main and Ranks reset times).
  1342. ## resetInHours:
  1343. # # [true/false] Take required items on completing a challenge.
  1344. # takeItems: true
  1345. # # reward section to reward the player for completing the challenge.
  1346. # reward:
  1347. # # [text] Description of the reward. If omitted §4Unknown will be shown.
  1348. # text:
  1349. # # [itemid list] The itemid:<datavalue>:count of the reward to give the player for completing the challenge.
  1350. # items:
  1351. ## # [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)
  1352. # permission: none
  1353. # # [integer] How much currency to give for the first time completion. (requires an economy plugin)
  1354. # currency: 0
  1355. # # [integer] How much xp to give to the player for the first time completion.
  1356. # xp: 0
  1357. # # Executes the given command upon completion. Prepend with "op" or "console" to run the commands as OP or from the Console. Examples:
  1358. # # commands:
  1359. # # - 'op: me are the GOD of things'
  1360. # # - 'console: give {party} aweseomestuff 32'
  1361. # # Possible command arguments are:
  1362. # # {player} - The name of the player
  1363. # # {playerName} - The display name of the player
  1364. # # {challenge} - The name of the challenge
  1365. # # {position} - The position of the player
  1366. # # {party} - Execute the command once for each member of the party (substituting the name)
  1367. ## commands:
  1368. ## - op:
  1369. ## - console:
  1370. # # reward section to reward the player for completing a repeated challenge.
  1371. # repeatReward:
  1372. # # [text] Description of the reward. If omitted §4Unknown will be shown.
  1373. # text:
  1374. # # [itemid list] The itemid:<datavalue>:count of the reward to give the player for completing the challenge.
  1375. # items:
  1376. ## # [integer] How much currency to give for the first time completion. (requires an economy plugin)
  1377. # currency: 0
  1378. # # [integer] How much xp to give to the player for the first time completion.
  1379. # xp: 0
  1380. # # Executes the given command upon completion. Prepend with "op" or "console" to run the commands as OP or from the Console. Examples:
  1381. # # commands:
  1382. # # - 'op: me are the GOD of things'
  1383. # # - 'console: give {party} aweseomestuff 32'
  1384. # # Possible command arguments are:
  1385. # # {player} - The name of the player
  1386. # # {playerName} - The display name of the player
  1387. # # {challenge} - The name of the challenge
  1388. # # {position} - The position of the player
  1389. # # {party} - Execute the command once for each member of the party (substituting the name)
  1390. ## commands:
  1391. ## - op:
  1392. ## - console:
  1393. #
  1394. # All commented settings (#) in the above challenges (not the explanation) can be removed to clean up the challenges.yml.
  1395. #
  1396. # DO NOT CHANGE!
  1397. version: 18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement