Advertisement
Hightension

Untitled

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