Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.94 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_HARM: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.
  60. levels: 'Level1 Level2 Level3 Level4 Level5 Level6 Level7 Level8 Level9 GrandLevel1'
  61.  
  62. # The number of undone tasks that can be left on a level before unlocking next level
  63. waiveramount: 0
  64.  
  65. # This section determines what happens when a player unlocks a new level
  66. # The subname should correspond to the levels listed above
  67. # Note that there is no section for the first level as it is automatically unlocked
  68. levelUnlock:
  69. Level2:
  70. # What additional message to send player
  71. message: 'Congratulations - you unlocked the &aLEVEL 2!'
  72. rewardDesc: 'PACK OF EGGS + 10X DIRT + 10X SAND'
  73. itemReward: 'SHEEPEGG:1 CHICKENEGG:1 COWEGG:1 PIGEGG:1 DIRT:10 SAND:10'
  74. moneyReward: 1000
  75. expReward: 500
  76. permissionReward: ''
  77. # Commands to run on this player. Use [player] for their name.
  78. commands:
  79. #- kit tools [player]
  80. - broadcast [player] unlocked the &aLEVEL 2
  81. Level3:
  82. # What additional message to send player
  83. message: 'Congratulations - you unlocked the &aLEVEL 3!'
  84. rewardDesc: 'PACK OF EGGS + 20X DIRT + 20X SAND'
  85. itemReward: 'WOLFEGG:2 SHEEPEGG:1 CHICKENEGG:1 COWEGG:1 PIGEGG:1 DIRT:20 SAND:20 BONE:5'
  86. moneyReward: 3500
  87. expReward: 1000
  88. permissionReward: ''
  89. # Commands to run on this player. Use [player] for their name.
  90. commands:
  91. #- kit tools [player]
  92. - broadcast [player] unlocked the &aLEVEL 3
  93. Level4:
  94. # What additional message to send player
  95. message: 'Congratulations - you unlocked the &aLEVEL 4!'
  96. rewardDesc: 'PACK OF EGGS + 30X DIRT + 30X SAND'
  97. itemReward: 'WOLFEGG:2 SHEEPEGG:2 CHICKENEGG:2 COWEGG:2 PIGEGG:2 DIRT:30 SAND:30 BONE:30'
  98. moneyReward: 8000
  99. expReward: 2000
  100. permissionReward: ''
  101. # Commands to run on this player. Use [player] for their name.
  102. commands:
  103. #- kit tools [player]
  104. - broadcast [player] unlocked the &aLEVEL 4
  105. Level5:
  106. # What additional message to send player
  107. message: 'Congratulations - you unlocked the &aLEVEL 5!'
  108. rewardDesc: 'PACK OF EGGS + 40X DIRT + 40X SAND'
  109. itemReward: 'WOLFEGG:3 SHEEPEGG:3 CHICKENEGG:3 COWEGG:3 PIGEGG:3 DIRT:40 SAND:40 BONE:50'
  110. moneyReward: 20000
  111. expReward: 4000
  112. permissionReward: ''
  113. # Commands to run on this player. Use [player] for their name.
  114. commands:
  115. #- kit tools [player]
  116. - broadcast [player] unlocked the &aLEVEL 5
  117. # Challenge list
  118. # Challenge names must be in lowercase.
  119. challengeList:
  120. cobblestone:
  121. friendlyname: 'Cobblestone generator'
  122. description: 'Make a cobblestone generator and get 64x cobblestone'
  123. icon: COBBLESTONE
  124. level: 'Level1'
  125. type: inventory
  126. requiredItems: 'COBBLESTONE:64'
  127. # You can require the player has a certain amount of money for inventory challenges.
  128. # Remember to mention it in the description!
  129. # If takeItems is true, the money will be removed, so you may want to give it
  130. # back in the reward.
  131. #requiredMoney: 10
  132. takeItems: true
  133. itemReward: 'Sapling:5'
  134. rewardText: '5x oak sapling'
  135. moneyReward: 100
  136. expReward: 50
  137. permissionReward: ''
  138. repeatable: false
  139. repeatItemReward: ''
  140. repeatRewardText: ''
  141. repeatMoneyReward: 0
  142. repeatExpReward: 0
  143. #repeatrewardcommands:
  144. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  145. maxtimes: 1
  146. # Allow this challenge to reset when the player resets their island
  147. # Default is true. Set to false to keep this challenge completed.
  148. # Admins can always reset challenges even if this is set to false.
  149. resetallowed: true
  150. woodcuter:
  151. friendlyname: 'Chop.. Chop..'
  152. description: 'You need 32x wood'
  153. icon: WOOD
  154. level: 'Level1'
  155. type: inventory
  156. requiredItems: 'WOOD:32'
  157. takeItems: true
  158. itemReward: 'BONE:5'
  159. rewardText: '5x Bones'
  160. moneyReward: 100
  161. expReward: 50
  162. permissionReward: ''
  163. repeatable: false
  164. repeatItemReward: 'BONE:5'
  165. repeatRewardText: '5x Bones'
  166. repeatMoneyReward: 50
  167. repeatExpReward: 5
  168. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  169. maxtimes: 2
  170. redApple:
  171. friendlyname: 'Red Apple'
  172. description: 'You need 10x Apples'
  173. icon: APPLE
  174. level: 'Level1'
  175. type: inventory
  176. requiredItems: 'APPLE:10'
  177. takeItems: true
  178. itemReward: 'SEED:5'
  179. rewardText: '5x Seeds'
  180. moneyReward: 150
  181. expReward: 50
  182. permissionReward: ''
  183. repeatable: false
  184. repeatItemReward: ''
  185. repeatRewardText: ''
  186. repeatMoneyReward: 60
  187. repeatExpReward: 7
  188. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  189. maxtimes: 2
  190. wheat:
  191. friendlyname: 'Wheat'
  192. description: 'Grow some weeed.. ugh.. i mean wheat.. You need 5x Wheat'
  193. icon: WHEAT
  194. level: 'Level1'
  195. type: inventory
  196. requiredItems: 'WHEAT:5'
  197. takeItems: true
  198. itemReward: 'SAND:1 SEED:20'
  199. rewardText: '1x Sand + 20x Seeds'
  200. moneyReward: 150
  201. expReward: 50
  202. permissionReward: ''
  203. repeatable: false
  204. repeatItemReward: 'IRON_ORE:3'
  205. repeatRewardText: '3x iron ore'
  206. repeatMoneyReward: 50
  207. repeatExpReward: 5
  208. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  209. maxtimes: 2
  210. bread:
  211. friendlyname: 'Baker'
  212. description: 'Make 5x Breads'
  213. icon: BREAD
  214. level: 'Level1'
  215. type: inventory
  216. requiredItems: 'BREAD:5'
  217. takeItems: true
  218. itemReward: 'Sugarcane:2'
  219. rewardText: '2x Sugarcane - You will need this for your next challenge'
  220. moneyReward: 150
  221. expReward: 50
  222. permissionReward: ''
  223. repeatable: false
  224. repeatItemReward: 'IRON_ORE:3'
  225. repeatRewardText: '3x iron ore'
  226. repeatMoneyReward: 50
  227. repeatExpReward: 5
  228. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  229. maxtimes: 2
  230. sugar:
  231. friendlyname: 'Sweat Sugar..'
  232. description: 'You need 10x sugars'
  233. icon: SUGAR
  234. level: 'Level1'
  235. type: inventory
  236. requiredItems: 'SUGAR:10'
  237. takeItems: true
  238. itemReward: 'SAND:5 CACTUS:1'
  239. rewardText: '5x Sands + 1x Cactus'
  240. moneyReward: 150
  241. expReward: 50
  242. permissionReward: ''
  243. repeatable: false
  244. repeatItemReward: 'IRON_ORE:3'
  245. repeatRewardText: '3x iron ore'
  246. repeatMoneyReward: 50
  247. repeatExpReward: 5
  248. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  249. maxtimes: 2
  250. cactus:
  251. friendlyname: 'Cactus farm'
  252. description: 'You need 10x Cactus'
  253. icon: CACTUS
  254. level: 'Level1'
  255. type: inventory
  256. requiredItems: 'CACTUS:10'
  257. takeItems: true
  258. itemReward: 'MSEEDS:5 DIRT:1'
  259. rewardText: '1x Melon Seed + 1x Dirt'
  260. moneyReward: 150
  261. expReward: 50
  262. permissionReward: ''
  263. repeatable: false
  264. repeatItemReward: 'IRON_ORE:3'
  265. repeatRewardText: '3x iron ore'
  266. repeatMoneyReward: 50
  267. repeatExpReward: 5
  268. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  269. maxtimes: 2
  270. melon:
  271. friendlyname: 'Melon farm'
  272. description: 'You need 10x Melon Slices'
  273. icon: MELONSLICE
  274. level: 'Level1'
  275. type: inventory
  276. requiredItems: 'MELONSLICE:10'
  277. takeItems: true
  278. itemReward: 'CHICKENEGG:1'
  279. rewardText: '1x Spawn Chicken'
  280. moneyReward: 150
  281. expReward: 50
  282. permissionReward: ''
  283. repeatable: false
  284. repeatItemReward: 'IRON_ORE:3'
  285. repeatRewardText: '3x iron ore'
  286. repeatMoneyReward: 50
  287. repeatExpReward: 5
  288. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  289. maxtimes: 2
  290. chicken:
  291. friendlyname: 'Is this FARMVILLE? Get 3x Eggs'
  292. description: 'You need 10x Cactus'
  293. icon: CHICKENEGG
  294. level: 'Level1'
  295. type: inventory
  296. requiredItems: 'EGG:3'
  297. takeItems: true
  298. itemReward: 'SHEEPEGG:1 SHEAR:1'
  299. rewardText: '1x Spawn Sheep + Shear'
  300. moneyReward: 150
  301. expReward: 50
  302. permissionReward: ''
  303. repeatable: false
  304. repeatItemReward: 'IRON_ORE:3'
  305. repeatRewardText: '3x iron ore'
  306. repeatMoneyReward: 50
  307. repeatExpReward: 5
  308. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  309. maxtimes: 2
  310. sheep:
  311. friendlyname: 'WOOL'
  312. description: 'Get 3x White WOOL'
  313. icon: WOOL
  314. level: 'Level1'
  315. type: inventory
  316. requiredItems: 'WOOL:3'
  317. takeItems: true
  318. itemReward: 'DIAMOND:1'
  319. rewardText: '1x Diamond'
  320. moneyReward: 150
  321. expReward: 50
  322. permissionReward: ''
  323. repeatable: false
  324. repeatItemReward: 'IRON_ORE:3'
  325. repeatRewardText: '3x iron ore'
  326. repeatMoneyReward: 50
  327. repeatExpReward: 5
  328. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  329. maxtimes: 2
  330. woodexpert:
  331. friendlyname: 'Tree farm'
  332. description: 'Make your own tree farm and get 128x oak logs'
  333. icon: OAK
  334. level: 'Level2'
  335. type: inventory
  336. requiredItems: 'OAK:128'
  337. takeItems: true
  338. itemReward: 'DIAMONDAXE:1 IRONORE:3'
  339. rewardText: 'You will get 1x Diamond Axe, 3x Iron Ores'
  340. moneyReward: 200
  341. expReward: 100
  342. permissionReward: ''
  343. repeatable: false
  344. repeatItemReward: ''
  345. repeatRewardText: ''
  346. repeatMoneyReward: 50
  347. repeatExpReward: 5
  348. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  349. maxtimes: 2
  350. coal:
  351. friendlyname: 'Charcoal'
  352. description: 'Get 32x Charcoal'
  353. icon: COAL
  354. level: 'Level2'
  355. type: inventory
  356. requiredItems: 'CHARCOAL:32'
  357. takeItems: true
  358. itemReward: 'COAL:32 IRONORE:5'
  359. rewardText: 'You will get 32x Coals and 5x Iron Ores'
  360. moneyReward: 200
  361. expReward: 150
  362. permissionReward: ''
  363. repeatable: false
  364. repeatItemReward: ''
  365. repeatRewardText: ''
  366. repeatMoneyReward: 50
  367. repeatExpReward: 5
  368. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  369. maxtimes: 2
  370. woolexpert:
  371. friendlyname: 'Making sheep farm'
  372. description: 'Again that Wool, but look you have more sheeps! Get 32x WOOL'
  373. icon: WOOL
  374. level: 'Level2'
  375. type: inventory
  376. requiredItems: 'WOOL:32'
  377. takeItems: true
  378. itemReward: 'LIGHTER:1'
  379. rewardText: ' '
  380. moneyReward: 200
  381. expReward: 150
  382. permissionReward: ''
  383. repeatable: false
  384. repeatItemReward: ''
  385. repeatRewardText: ''
  386. repeatMoneyReward: 50
  387. repeatExpReward: 5
  388. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  389. maxtimes: 2
  390. food:
  391. friendlyname: 'Hunt for food'
  392. description: 'You need Apple, Melon Slice, Cooked Steak, Cooked Chicken, Bread, Sugar, Cake, Pumpkin pie!'
  393. icon: CAKE
  394. level: 'Level2'
  395. type: inventory
  396. requiredItems: 'MSLICE:1 STEAK:1 GCHICKEN:1 BREAD:1 SUGAR:1 CAKE:1 PUMPKINPIE:1'
  397. takeItems: true
  398. itemReward: 'DIAMONDORE:1 GOLDORE:5 GAPPLE:1 GCARROT:1'
  399. rewardText: 'You will get 1x Diamond Ore, 5x Gold ores, 1x Golden Apple, 1x Golden Carrot'
  400. moneyReward: 200
  401. expReward: 150
  402. permissionReward: ''
  403. repeatable: false
  404. repeatItemReward: ''
  405. repeatRewardText: ''
  406. repeatMoneyReward: 50
  407. repeatExpReward: 5
  408. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  409. maxtimes: 2
  410. fishing:
  411. friendlyname: 'Fishing'
  412. description: 'Go fishing and get 15x cooked fish'
  413. icon: FISH
  414. level: 'Level2'
  415. type: inventory
  416. requiredItems: 'CFISH:15'
  417. takeItems: true
  418. itemReward: 'REDSTONE:8'
  419. rewardText: 'You will get 8x redstone'
  420. moneyReward: 200
  421. expReward: 150
  422. permissionReward: ''
  423. repeatable: false
  424. repeatItemReward: ''
  425. repeatRewardText: ''
  426. repeatMoneyReward: 50
  427. repeatExpReward: 5
  428. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  429. maxtimes: 2
  430. lvl:
  431. friendlyname: 'ISLAND LVL 50'
  432. description: 'Reach level 50'
  433. icon: IRONBLOCK
  434. level: 'Level2'
  435. type: level
  436. requiredItems: 50
  437. takeItems: true
  438. itemReward: 'DIRT:5'
  439. rewardText: 'You will get 5x dirt'
  440. moneyReward: 200
  441. expReward: 200
  442. permissionReward: ''
  443. repeatable: false
  444. repeatItemReward: ''
  445. repeatRewardText: ''
  446. repeatMoneyReward: 50
  447. repeatExpReward: 5
  448. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  449. maxtimes: 2
  450. cookiemaker:
  451. friendlyname: 'Cookie Maker'
  452. description: 'Make 128 cookies and a bucket of milk'
  453. icon: COOKIE
  454. level: 'Level2'
  455. type: inventory
  456. requiredItems: 'MILK_BUCKET:1 COOKIE:128'
  457. takeItems: true
  458. itemReward: 'REDSTONE:16 IRON_ORE:5'
  459. rewardText: '16 redstone dust, 5 iron (ore)'
  460. moneyReward: 200
  461. expReward: 150
  462. permissionReward: ''
  463. repeatable: false
  464. repeatItemReward: 'REDSTONE:2 IRON_ORE:1'
  465. repeatRewardText: '2 redstone dust, 1 iron (ore)'
  466. repeatMoneyReward: 15
  467. repeatExpReward: 15
  468. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  469. maxtimes: 2
  470. homestead:
  471. friendlyname: 'Homestead'
  472. description: 'Build a house that contains at least 1 wooden door, bed, bookshelf, crafting table, furnace, glass-block window, and torch.'
  473. icon: BED
  474. level: 'Level2'
  475. type: island
  476. requiredItems: 'BED_BLOCK:1 WORKBENCH:1 GLASS:1 WOODEN_DOOR:1 FURNACE:1 BOOKSHELF:1 TORCH:1'
  477. # Search radius - the number of blocks that will be searched around the player
  478. # Minimum 10, which searches from -10 to +10 blocks around the player in x,y,z
  479. # Max is 50 because big searches cause lag
  480. searchRadius: 10
  481. takeItems: false
  482. itemReward: 'JUKEBOX:1 RECORD_12:1 LAPIS_BLOCK:10'
  483. rewardText: '1 jukebox, 1 music disk, 10 lapis lazuli blocks'
  484. moneyReward: 200
  485. expReward: 150
  486. permissionReward: ''
  487. repeatable: false
  488. repeatItemReward: ''
  489. repeatRewardText: ''
  490. repeatMoneyReward: 0
  491. repeatExpReward: 0
  492. grinder:
  493. description: 'Kill monsters and collect 64 rotten flesh, 32 skeleton bones, 32 string, 32 arrows, 16 gunpowder, 5 spider eyes'
  494. icon: BONE
  495. level: 'Level2'
  496. type: inventory
  497. requiredItems: 'ROTTEN_FLESH:64 STRING:32 SULPHUR:16 ARROW:32 BONE:32 SPIDER_EYE:5'
  498. takeItems: true
  499. itemReward: 'REDSTONE:8 IRON_ORE:5 FLINT:1 POTION:WATER_BREATHING:1 POTION:NIGHT_VISION:1'
  500. rewardText: '16 redstone dust, 1 flint, 1 water breathing potion, 1 night vision potion and 5 iron(ore)'
  501. moneyReward: 200
  502. expReward: 150
  503. permissionReward: ''
  504. repeatable: false
  505. repeatItemReward: 'REDSTONE:2 IRON_ORE:1 FLINT:1 POTION:WATER_BREATHING:1'
  506. repeatRewardText: '2 redstone dust, 1 flint, 1 water breathing potion and 1 iron(ore)'
  507. repeatMoneyReward: 15
  508. repeatExpReward: 15
  509. craftsman:
  510. friendlyname: 'Craftsman'
  511. description: 'Reach island level 75 (/[label] level).'
  512. icon: IRON_BLOCK
  513. level: 'Level2'
  514. type: level
  515. requiredItems: 75
  516. takeItems: false
  517. itemReward: 'OBSIDIAN:10'
  518. rewardText: '10 obsidian blocks'
  519. moneyReward: 500
  520. expReward: 300
  521. permissionReward: ''
  522. repeatable: false
  523. repeatItemReward: ''
  524. repeatRewardText: ''
  525. repeatMoneyReward: 0
  526. repeatExpReward: 0
  527. nether:
  528. friendlyname: 'Nether'
  529. description: 'Build a nether portal on your island and activate it.'
  530. icon: NETHERRACK
  531. level: 'Level3'
  532. type: island
  533. requiredItems: 'OBSIDIAN:10 PORTAL:1'
  534. takeItems: false
  535. itemReward: 'DIAMOND_SWORD:1'
  536. rewardText: '1 diamond sword'
  537. moneyReward: 300
  538. expReward: 250
  539. permissionReward: ''
  540. repeatable: false
  541. repeatItemReward: ''
  542. repeatRewardText: ''
  543. repeatMoneyReward: 0
  544. repeatExpReward: 0
  545. enderpearls:
  546. friendlyname: 'Enderpearls'
  547. description: 'Collect 15 enderpearls from endermen'
  548. icon: ENDER_PEARL
  549. level: 'Level3'
  550. type: inventory
  551. requiredItems: 'ENDER_PEARL:15'
  552. takeItems: true
  553. itemReward: 'GOLD_INGOT:5 BLAZE_ROD:1'
  554. rewardText: '5 gold ingots and 1 blaze rod'
  555. moneyReward: 300
  556. expReward: 250
  557. permissionReward: ''
  558. repeatable: false
  559. repeatItemReward: 'GOLD_INGOT:1 BLAZE_ROD:1'
  560. repeatRewardText: '1 gold ingot and 1 blaze rod'
  561. repeatMoneyReward: 15
  562. repeatExpReward: 15
  563. slimeballfarmer:
  564. friendlyname: 'Slimeball Farmer'
  565. description: 'Collect 40 slimeballs from slimes'
  566. icon: SLIME_BALL
  567. level: 'Level3'
  568. type: inventory
  569. requiredItems: 'SLIME_BALL:40'
  570. takeItems: true
  571. itemReward: 'GOLD_INGOT:10 IRON_ORE:15'
  572. rewardText: '5 gold ingots and 5 blocks of iron ore'
  573. moneyReward: 300
  574. expReward: 250
  575. permissionReward: ''
  576. repeatable: false
  577. repeatItemReward: 'REDSTONE:8'
  578. repeatRewardText: '8 redstone dust'
  579. repeatMoneyReward: 15
  580. repeatExpReward: 15
  581. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  582. maxtimes: 100
  583. baker:
  584. friendlyname: 'baker'
  585. description: 'Bake 5 cakes and 5 pumpkin pies'
  586. icon: CAKE
  587. level: 'Level3'
  588. type: inventory
  589. requiredItems: 'CAKE:5 PUMPKIN_PIE:5'
  590. takeItems: true
  591. itemReward: 'GOLD_INGOT:5 DIAMOND:1'
  592. rewardText: '5 gold ingots and 1 diamond'
  593. moneyReward: 300
  594. expReward: 250
  595. permissionReward: ''
  596. repeatable: false
  597. repeatItemReward: 'IRON_ORE:1'
  598. repeatRewardText: '1 iron (ore)'
  599. repeatMoneyReward: 15
  600. repeatExpReward: 15
  601. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  602. maxtimes: 100
  603. pioneer:
  604. friendlyname: 'Pioneer'
  605. description: 'Make 1 map and use it, a compass, a clock and collect 64 netherrack, 16 soulsand, and 1 ghast tear'
  606. icon: MAP
  607. level: 'Level3'
  608. type: inventory
  609. requiredItems: 'NETHERRACK:64 SOUL_SAND:16 GHAST_TEAR:1 MAP:1 COMPASS:1 WATCH:1'
  610. takeItems: true
  611. itemReward: 'POWERED_RAIL:32 RAILS:256 DIAMOND:1 MONSTER_EGG:OCELOT:1'
  612. rewardText: '256 rails, 32 powered rails, 1 ocelot spawn egg, 1 diamond'
  613. moneyReward: 300
  614. expReward: 250
  615. permissionReward: ''
  616. repeatable: false
  617. repeatItemReward: 'IRON_ORE:1'
  618. repeatRewardText: '1 iron (ore)'
  619. repeatMoneyReward: 20
  620. repeatExpReward: 20
  621. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  622. maxtimes: 100
  623. mason:
  624. friendlyname: 'Mason'
  625. description: 'Reach island level 150 (/[label] level).'
  626. icon: GOLD_BLOCK
  627. level: 'Level3'
  628. type: level
  629. requiredItems: 150
  630. takeItems: false
  631. itemReward: 'DIAMOND:1 DIRT:20 GOLD_BLOCK:2'
  632. rewardText: '1 diamond, 20 dirt, and 2 gold blocks'
  633. moneyReward: 500
  634. expReward: 250
  635. permissionReward: ''
  636. repeatable: false
  637. repeatItemReward: ''
  638. repeatRewardText: ''
  639. repeatMoneyReward: 0
  640. repeatExpReward: 0
  641. shepherd:
  642. friendlyname: 'Shepherd'
  643. description: 'Collect 5 of every color of wool'
  644. icon: WOOL:2
  645. level: 'Level4'
  646. type: inventory
  647. 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'
  648. takeItems: true
  649. itemReward: 'DIAMOND:2 RECORD_7:1 RECORD_8:1 RECORD_6:1 MONSTER_EGG:SHEEP:1 EMERALD:5'
  650. rewardText: '2 diamonds, 5 emeralds, 3 music disks, 1 sheep spawn egg'
  651. moneyReward: 500
  652. expReward: 400
  653. permissionReward: ''
  654. repeatable: false
  655. repeatItemReward: 'EMERALD:1 MONSTER_EGG:SHEEP:1'
  656. repeatRewardText: '1 emerald, 1 sheep spawn egg'
  657. repeatMoneyReward: 20
  658. repeatExpReward: 20
  659. # Max times limits how many times a challenge can be done. Comment out to make unlimited
  660. maxtimes: 100
  661. alchemist:
  662. friendlyname: 'Alchemist'
  663. description: 'Brew 1 potion of Fire Resistance, Slowness, Swiftness, Healing, Harming, Invisibility, Strength and Regeneration'
  664. icon: BREWING_STAND_ITEM
  665. level: 'Level4'
  666. type: inventory
  667. 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'
  668. takeItems: true
  669. itemReward: 'ENCHANTMENT_TABLE:1'
  670. rewardText: 'Enchantment Table'
  671. moneyReward: 500
  672. expReward: 400
  673. permissionReward: ''
  674. repeatable: false
  675. repeatItemReward: 'DIAMOND:1'
  676. repeatRewardText: '1 diamond'
  677. repeatMoneyReward: 20
  678. repeatExpReward: 20
  679. dj:
  680. friendlyname: 'DJ'
  681. description: 'Craft a jukebox and collect all music discs'
  682. icon: RECORD_5
  683. level: 'Level4'
  684. type: inventory
  685. 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'
  686. takeItems: true
  687. itemReward: 'DIAMOND:3 EMERALD:10 GOLD_INGOT:5'
  688. rewardText: '3 diamonds, 10 emeralds and 5 gold ingots'
  689. moneyReward: 500
  690. expReward: 400
  691. permissionReward: ''
  692. repeatable: false
  693. repeatItemReward: 'DIAMOND:1 EMERALD:5 GOLD_INGOT:2'
  694. repeatRewardText: '1 diamond, 5 emeralds and 2 gold bars'
  695. repeatMoneyReward: 20
  696. repeatExpReward: 20
  697. gemcollector:
  698. friendlyname: 'Gem Collector'
  699. description: 'Collect 50 emeralds'
  700. icon: EMERALD
  701. level: 'Level4'
  702. type: inventory
  703. requiredItems: 'EMERALD:50'
  704. takeItems: true
  705. itemReward: 'DIAMOND:10'
  706. rewardText: '10 diamonds'
  707. moneyReward: 500
  708. expReward: 400
  709. permissionReward: ''
  710. repeatable: false
  711. repeatItemReward: 'GOLD_INGOT:2'
  712. repeatRewardText: '2 gold ingots'
  713. repeatMoneyReward: 20
  714. repeatExpReward: 20
  715. culinaryartist:
  716. friendlyname: 'Culinary Artist'
  717. description: 'Collect 1 of every kind of cooked or crafted edible food (no raw food, zombie flesh, or super golden apples)'
  718. icon: GOLDEN_APPLE
  719. level: 'Level4'
  720. type: inventory
  721. 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'
  722. # If you are running 1.8 change to this:
  723. # 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'
  724. takeItems: true
  725. itemReward: 'GOLD_BLOCK:2 GREEN_RECORD:1 RECORD_3:1 RECORD_5:1 MONSTER_EGG:MUSHROOM_COW:1 EMERALD:5'
  726. rewardText: '2 gold blocks, 3 music discs, 1 mooshroom spawn egg, and 5 emeralds'
  727. moneyReward: 500
  728. expReward: 400
  729. permissionReward: ''
  730. repeatable: false
  731. repeatItemReward: 'GOLD_INGOT:10 MONSTER_EGG:MUSHROOM_COW:1 EMERALD:1'
  732. repeatRewardText: '10 gold ingots, 1 mooshroom spawn egg, 1 emerald'
  733. repeatMoneyReward: 20
  734. repeatExpReward: 20
  735. beaconator:
  736. friendlyname: 'Beaconator'
  737. description: 'Build a beacon and let it shine!'
  738. icon: BEACON
  739. level: 'Level4'
  740. type: island
  741. requiredItems: 'BEACON:1'
  742. takeItems: false
  743. itemReward: 'SMOOTH_BRICK:20 SMOOTH_BRICK:1:20 SMOOTH_BRICK:2:20 SMOOTH_BRICK:3:20'
  744. rewardText: '20 blocks of every kind of stone brick'
  745. moneyReward: 500
  746. expReward: 400
  747. permissionReward: ''
  748. repeatable: false
  749. repeatItemReward: ''
  750. repeatRewardText: ''
  751. repeatMoneyReward: 0
  752. repeatExpReward: 0
  753. ittakesavillage:
  754. friendlyname: 'It Takes A Village'
  755. description: 'Hold a village meeting with 10 villagers!'
  756. icon: STONE
  757. level: 'Level4'
  758. type: island
  759. requiredItems: 'VILLAGER:10'
  760. takeItems: false
  761. itemReward: 'HOPPER:4'
  762. rewardText: '4 hoppers'
  763. moneyReward: 500
  764. expReward: 500
  765. permissionReward: ''
  766. repeatable: false
  767. repeatItemReward: ''
  768. repeatRewardText: ''
  769. repeatMoneyReward: 0
  770. repeatExpReward: 0
  771. myprecious:
  772. friendlyname: 'My Precious'
  773. description: 'Build an iron golem'
  774. icon: NAME_TAG
  775. level: 'Level4'
  776. type: island
  777. requiredItems: 'IRON_GOLEM:1'
  778. takeItems: false
  779. itemReward: 'NAME_TAG:1 ANVIL:1 CAULDRON_ITEM:1 IRON_BLOCK:2'
  780. rewardText: 'A name tag, an anvil, a cauldron and 2 iron blocks'
  781. moneyReward: 500
  782. expReward: 400
  783. permissionReward: ''
  784. repeatable: false
  785. repeatItemReward: ''
  786. repeatRewardText: ''
  787. repeatMoneyReward: 0
  788. repeatExpReward: 0
  789. snowplay:
  790. friendlyname: 'Snow Play!'
  791. description: 'Build a snow golem'
  792. icon: SNOW_BALL
  793. level: 'Level4'
  794. type: island
  795. requiredItems: 'SNOWMAN:1'
  796. takeItems: false
  797. itemReward: 'DIAMOND_SPADE:1'
  798. rewardText: 'A diamond spade - get shoveling!'
  799. moneyReward: 500
  800. expReward: 400
  801. permissionReward: ''
  802. repeatable: false
  803. repeatItemReward: ''
  804. repeatRewardText: ''
  805. repeatMoneyReward: 0
  806. repeatExpReward: 0
  807. itsaparty:
  808. friendlyname: "It's a party"
  809. description: 'Have a party! Invite 4 friends.'
  810. icon: PUMPKIN_PIE
  811. level: 'Level4'
  812. type: island
  813. requiredItems: 'PLAYER:5'
  814. takeItems: false
  815. itemReward: 'EMERALD:6 PUMPKIN_PIE:6'
  816. rewardText: '6 Emeralds, 6 pumpkin pies'
  817. moneyReward: 500
  818. expReward: 400
  819. permissionReward: ''
  820. repeatable: false
  821. repeatItemReward: ''
  822. repeatRewardText: ''
  823. repeatMoneyReward: 0
  824. repeatExpReward: 0
  825. itsamonsterparty:
  826. friendlyname: "It's a Monster Party"
  827. description: 'Have a party - all monsters invited! Get close to a Skeleton, Zombie, Spider, Creeper and Enderman all at the same time.'
  828. icon: SKULL_ITEM
  829. level: 'Level4'
  830. type: island
  831. requiredItems: 'SKELETON:1 ZOMBIE:1 SPIDER:1 CREEPER:1 ENDERMAN:1'
  832. takeItems: false
  833. itemReward: 'SKULL_ITEM:0:2 SKULL_ITEM:2:2 SKULL_ITEM:3:2'
  834. rewardText: 'Skulls!'
  835. moneyReward: 800
  836. expReward: 400
  837. permissionReward: ''
  838. repeatable: false
  839. repeatItemReward: ''
  840. repeatRewardText: ''
  841. repeatMoneyReward: 0
  842. repeatExpReward: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement