Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.73 KB | None | 0 0
  1. ##########################################################################################
  2. # Challenges
  3. # Rewards and required items have to be described using Bukkit Materials
  4. # and be exactly correct
  5. # Do not use Type Id's - they will not work
  6. # Challenges can be one of three types - inventory, island or level.
  7. # inventory - means the player must have the items on them
  8. # island - means the items have to be on the island and within 10 blocks of the player
  9. # entities are also supported, e.g., COW.
  10. # level - means the island level has to be equal or over this amount.
  11. # If level is set as nothing '', then the challenge is a free challenge and can be
  12. # done at any time.
  13. # Challenges can be repeatable only if they are inventory challenges
  14. # permissions can be given as a reward
  15. #
  16. # Reward Commands - commands can be run when a challenge is completed and repeated
  17. # Commands are:
  18. # rewardcommands:
  19. # - command1
  20. # - command2
  21. # repeatrewardcommands:
  22. # - command1
  23. # - command2
  24. # The commands are listed and run in order. Do not put a / in front of the command.
  25. # The token [player] will be replaced with the player's name.
  26. # Example:
  27. # rewardcommands:
  28. # - pex promote [player]
  29. # - heal [player]
  30. # - warp winner_circle [player]
  31. # If a command fails, it will be noted in the console.
  32. #
  33. # The format for POTIONS is as follows:
  34. #
  35. # Format POTION:NAME:<LEVEL>:<EXTENDED>:<SPLASH/LINGER>:QTY
  36. # LEVEL, EXTENDED, SPLASH, LINGER are optional.
  37. # LEVEL is a number, 1 or 2
  38. # LINGER is for V1.9 servers and later
  39. # Examples:
  40. # POTION:STRENGTH:1:EXTENDED:SPLASH:1
  41. # POTION:INSTANT_DAMAGE:2::LINGER:2
  42. # POTION:JUMP:2:NOTEXTENDED:NOSPLASH:1
  43. # POTION:WEAKNESS::::1 - any weakness potion
  44. #
  45. # Valid potion names are:
  46. # WATER, REGEN, SPEED, FIRE_RESISTANCE, POISON, INSTANT_HEAL, NIGHT_VISION, WEAKNESS,
  47. # STRENGTH, SLOWNESS, JUMP, INSTANT_DAMAGE, WATER_BREATHING, INVISIBILITY
  48. # For V1.9 these are also available:
  49. # LUCK, MUNDANE, THICK, AWKWARD
  50. #
  51. #
  52. # Reseting islands and challenges - usually challenges are reset when a player resets
  53. # their island (see resetchallenges in config.yml). You can stop some challenges from
  54. # being reset by using resetallowed:false in the challenge.
  55. ##########################################################################################
  56.  
  57. challenges:
  58. # Challenge levels - list as many as you like. If a challenge's level is '' it can
  59. # be done anytime. You cannot name a challenge the same as a level.
  60. levels: 'Novice Competent Expert Advanced Elite End'
  61.  
  62. # The number of undone tasks that can be left on a level before unlocking next level
  63. waiveramount: 1
  64.  
  65. # Free levels - which levels above should be auto done when reached, therefore unlocking next level.
  66. # Example:
  67. # freelevels: 'Novice' will immediately put player onto Competent level challenges
  68. # freelevels: 'Novice Competent' will make all Novice, Competent and Expert challenges available immediately.
  69. # freelevels: 'Competent' will open Competent and Expert levels once Novice is complete
  70. freelevels: ''
  71.  
  72. # This section determines what happens when a player unlocks a new level
  73. # The subname should correspond to the levels listed above
  74. # Note that there is no section for the first level as it is automatically unlocked
  75. levelUnlock:
  76. Competent:
  77. # What additional message to send player
  78. message: 'Congratulations - you unlocked the &9Competent level!'
  79. rewardDesc: 'A diamond!'
  80. itemReward: 'DIAMOND:1'
  81. moneyReward: 100
  82. expReward: 100
  83. # List permissions separated by spaces
  84. permissionReward: ''
  85. # Commands to run on this player. Use [player] for their name.
  86. commands:
  87. #- kit tools [player]
  88. #- some other command
  89. Expert:
  90. # What additional message to send player
  91. message: 'Congratulations - you unlocked the &aExpert level!'
  92. rewardDesc: '3 diamonds!'
  93. itemReward: 'DIAMOND:3'
  94. moneyReward: 100
  95. expReward: 100
  96. permissionReward: ''
  97. # Commands to run on this player. Use [player] for their name.
  98. commands:
  99. #- kit tools [player]
  100. #- some other command
  101. Advanced:
  102. # What additional message to send player
  103. message: 'Congratulations - you unlocked the &bAdvanced level!'
  104. rewardDesc: '5 diamonds!'
  105. itemReward: 'DIAMOND:5'
  106. moneyReward: 100
  107. expReward: 100
  108. permissionReward: ''
  109. # Commands to run on this player. Use [player] for their name.
  110. commands:
  111. #- kit tools [player]
  112. #- some other command
  113. Elite:
  114. # What additional message to send player
  115. message: 'Congratulations - you unlocked the &dElite level!'
  116. rewardDesc: '7 diamonds!'
  117. itemReward: 'DIAMOND:7'
  118. moneyReward: 100
  119. expReward: 100
  120. permissionReward: ''
  121. # Commands to run on this player. Use [player] for their name.
  122. commands:
  123. #- kit tools [player]
  124. #- some other command
  125. End:
  126. # What additional message to send player
  127. message: 'Congratulations - you unlocked the &dEnd level!'
  128. rewardDesc: '7 diamonds!'
  129. itemReward: 'DIAMOND:7'
  130. moneyReward: 100
  131. expReward: 100
  132. permissionReward: ''
  133. # Commands to run on this player. Use [player] for their name.
  134. commands:
  135. #- kit tools [player]
  136. #- some other command
  137.  
  138. # Challenge list
  139. # Challenge names must be in lowercase. Do not use the same name as a level!
  140. challengeList:
  141. aladdinsquest:
  142. friendlyname: 'Aladdin''s Quest'
  143. description: 'Breed 10 llamas'
  144. icon: CARPET
  145. level: 'Elite'
  146. type: island
  147. requiredItems: 'LLAMA:10'
  148. takeItems: false
  149. itemReward: 'GOLD_ORE:3 IRON_ORE:3 DIAMOND:2 EMERALD:2'
  150. rewardText: '3 gold ore, 3 iron ore, 2 diamonds, and 2 emeralds'
  151. moneyReward: 200
  152. expReward: 200
  153. repeatable: false
  154. goingvegan:
  155. friendlyname: 'Going Vegan'
  156. description: 'Harvest 3 stacks of beetroots and make 18 beetroot soups'
  157. icon: BEETROOT_SOUP
  158. level: 'Advanced'
  159. type: inventory
  160. requiredItems: 'BEETROOT_SOUP:18 BEETROOT:192'
  161. takeItems: true
  162. itemReward: 'MONSTER_EGG:LLAMA:1'
  163. rewardText: '1 llama egg'
  164. moneyReward: 200
  165. expReward: 200
  166. repeatable: true
  167. repeatItemReward: 'MONSTER_EGG:LLAMA:1'
  168. repeatRewardText: '1 llama egg'
  169. repeatMoneyReward: 50
  170. repeatExpReward: 50
  171. maxtimes: 10
  172. fallowfields:
  173. friendlyname: 'Fallow Fields'
  174. description: 'Let your farm land rest. Create 100 grass path blocks'
  175. icon: GRASS_PATH
  176. level: 'Advanced'
  177. type: island
  178. requiredItems: 'GRASS_PATH:100'
  179. takeItems: false
  180. itemReward: 'BEETROOT_SEEDS:2'
  181. rewardText: '2 beetroot seeds'
  182. moneyReward: 200
  183. expReward: 200
  184. repeatable: false
  185. pathoftherighteous:
  186. friendlyname: 'Path of the Righteous'
  187. description: 'Collect 64 ink sacs'
  188. icon: INK_SACK
  189. level: 'Expert'
  190. type: inventory
  191. requiredItems: 'INK_SACK:64'
  192. takeItems: true
  193. itemReward: 'PRISMARINE_CRYSTALS:5'
  194. rewardText: '5 prismarine crystals'
  195. moneyReward: 100
  196. expReward: 100
  197. repeatable: true
  198. repeatItemReward: 'PRISMARINE_CRYSTALS:2'
  199. repeatRewardText: '2 prismarine crystals'
  200. repeatMoneyReward: 20
  201. repeatExpReward: 20
  202. maxtimes: 100
  203. pilgrimsprogress:
  204. friendlyname: 'Pilgrim''s Progress'
  205. description: 'Collect 64 cooked salmon'
  206. icon: COOKED_FISH:1
  207. level: 'Competent'
  208. type: inventory
  209. requiredItems: 'COOKED_FISH:1:64'
  210. takeItems: true
  211. itemReward: 'PRISMARINE_SHARD:9'
  212. rewardText: '9 prismarine shards'
  213. moneyReward: 75
  214. expReward: 75
  215. repeatable: true
  216. repeatItemReward: 'PRISMARINE_SHARD:4'
  217. repeatRewardText: '4 prismarine shards'
  218. repeatMoneyReward: 15
  219. repeatExpReward: 15
  220. maxtimes: 100
  221. timeforworship:
  222. friendlyname: 'Time for Worship'
  223. description: 'Build a prismarine temple using at least 10 prismarine blocks, at least 5 prismarine bricks, at least 2 dark prismarine, and at least 1 sea lantern'
  224. icon: PRISMARINE
  225. level: 'Elite'
  226. type: island
  227. requiredItems: 'PRISMARINE:0:10 PRISMARINE:1:5 PRISMARINE:2:2 SEA_LANTERN:1'
  228. takeItems: false
  229. itemReward: 'MONSTER_EGG:GUARDIAN:1 SEA_LANTERN:1'
  230. rewardText: '1 guardian spawn egg and 1 sea lantern'
  231. moneyReward: 250
  232. expReward: 250
  233. repeatable: false
  234. ridetherails:
  235. friendlyname: 'Ride the Rails'
  236. description: 'Build a railroad with at least 15 rails and at least 3 powered rails'
  237. icon: RAILS
  238. level: 'Advanced'
  239. type: island
  240. requiredItems: 'RAILS:15 POWERED_RAIL:3'
  241. takeItems: false
  242. itemReward: 'GOLD_ORE:5 IRON_ORE:5'
  243. rewardText: '5 gold ore and 5 iron ore'
  244. moneyReward: 200
  245. expReward: 200
  246. repeatable: false
  247. welcometothemachine:
  248. friendlyname: 'Welcome to the Machine'
  249. description: 'Build a redstone machine with at least 1 comparator, 1 repeater, 1 hopper, 1 dropper, and 4 redstone dust (repeater and comparator must not be powered when you complete the challenge)'
  250. icon: REDSTONE
  251. level: 'Advanced'
  252. type: island
  253. requiredItems: 'REDSTONE_WIRE:4 REDSTONE_COMPARATOR_OFF:1 DIODE_BLOCK_OFF:1 HOPPER:1 DROPPER:1'
  254. takeItems: false
  255. itemReward: 'QUARTZ:12 REDSTONE:9'
  256. rewardText: '3 quartz blocks and 9 redstone dust'
  257. moneyReward: 200
  258. expReward: 200
  259. repeatable: false
  260. magiciansassistant:
  261. friendlyname: 'Magician''s Assistant'
  262. description: 'Collect 64 rabbit hides and 6 rabbit feet'
  263. icon: RABBIT_HIDE
  264. level: 'Elite'
  265. type: inventory
  266. requiredItems: 'RABBIT_HIDE:64 RABBIT_FOOT:6'
  267. takeItems: true
  268. itemReward: 'ELYTRA:1'
  269. rewardText: '1 elytra'
  270. moneyReward: 250
  271. expReward: 250
  272. repeatable: false
  273. slaughter:
  274. friendlyname: 'Slaughter'
  275. description: 'Collect 64 leather'
  276. icon: LEATHER
  277. level: 'Elite'
  278. type: inventory
  279. requiredItems: 'LEATHER:64'
  280. takeItems: true
  281. itemReward: 'MONSTER_EGG:HORSE:1'
  282. rewardText: '1 horse egg'
  283. moneyReward: 250
  284. expReward: 250
  285. repeatable: true
  286. repeatItemReward: 'MONSTER_EGG:HORSE:1'
  287. repeatRewardText: '1 horse egg'
  288. repeatMoneyReward: 20
  289. repeatExpReward: 20
  290. maxtimes: 100
  291. rancher:
  292. friendlyname: 'Rancher'
  293. description: 'Breed 10 cows and 10 pigs'
  294. icon: RAW_BEEF
  295. level: 'Expert'
  296. type: island
  297. requiredItems: 'COW:10 PIG:10'
  298. takeItems: false
  299. itemReward: 'SADDLE:2 CARROT_STICK:1'
  300. rewardText: '2 saddles and 1 carrot on a stick'
  301. moneyReward: 50
  302. expReward: 100
  303. repeatable: false
  304. tribeacon:
  305. friendlyname: 'Tri-Beacon'
  306. description: 'Place 3 beacons and a 200 iron block base'
  307. icon: BEACON
  308. level: 'Elite'
  309. type: island
  310. requiredItems: 'BEACON:3 IRON_BLOCK:200'
  311. takeItems: false
  312. itemReward: 'SAND:0:64 SAND:1:32 WEB:8 CLAY:32'
  313. rewardText: '64 sand, 32 red sand, 8 cobwebs, and 64 clay blocks'
  314. moneyReward: 250
  315. expReward: 250
  316. repeatable: false
  317. tarzan:
  318. friendlyname: 'Tarzan'
  319. description: 'Collect 64 vines'
  320. icon: VINE
  321. level: 'Competent'
  322. type: inventory
  323. requiredItems: 'VINE:64'
  324. takeItems: true
  325. itemReward: 'INK_SACK:3:4'
  326. rewardText: '4 cocoa beans'
  327. moneyReward: 75
  328. expReward: 75
  329. repeatable: true
  330. repeatItemReward: 'INK_SACK:3:1'
  331. repeatRewardText: '1 cocoa bean'
  332. repeatMoneyReward: 15
  333. repeatExpReward: 15
  334. maxtimes: 100
  335. glassmaker:
  336. friendlyname: 'Glass Maker'
  337. description: 'Create 1 block of glass'
  338. icon: GLASS
  339. level: 'Novice'
  340. type: inventory
  341. requiredItems: 'GLASS:1'
  342. # You can require the player has a certain amount of money for inventory challenges.
  343. # Remember to mention it in the description!
  344. # If takeItems is true, the money will be removed, so you may want to give it
  345. # back in the reward.
  346. #requiredMoney: 10
  347. takeItems: true
  348. itemReward: 'ICE:1'
  349. rewardText: '1 block of ice'
  350. #rewardcommands:
  351. #- kit tools [player]
  352. moneyReward: 10
  353. expReward: 30
  354. permissionReward: ''
  355. repeatable: true
  356. repeatItemReward: 'ICE:1'
  357. repeatRewardText: '1 block of ice'
  358. repeatMoneyReward: 5
  359. repeatExpReward: 10
  360. #repeatrewardcommands:
  361. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  362. maxtimes: 2
  363. # Allow this challenge to reset when the player resets their island
  364. # Default is true. Set to false to keep this challenge completed.
  365. # Admins can always reset challenges even if this is set to false.
  366. resetallowed: true
  367. breadmaker:
  368. friendlyname: 'Bread Maker'
  369. description: 'Bake 21 loaves of bread'
  370. icon: BREAD
  371. level: 'Novice'
  372. type: inventory
  373. requiredItems: 'BREAD:21'
  374. takeItems: true
  375. itemReward: 'DIRT:5'
  376. rewardText: '5 dirt'
  377. moneyReward: 10
  378. expReward: 30
  379. permissionReward: ''
  380. repeatable: true
  381. repeatItemReward: 'DIRT:1'
  382. repeatRewardText: '1 dirt'
  383. repeatMoneyReward: 5
  384. repeatExpReward: 10
  385. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  386. maxtimes: 100
  387. dyemaker:
  388. friendlyname: 'Dye Maker'
  389. description: 'Craft 32 cactus green dyes'
  390. icon: INK_SACK:2
  391. level: 'Novice'
  392. type: inventory
  393. requiredItems: 'INK_SACK:2:32'
  394. takeItems: true
  395. itemReward: 'SAPLING:0:2 SAPLING:1:2 SAPLING:2:2 SAPLING:3:2'
  396. rewardText: '2 oak, 2 birch, 2 jungle and 2 spruce saplings'
  397. moneyReward: 10
  398. expReward: 30
  399. permissionReward: ''
  400. repeatable: true
  401. repeatItemReward: 'SAPLING:0:1 SAPLING:1:1 SAPLING:2:1 SAPLING:3:1 SAPLING:4:1 SAPLING:5:1'
  402. repeatRewardText: '1 of each kind of sapling'
  403. repeatMoneyReward: 5
  404. repeatExpReward: 10
  405. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  406. maxtimes: 100
  407. papermaker:
  408. friendlyname: 'Paper Maker'
  409. description: 'Create 21 pages of paper'
  410. icon: PAPER
  411. level: 'Novice'
  412. type: inventory
  413. requiredItems: 'PAPER:21'
  414. takeItems: true
  415. itemReward: 'DIRT:5 CLAY:15'
  416. rewardText: '5 dirt and 15 clay blocks'
  417. moneyReward: 15
  418. expReward: 30
  419. permissionReward: ''
  420. repeatable: true
  421. repeatItemReward: 'SAND:2'
  422. repeatRewardText: '2 sand blocks'
  423. repeatMoneyReward: 5
  424. repeatExpReward: 10
  425. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  426. maxtimes: 100
  427. cobblemaker:
  428. friendlyname: 'Cobble Maker'
  429. description: 'Create a cobblestone generator and mine 64 cobblestone.'
  430. icon: COBBLESTONE
  431. level: 'Novice'
  432. type: inventory
  433. requiredItems: 'COBBLESTONE:64'
  434. takeItems: true
  435. itemReward: 'LEATHER:4'
  436. permissionReward: ''
  437. rewardText: '4 leather - boots or a book perhaps?'
  438. moneyReward: 10
  439. expReward: 30
  440. repeatable: true
  441. repeatItemReward: 'LEATHER:1'
  442. repeatRewardText: '1 leather'
  443. repeatMoneyReward: 5
  444. repeatExpReward: 10
  445. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  446. maxtimes: 100
  447. seedbank:
  448. friendlyname: 'Seedbank'
  449. description: 'Collect 64 melon seeds, 64 pumpkin seeds and 64 wheat seeds'
  450. icon: PUMPKIN_SEEDS
  451. level: 'Novice'
  452. type: inventory
  453. requiredItems: 'MELON_SEEDS:64 PUMPKIN_SEEDS:64 SEEDS:64'
  454. takeItems: true
  455. itemReward: 'DIRT:5 VINE:20'
  456. rewardText: '5 dirt blocks and 20 vines'
  457. moneyReward: 15
  458. expReward: 30
  459. permissionReward: ''
  460. repeatable: true
  461. repeatItemReward: 'DIRT:2 VINE:20'
  462. repeatRewardText: '2 dirt blocks and 5 vines'
  463. repeatMoneyReward: 5
  464. repeatExpReward: 10
  465. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  466. maxtimes: 100
  467. stewmaker:
  468. friendlyname: 'Stew Maker'
  469. description: 'Cook up 18 bowls of mushroom stew'
  470. icon: MUSHROOM_SOUP
  471. level: 'Novice'
  472. type: inventory
  473. requiredItems: 'MUSHROOM_SOUP:18'
  474. takeItems: true
  475. itemReward: 'MYCEL:2'
  476. rewardText: '2 mycelium blocks'
  477. moneyReward: 15
  478. expReward: 30
  479. permissionReward: ''
  480. repeatable: true
  481. repeatItemReward: 'MYCEL:1'
  482. repeatRewardText: '1 mycelium block'
  483. repeatMoneyReward: 5
  484. repeatExpReward: 10
  485. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  486. maxtimes: 100
  487. builder:
  488. friendlyname: 'Builder'
  489. description: 'Reach island level 10 (/[label] level).'
  490. icon: WOOD
  491. level: 'Novice'
  492. type: level
  493. requiredItems: 10
  494. takeItems: false
  495. itemReward: 'IRON_PICKAXE:1 DIRT:5 SPONGE:1'
  496. rewardText: '1 iron pickaxe, 5 dirt and a Sponge'
  497. moneyReward: 50
  498. expReward: 50
  499. permissionReward: ''
  500. repeatable: false
  501. repeatItemReward: ''
  502. repeatRewardText: ''
  503. repeatMoneyReward: 0
  504. repeatExpReward: 0
  505. grinder:
  506. friendlyname: 'Grinder'
  507. description: 'Kill monsters and collect 64 rotten flesh, 32 skeleton bones, 32 string, 32 arrows, 16 gunpowder, 5 spider eyes'
  508. icon: BONE
  509. level: 'Competent'
  510. type: inventory
  511. requiredItems: 'ROTTEN_FLESH:64 STRING:32 SULPHUR:16 ARROW:32 BONE:32 SPIDER_EYE:5'
  512. takeItems: true
  513. itemReward: 'REDSTONE:16 IRON_ORE:5 FLINT:1 POTION:WATER_BREATHING:1 POTION:NIGHT_VISION:1'
  514. rewardText: '16 redstone dust, 1 flint, 1 water breathing potion, 1 night vision potion and 5 iron(ore)'
  515. moneyReward: 75
  516. expReward: 75
  517. permissionReward: ''
  518. repeatable: true
  519. repeatItemReward: 'REDSTONE:2 IRON_ORE:1 FLINT:1 POTION:WATER_BREATHING:1'
  520. repeatRewardText: '2 redstone dust, 1 flint, 1 water breathing potion and 1 iron(ore)'
  521. repeatMoneyReward: 15
  522. repeatExpReward: 15
  523. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  524. maxtimes: 100
  525. farmer:
  526. friendlyname: 'Farmer'
  527. description: 'Harvest 64 units of the following: wheat, sugar, melon, carrots, potatoes, pumpkin'
  528. icon: WHEAT
  529. level: 'Competent'
  530. type: inventory
  531. requiredItems: 'WHEAT:64 SUGAR:64 MELON:64 CARROT_ITEM:64 POTATO_ITEM:64 PUMPKIN:64'
  532. takeItems: true
  533. itemReward: 'REDSTONE:16 INK_SACK:3:1 MONSTER_EGG:PIG:1 MONSTER_EGG:COW:1 MONSTER_EGG:CHICKEN:1'
  534. rewardText: '16 redstone dust, 1 cocoa bean, 1 spawn egg(chicken,cow,pig)'
  535. moneyReward: 75
  536. expReward: 75
  537. permissionReward: ''
  538. repeatable: true
  539. repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:PIG:1 MONSTER_EGG:COW:1 MONSTER_EGG:CHICKEN:1'
  540. repeatRewardText: '1 cocoa bean, 1 spawn egg(chicken,cow,pig)'
  541. repeatMoneyReward: 20
  542. repeatExpReward: 20
  543. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  544. maxtimes: 100
  545. angler:
  546. friendlyname: 'Angler'
  547. description: 'Catch and cook 10 standard fish (no salmon)'
  548. icon: COOKED_FISH
  549. level: 'Competent'
  550. type: inventory
  551. requiredItems: 'COOKED_FISH:10'
  552. takeItems: true
  553. itemReward: 'REDSTONE:16 IRON_ORE:5 INK_SACK:5'
  554. rewardText: '16 redstone dust, 5 inksacs, 5 iron (ore)'
  555. moneyReward: 75
  556. expReward: 75
  557. permissionReward: ''
  558. repeatable: true
  559. repeatItemReward: 'REDSTONE:2 IRON_ORE:1 INK_SACK:1'
  560. repeatRewardText: '2 redstone dust, 1 inksac, 1 iron (ore)'
  561. repeatMoneyReward: 15
  562. repeatExpReward: 15
  563. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  564. maxtimes: 100
  565. treecutter:
  566. friendlyname: 'Treecutter'
  567. description: 'Create a tree farm and collect 16 oak, birch, jungle, and spruce logs'
  568. icon: LOG
  569. level: 'Competent'
  570. type: inventory
  571. requiredItems: 'LOG:0:16 LOG:1:16 LOG:2:16 LOG:3:16'
  572. takeItems: true
  573. itemReward: 'REDSTONE:16 IRON_ORE:5 MONSTER_EGG:WOLF:2'
  574. rewardText: '16 redstone dust, 5 iron (ore), 2 wolf spawn eggs'
  575. moneyReward: 75
  576. expReward: 75
  577. permissionReward: ''
  578. repeatable: true
  579. repeatItemReward: 'REDSTONE:2 IRON_ORE:1'
  580. repeatRewardText: '2 redstone dust, 1 iron (ore)'
  581. repeatMoneyReward: 15
  582. repeatExpReward: 15
  583. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  584. maxtimes: 100
  585. cookiemaker:
  586. friendlyname: 'Cookie Maker'
  587. description: 'Make 128 cookies and a bucket of milk'
  588. icon: COOKIE
  589. level: 'Competent'
  590. type: inventory
  591. requiredItems: 'MILK_BUCKET:1 COOKIE:128'
  592. takeItems: true
  593. itemReward: 'REDSTONE:16 IRON_ORE:5'
  594. rewardText: '16 redstone dust, 5 iron (ore)'
  595. moneyReward: 75
  596. expReward: 75
  597. permissionReward: ''
  598. repeatable: true
  599. repeatItemReward: 'REDSTONE:2 IRON_ORE:1'
  600. repeatRewardText: '2 redstone dust, 1 iron (ore)'
  601. repeatMoneyReward: 15
  602. repeatExpReward: 15
  603. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  604. maxtimes: 100
  605. craftsman:
  606. friendlyname: 'Craftsman'
  607. description: 'Reach island level 75 (/[label] level).'
  608. icon: IRON_BLOCK
  609. level: 'Competent'
  610. type: level
  611. requiredItems: 75
  612. takeItems: false
  613. itemReward: 'OBSIDIAN:10'
  614. rewardText: '10 obsidian blocks'
  615. moneyReward: 50
  616. expReward: 50
  617. permissionReward: ''
  618. repeatable: false
  619. repeatItemReward: ''
  620. repeatRewardText: ''
  621. repeatMoneyReward: 0
  622. repeatExpReward: 0
  623. homestead:
  624. friendlyname: 'Homestead'
  625. description: 'Build a house that contains at least 1 wooden door, bed, bookshelf, crafting table, furnace, glass-block window, and torch.'
  626. icon: BED
  627. level: 'Competent'
  628. type: island
  629. requiredItems: 'BED_BLOCK:1 WORKBENCH:1 GLASS:1 WOODEN_DOOR:1 FURNACE:1 BOOKSHELF:1 TORCH:1'
  630. # Search radius - the number of blocks that will be searched around the player
  631. # Minimum 10, which searches from -10 to +10 blocks around the player in x,y,z
  632. # Max is 50 because big searches cause lag
  633. searchRadius: 10
  634. takeItems: false
  635. itemReward: 'JUKEBOX:1 RECORD_12:1 LAPIS_BLOCK:10'
  636. rewardText: '1 jukebox, 1 music disk, 10 lapis lazuli blocks'
  637. moneyReward: 100
  638. expReward: 100
  639. permissionReward: ''
  640. repeatable: false
  641. repeatItemReward: ''
  642. repeatRewardText: ''
  643. repeatMoneyReward: 0
  644. repeatExpReward: 0
  645. nether:
  646. friendlyname: 'Nether'
  647. description: 'Build a nether portal on your island and activate it.'
  648. icon: NETHERRACK
  649. level: 'Expert'
  650. type: island
  651. requiredItems: 'OBSIDIAN:10 PORTAL:1'
  652. takeItems: false
  653. itemReward: 'DIAMOND_SWORD:1'
  654. rewardText: '1 diamond sword'
  655. moneyReward: 100
  656. expReward: 100
  657. permissionReward: ''
  658. repeatable: false
  659. repeatItemReward: ''
  660. repeatRewardText: ''
  661. repeatMoneyReward: 0
  662. repeatExpReward: 0
  663. enderpearls:
  664. friendlyname: 'Enderpearls'
  665. description: 'Collect 15 enderpearls from endermen'
  666. icon: ENDER_PEARL
  667. level: 'Expert'
  668. type: inventory
  669. requiredItems: 'ENDER_PEARL:15'
  670. takeItems: true
  671. itemReward: 'GOLD_INGOT:5 BLAZE_ROD:1'
  672. rewardText: '5 gold ingots and 1 blaze rod'
  673. moneyReward: 50
  674. expReward: 100
  675. permissionReward: ''
  676. repeatable: true
  677. repeatItemReward: 'GOLD_INGOT:1 BLAZE_ROD:1'
  678. repeatRewardText: '1 gold ingot and 1 blaze rod'
  679. repeatMoneyReward: 15
  680. repeatExpReward: 15
  681. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  682. maxtimes: 100
  683. slimeballfarmer:
  684. friendlyname: 'Slimeball Farmer'
  685. description: 'Collect 40 slimeballs from slimes'
  686. icon: SLIME_BALL
  687. level: 'Expert'
  688. type: inventory
  689. requiredItems: 'SLIME_BALL:40'
  690. takeItems: true
  691. itemReward: 'GOLD_INGOT:5 IRON_ORE:5'
  692. rewardText: '5 gold ingots and 5 blocks of iron ore'
  693. moneyReward: 50
  694. expReward: 100
  695. permissionReward: ''
  696. repeatable: true
  697. repeatItemReward: 'REDSTONE:8'
  698. repeatRewardText: '8 redstone dust'
  699. repeatMoneyReward: 15
  700. repeatExpReward: 15
  701. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  702. maxtimes: 100
  703. baker:
  704. friendlyname: 'Baker'
  705. description: 'Bake 5 cakes and 5 pumpkin pies'
  706. icon: CAKE
  707. level: 'Expert'
  708. type: inventory
  709. requiredItems: 'CAKE:5 PUMPKIN_PIE:5'
  710. takeItems: true
  711. itemReward: 'GOLD_INGOT:5 DIAMOND:1'
  712. rewardText: '5 gold ingots and 1 diamond'
  713. moneyReward: 50
  714. expReward: 100
  715. permissionReward: ''
  716. repeatable: true
  717. repeatItemReward: 'IRON_ORE:1'
  718. repeatRewardText: '1 iron (ore)'
  719. repeatMoneyReward: 15
  720. repeatExpReward: 15
  721. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  722. maxtimes: 100
  723. pioneer:
  724. friendlyname: 'Pioneer'
  725. description: 'Make 1 map and use it, a compass, a clock and collect 64 netherrack, 16 soulsand, and 1 ghast tear'
  726. icon: MAP
  727. level: 'Expert'
  728. type: inventory
  729. requiredItems: 'NETHERRACK:64 SOUL_SAND:16 GHAST_TEAR:1 MAP:1 COMPASS:1 WATCH:1'
  730. takeItems: true
  731. itemReward: 'POWERED_RAIL:32 RAILS:256 DIAMOND:1 MONSTER_EGG:OCELOT:2'
  732. rewardText: '256 rails, 32 powered rails, 2 ocelot spawn egg, 1 diamond'
  733. moneyReward: 100
  734. expReward: 100
  735. permissionReward: ''
  736. repeatable: true
  737. repeatItemReward: 'IRON_ORE:1'
  738. repeatRewardText: '1 iron (ore)'
  739. repeatMoneyReward: 20
  740. repeatExpReward: 20
  741. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  742. maxtimes: 100
  743. mason:
  744. friendlyname: 'Mason'
  745. description: 'Reach island level 150 (/[label] level).'
  746. icon: GOLD_BLOCK
  747. level: 'Expert'
  748. type: level
  749. requiredItems: 150
  750. takeItems: false
  751. itemReward: 'DIAMOND:1 DIRT:20 GOLD_BLOCK:2'
  752. rewardText: '1 diamond, 20 dirt, and 2 gold blocks'
  753. moneyReward: 150
  754. expReward: 150
  755. permissionReward: ''
  756. repeatable: false
  757. repeatItemReward: ''
  758. repeatRewardText: ''
  759. repeatMoneyReward: 0
  760. repeatExpReward: 0
  761. shepherd:
  762. friendlyname: 'Shepherd'
  763. description: 'Collect 5 of every color of wool'
  764. icon: WOOL:2
  765. level: 'Advanced'
  766. type: inventory
  767. requiredItems: 'WOOL:0:5 WOOL:1:5 WOOL:2:5 WOOL:3:5 WOOL:4:5 WOOL:5:5 WOOL:6:5 WOOL:7:5 WOOL:8:5 WOOL:9:5 WOOL:10:5 WOOL:11:5 WOOL:12:5 WOOL:13:5 WOOL:14:5 WOOL:15:5'
  768. takeItems: true
  769. itemReward: 'DIAMOND:2 RECORD_7:1 RECORD_8:1 RECORD_6:1 MONSTER_EGG:SHEEP:1 EMERALD:5'
  770. rewardText: '2 diamonds, 5 emeralds, 3 music disks, 1 sheep spawn egg'
  771. moneyReward: 200
  772. expReward: 200
  773. permissionReward: ''
  774. repeatable: true
  775. repeatItemReward: 'EMERALD:1 MONSTER_EGG:SHEEP:1'
  776. repeatRewardText: '1 emerald, 1 sheep spawn egg'
  777. repeatMoneyReward: 20
  778. repeatExpReward: 20
  779. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  780. maxtimes: 100
  781. alchemist:
  782. friendlyname: 'Alchemist'
  783. description: 'Brew 1 potion of Fire Resistance, Slowness, Swiftness, Healing, Harming, Invisibility, Strength and Regeneration'
  784. icon: BREWING_STAND_ITEM
  785. level: 'Advanced'
  786. type: inventory
  787. requiredItems: 'POTION:FIRE_RESISTANCE::::1 POTION:SLOWNESS::::1 POTION:SPEED::::1 POTION:INSTANT_HEAL::::1 POTION:INSTANT_DAMAGE::::1 POTION:INVISIBILITY::::1 POTION:STRENGTH::::1 POTION:REGEN::::1'
  788. takeItems: true
  789. itemReward: 'ENCHANTMENT_TABLE:1'
  790. rewardText: 'Enchantment Table'
  791. moneyReward: 200
  792. expReward: 200
  793. permissionReward: ''
  794. repeatable: true
  795. repeatItemReward: 'DIAMOND:1'
  796. repeatRewardText: '1 diamond'
  797. repeatMoneyReward: 20
  798. repeatExpReward: 20
  799. dj:
  800. friendlyname: 'DJ'
  801. description: 'Craft a jukebox and collect all music discs'
  802. icon: RECORD_5
  803. level: 'Advanced'
  804. type: inventory
  805. requiredItems: 'GOLD_RECORD:1 GREEN_RECORD:1 RECORD_3:1 RECORD_4:1 RECORD_5:1 RECORD_6:1 RECORD_7:1 RECORD_8:1 RECORD_9:1 RECORD_10:1 RECORD_11:1 RECORD_12:1 JUKEBOX:1'
  806. takeItems: true
  807. itemReward: 'DIAMOND:3 EMERALD:10 GOLD_INGOT:5'
  808. rewardText: '3 diamonds, 10 emeralds and 5 gold ingots'
  809. moneyReward: 200
  810. expReward: 200
  811. permissionReward: ''
  812. repeatable: true
  813. repeatItemReward: 'DIAMOND:1 EMERALD:5 GOLD_INGOT:2'
  814. repeatRewardText: '1 diamond, 5 emeralds and 2 gold bars'
  815. repeatMoneyReward: 20
  816. repeatExpReward: 20
  817. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  818. maxtimes: 100
  819. gemcollector:
  820. friendlyname: 'Gem Collector'
  821. description: 'Collect 50 emeralds'
  822. icon: EMERALD
  823. level: 'Advanced'
  824. type: inventory
  825. requiredItems: 'EMERALD:50'
  826. takeItems: true
  827. itemReward: 'DIAMOND:10'
  828. rewardText: '10 diamonds'
  829. moneyReward: 200
  830. expReward: 200
  831. permissionReward: ''
  832. repeatable: true
  833. repeatItemReward: 'GOLD_INGOT:2'
  834. repeatRewardText: '2 gold ingots'
  835. repeatMoneyReward: 20
  836. repeatExpReward: 20
  837. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  838. maxtimes: 100
  839. culinaryartist:
  840. friendlyname: 'Culinary Artist'
  841. description: 'Collect 1 of every kind of cooked or crafted edible food (no raw food, zombie flesh, or super golden apples)'
  842. icon: GOLDEN_APPLE
  843. level: 'Advanced'
  844. type: inventory
  845. requiredItems: 'BAKED_POTATO:1 BREAD:1 CAKE:1 COOKED_CHICKEN:1 COOKED_FISH:1 GRILLED_PORK:1 COOKIE:1 GOLDEN_APPLE:0:1 GOLDEN_CARROT:1 MUSHROOM_SOUP:1 PUMPKIN_PIE:1 COOKED_BEEF:1'
  846. # If you are running 1.8 change to this:
  847. # requiredItems: 'BAKED_POTATO:1 BREAD:1 CAKE:1 COOKED_CHICKEN:1 COOKED_FISH:1 GRILLED_PORK:1 COOKIE:1 GOLDEN_APPLE:0:1 GOLDEN_CARROT:1 MUSHROOM_SOUP:1 PUMPKIN_PIE:1 COOKED_BEEF:1 COOKED_RABBIT:1 RABBIT_STEW:1 COOKED_MUTTON:1'
  848. takeItems: true
  849. itemReward: 'GOLD_BLOCK:2 GREEN_RECORD:1 RECORD_3:1 RECORD_5:1 MONSTER_EGG:MUSHROOM_COW:1 EMERALD:5'
  850. rewardText: '2 gold blocks, 3 music discs, 1 mooshroom spawn egg, and 5 emeralds'
  851. moneyReward: 200
  852. expReward: 200
  853. permissionReward: ''
  854. repeatable: true
  855. repeatItemReward: 'GOLD_INGOT:10 MONSTER_EGG:MUSHROOM_COW:1 EMERALD:1'
  856. repeatRewardText: '10 gold ingots, 1 mooshroom spawn egg, 1 emerald'
  857. repeatMoneyReward: 20
  858. repeatExpReward: 20
  859. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  860. maxtimes: 100
  861. beaconator:
  862. friendlyname: 'Beaconator'
  863. description: 'Build a beacon and let it shine!'
  864. icon: BEACON
  865. level: 'Advanced'
  866. type: island
  867. requiredItems: 'BEACON:1'
  868. takeItems: false
  869. itemReward: 'SMOOTH_BRICK:20 SMOOTH_BRICK:1:20 SMOOTH_BRICK:2:20 SMOOTH_BRICK:3:20'
  870. rewardText: '20 blocks of every kind of stone brick'
  871. moneyReward: 300
  872. expReward: 300
  873. permissionReward: ''
  874. repeatable: false
  875. repeatItemReward: ''
  876. repeatRewardText: ''
  877. repeatMoneyReward: 0
  878. repeatExpReward: 0
  879. ittakesavillage:
  880. friendlyname: 'It Takes A Village'
  881. description: 'Hold a village meeting with 10 villagers!'
  882. icon: STONE
  883. level: 'Advanced'
  884. type: island
  885. requiredItems: 'VILLAGER:10'
  886. takeItems: false
  887. itemReward: 'HOPPER:4'
  888. rewardText: '4 hoppers'
  889. moneyReward: 300
  890. expReward: 300
  891. permissionReward: ''
  892. repeatable: false
  893. repeatItemReward: ''
  894. repeatRewardText: ''
  895. repeatMoneyReward: 0
  896. repeatExpReward: 0
  897. myprecious:
  898. friendlyname: 'My Precious'
  899. description: 'Build an iron golem'
  900. icon: NAME_TAG
  901. level: 'Advanced'
  902. type: island
  903. requiredItems: 'IRON_GOLEM:1'
  904. takeItems: false
  905. itemReward: 'NAME_TAG:1 ANVIL:1 CAULDRON_ITEM:1 IRON_BLOCK:2'
  906. rewardText: 'A name tag, an anvil, a cauldron and 2 iron blocks'
  907. moneyReward: 300
  908. expReward: 300
  909. permissionReward: ''
  910. repeatable: false
  911. repeatItemReward: ''
  912. repeatRewardText: ''
  913. repeatMoneyReward: 0
  914. repeatExpReward: 0
  915. snowplay:
  916. friendlyname: 'Snow Play!'
  917. description: 'Build a snow golem'
  918. icon: SNOW_BALL
  919. level: 'Advanced'
  920. type: island
  921. requiredItems: 'SNOWMAN:1'
  922. takeItems: false
  923. itemReward: 'DIAMOND_SPADE:1'
  924. rewardText: 'A diamond spade - get shoveling!'
  925. moneyReward: 300
  926. expReward: 300
  927. permissionReward: ''
  928. repeatable: false
  929. repeatItemReward: ''
  930. repeatRewardText: ''
  931. repeatMoneyReward: 0
  932. repeatExpReward: 0
  933. itsaparty:
  934. friendlyname: "It's a party"
  935. description: 'Have a party! Invite 5 friends.'
  936. icon: PUMPKIN_PIE
  937. level: 'Advanced'
  938. type: island
  939. requiredItems: 'PLAYER:5'
  940. takeItems: false
  941. itemReward: 'EMERALD:6 PUMPKIN_PIE:6'
  942. rewardText: '6 Emeralds, 6 pumpkin pies'
  943. moneyReward: 200
  944. expReward: 200
  945. permissionReward: ''
  946. repeatable: false
  947. repeatItemReward: ''
  948. repeatRewardText: ''
  949. repeatMoneyReward: 0
  950. repeatExpReward: 0
  951. itsamonsterparty:
  952. friendlyname: "It's a Monster Party"
  953. description: 'Have a party - all monsters invited! Get close to a Skeleton, Zombie, Spider, Creeper and Enderman all at the same time.'
  954. icon: SKULL_ITEM
  955. level: 'Advanced'
  956. type: island
  957. requiredItems: 'SKELETON:1 ZOMBIE:1 SPIDER:1 CREEPER:1 ENDERMAN:1'
  958. takeItems: false
  959. itemReward: 'SKULL_ITEM:0:2 SKULL_ITEM:2:2 SKULL_ITEM:3:2'
  960. rewardText: 'Skulls!'
  961. moneyReward: 200
  962. expReward: 400
  963. permissionReward: ''
  964. repeatable: false
  965. repeatItemReward: ''
  966. repeatRewardText: ''
  967. repeatMoneyReward: 0
  968. repeatExpReward: 0
  969. archduke:
  970. friendlyname: 'Arch Duke'
  971. description: 'Achieve an island level of 1250'
  972. icon: DIAMOND_BLOCK
  973. level: 'Elite'
  974. type: level
  975. requiredItems: 1000
  976. takeItems: false
  977. itemReward: 'DIAMOND:1'
  978. rewardText: '1 diamond'
  979. moneyReward: 250
  980. expReward: 250
  981. permissionReward: ''
  982. repeatable: false
  983. repeatItemReward: ''
  984. repeatRewardText: ''
  985. repeatMoneyReward: 0
  986. repeatExpReward: 0
  987. almostthere:
  988. friendlyname: "Almost There"
  989. description: 'Achieve an island level of 1500'
  990. icon: DIAMOND_BLOCK
  991. level: 'End'
  992. type: level
  993. requiredItems: 1500
  994. takeItems: false
  995. itemReward: 'CHORUS_PLANT:1 CHORUS_FLOWER:1 END_STONE:5'
  996. rewardText: '1 Chorus Plant, 1 Chorus Flower, and 5 End Stone'
  997. moneyReward: 10000
  998. expReward: 250
  999. permissionReward: ''
  1000. repeatable: false
  1001. repeatItemReward: ''
  1002. repeatRewardText: ''
  1003. repeatMoneyReward: 0
  1004. repeatExpReward: 0
  1005. thefinalquest:
  1006. friendlyname: 'The Final Quest'
  1007. description: 'Obtain and pay $250,000 to access the End. You will lose $250,000.'
  1008. icon: DRAGON_EGG
  1009. level: 'End'
  1010. type: inventory
  1011. requiredItems: ''
  1012. requiredMoney: 250000
  1013. takeItems: true
  1014. itemReward: 'END_CRYSTAL:4'
  1015. rewardText: '4 End Crystals'
  1016. rewardcommands:
  1017. - region addmember __global__ -w North-Craft_Skyblock_the_end [player]
  1018. moneyReward: 0
  1019. expReward: 250
  1020. permissionReward: ''
  1021. repeatable: false
  1022. repeatItemReward: ''
  1023. repeatRewardText: ''
  1024. repeatMoneyReward: 0
  1025. repeatExpReward: 0
  1026. repeatrewardcommands: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement