Advertisement
Hightension

Untitled

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