Advertisement
Hightension

Untitled

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