Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # [true/false] Enable the use of the challenges command.
- allowChallenges: true
- # [island/player] Whether challenges are tracked per player, or per island
- challengeSharing: island
- # [true/false] If true, first time challenge completions are broadcast to the whole server.
- broadcastCompletion: true
- # [text] The color/formatting of the broadcast text when showing first time completions.
- broadcastText: &6
- # [true/false] If true, challenges in higher level ranks require challenges in lower level ranks to be completed.
- requirePreviousRank: true
- # [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
- # with a rankLeeway of 1, a player would only need to complete 3 to advance to the next rank.
- # A rankLeeway of 0 would require them all.
- rankLeeway: 2
- #[integer] The time in hours before required items reset to default. (only if not specified in the challenges below)
- defaultResetInHours: 20
- #[color code] The color to use for uncompleted challenges in the list.
- challengeColor: §e
- #[color code] The color to use for completed challenges in the list. (non-repeatable)
- finishedColor: §2
- #[color code] The color to use for completed challenges in the list. (repeatable)
- repeatableColor: §a
- #[true/false] If true, enables vault to handle currency rewards.
- enableEconomyPlugin: true
- # [true/false] If false, challenges are not reset on island creation (or restart)
- resetChallengesOnCreate: true
- # Material to show for locked challenges (i.e. STAINED_GLASS_PANE:14 for a red glass-pane, or 160:14)
- lockedDisplayItem: STAINED_GLASS_PANE:14
- # this will ignore a the challenges from updating
- #merge-ignore:
- # - 'ranks'
- #===============================================
- # An explanation to setup your own challenges
- # can be found at the bottom of this file.
- #===============================================
- ranks:
- ChallengeGroup1:
- name: 'Default'
- displayItem: 4
- resetInHours: 20
- challenges:
- cobblestonegenerator:
- name: 'Cobble Stone Generator'
- description: Mine from a cobblestone generator.
- type: onPlayer
- requiredItems: '4:64;+0'
- repeatable: true
- displayItem: 1
- resetInHours: 12
- takeItems: true
- reward:
- text: 3 leather, 20% chance to get a book
- items:
- - '334:3'
- - '{p=0.2}340:1'
- permission: none
- currency: 10
- xp: 10
- commands:
- - op:effect {playername} 10
- repeatReward:
- text: 1 leather, 10% chance to get a book
- items:
- - '334:1'
- - '{p=0.1}340:1'
- currency: 5
- xp: 5
- novicebuilder:
- name: 'Novice Builder'
- description: Reach island level 20.
- type: islandLevel
- requiredItems: '20'
- repeatable: false
- displayItem: 16
- takeItems: false
- takeItems: false
- reward:
- text: 8 dirt, 8 sand, 5 emeralds
- items:
- - '3:8'
- - '12:8'
- - '388:5'
- permission: none
- currency: 20
- xp: 20
- commands:
- - op:effect {party} 10
- adeptbuilder:
- name: 'Adept Builder'
- description: Reach island level 100.
- type: islandLevel
- requiredItems: '100'
- repeatable: false
- displayItem: 15
- takeItems: false
- reward:
- text: 10 obsidian, 5 emeralds
- items:
- - '49:10'
- - '388:5'
- currency: 100
- xp: 100
- commands:
- expertbuilder:
- name: 'Expert Builder'
- description: Reach island level 250.
- type: islandLevel
- requiredItems: '250'
- repeatable: true
- displayItem: 14
- takeItems: true
- reward:
- text: 16 dirt,16 sand, 5 emeralds
- items:
- - '3:16'
- - '12:16'
- - '388:5'
- permission: none
- currency: 250
- xp: 250
- masterbuilder:
- name: 'Master Builder'
- description: Reach island level 500.
- type: islandLevel
- requiredItems: '500'
- repeatable: true
- displayItem: 56
- takeItems: true
- reward:
- text: 32 dirt, 32 sand, 5 emeralds
- items:
- - '3:32'
- - '12:32'
- - '388:5'
- permission: none
- currency: 500
- xp: 500
- skylord:
- name: 'Sky Lord'
- description: Reach island level 1000.
- type: islandLevel
- requiredItems: '1000'
- repeatable: true
- displayItem: 129
- takeItems: true
- reward:
- text: 64 dirt, 64 sand, 1 diamond, 5 emeralds
- items:
- - '3:64'
- - '12:64'
- - '264:1'
- - '388:5'
- permission: none
- currency: 1000
- xp: 1000
- #===============================================
- ChallengeGroup2:
- name: 'Farmer'
- displayItem: 290
- resetInHours: 20
- requires:
- rankLeeway: 5
- challenges:
- - cobblestonegenerator
- challenges:
- applecollector:
- name: 'Apple Collector'
- description: Collect apples from trees.
- type: onPlayer
- requiredItems: '260:2;+0'
- repeatable: true
- displayItem: 260
- resetInHours: 6
- takeItems: true
- reward:
- text: 1 of each sapling, (4 dark oak)
- items:
- - '6:0:1'
- - '6:1:1'
- - '6:2:1'
- - '6:3:1'
- - '6:4:1'
- - '6:5:4'
- - '{p=0.2}6:3:3'
- permission: none
- currency: 20
- xp: 20
- repeatReward:
- text: 1 of each sapling (4 dark oak)
- items:
- - '6:0:1'
- - '6:1:1'
- - '6:2:1'
- - '6:3:1'
- - '6:4:1'
- - '6:5:4'
- - '{p=0.1}6:3:3'
- currency: 10
- xp: 10
- cactusfarmer:
- name: 'Cactus Farmer'
- description: Harvest cacti from a farm.
- type: onPlayer
- requiredItems: '81:64;+0'
- repeatable: true
- displayItem: 81
- takeItems: true
- reward:
- text: 8 sand, 20% chance to get a bone
- items:
- - '12:8'
- - '{p=0.2}352:1'
- - '{p=0.1}290:1'
- permission: none
- currency: 20
- xp: 20
- repeatReward:
- text: 4 sand
- items:
- - '12:4'
- - '{p=0.1}352:1'
- currency: 10
- xp: 10
- pumpkinfarmer:
- name: 'Pumpkin Farmer'
- description: Harvest pumpkins from a farm.
- type: onPlayer
- requiredItems: '86:64;+0'
- repeatable: true
- displayItem: 86
- takeItems: true
- reward:
- text: 8 dirt
- items:
- - '3:8'
- - '{p=0.3}91:1'
- permission: none
- currency: 20
- xp: 20
- repeatReward:
- text: 4 dirt
- items:
- - '3:4'
- - '{p=0.05}91:1'
- currency: 10
- xp: 10
- sugarfarmer:
- name: 'Sugar Farmer'
- description: Harvest sugarcane from a farm.
- type: onPlayer
- requiredItems: '338:64;+0'
- repeatable: true
- displayItem: 338
- takeItems: true
- reward:
- text: 8 dirt
- items:
- - '3:8'
- - '{p=0.1}352:1'
- permission: none
- currency: 20
- xp: 20
- repeatReward:
- text: 4 dirt
- items:
- - '3:4'
- - '{p=0.05}3:4'
- currency: 10
- xp: 10
- shroompicker:
- name: 'Shroom Picker'
- description: Collect red and brown mushrooms.
- type: onPlayer
- requiredItems: '39:64;+0 40:64;+0'
- repeatable: true
- displayItem: 40
- takeItems: true
- reward:
- text: 8 mycelium, 4 podzol
- items:
- - '110:8'
- - '3:2:4'
- permission: none
- currency: 30
- xp: 30
- repeatReward:
- text: 4 mycelium
- items:
- - '110:4'
- - '{p=0.02}110:4'
- - '{p=0.02}3:2:2'
- currency: 15
- xp: 15
- wheatfarmer:
- name: 'Wheat Farmer'
- description: Harvest wheat from a farm.
- type: onPlayer
- requiredItems: '296:64;+0'
- repeatable: true
- displayItem: 296
- repeatable: true
- takeItems: true
- reward:
- text: 8 dirt
- items:
- - '3:8'
- permission: none
- currency: 20
- xp: 20
- repeatReward:
- text: 4 dirt
- items:
- - '3:4'
- - '{p=0.2}352:1'
- currency: 10
- xp: 10
- melonfarmer:
- name: 'Melon Farmer'
- description: Harvest slices of melon from a farm.
- type: onPlayer
- requiredItems: '360:128;+0'
- repeatable: true
- displayItem: 360
- takeItems: true
- reward:
- text: 8 dirt
- items:
- - '3:8'
- permission: none
- currency: 20
- xp: 20
- repeatReward:
- text: 4 dirt
- items:
- - '3:4'
- currency: 10
- xp: 10
- #===============================================
- ChallengeGroup3:
- name: 'Builders'
- displayItem: '98:2'
- resetInHours: 20
- requires:
- rankLeeway: 0
- challenges:
- - novicebuilder
- challenges:
- lumberjack:
- name: 'Lumberjack'
- description: Collect all types of wood logs.
- type: onPlayer
- requiredItems: '17:0:16;+0 17:1:16;+0 17:2:16;+0 17:3:16;+0 162:0:16;+0 162:1:16;+0'
- repeatable: true
- displayItem: 17
- takeItems: true
- reward:
- text: 4 redstone ore, 4 iron ore, 1 wolf
- items:
- - '73:4'
- - '15:4'
- - '383:95:1'
- permission: none
- currency: 30
- xp: 30
- repeatReward:
- text: 1 redstone ore, 1 iron ore
- items:
- - '73:1'
- - '15:1'
- currency: 15
- xp: 15
- torchmaker:
- name: 'Torch Maker'
- description: Make 128 torches.
- type: onPlayer
- requiredItems: '50:128;+0'
- repeatable: true
- displayItem: 50
- takeItems: true
- reward:
- text: 4 redstone ore, 4 iron ore, 1 cow
- items:
- - '73:4'
- - '15:4'
- - '383:92:1'
- permission: none
- currency: 30
- xp: 30
- repeatReward:
- text: 1 redstone ore, 1 iron ore
- items:
- - '73:1'
- - '15:1'
- currency: 15
- xp: 15
- toolmaker:
- name: 'Tool Maker'
- description: Make all stone tools
- type: onPlayer
- requiredItems: '273:1 274:1 275:1 291:1'
- repeatable: false
- displayItem: 275
- takeItems: true
- reward:
- text: 4 redstone ore, 4 iron, 1 pig
- items:
- - '73:4'
- - '15:4'
- - '383:90:1'
- permission: none
- currency: 30
- xp: 30
- carpenter:
- name: 'Carpenter'
- description: Collect all types of wood items.
- type: onPlayer
- requiredItems: '136:16;+0 427:1;+0 186:2;+0 192:30;+0 65:30;+0 96:4;+0 72:2;+0'
- repeatable: true
- displayItem: 58
- takeItems: true
- reward:
- text: 4 redstone ore, 4 iron ore, 1 sheep
- items:
- - '73:4'
- - '15:4'
- - '383:91:1'
- permission: none
- currency: 30
- xp: 30
- repeatReward:
- text: 1 redstone ore, 1 iron ore
- items:
- - '73:1'
- - '15:1'
- currency: 15
- xp: 15
- stonebrickmaker:
- name: 'Stone Brick Maker'
- description: Make 64 Stone Bricks.
- type: onPlayer
- requiredItems: '98:64;+0 44:5:30;+0 98:3:30;+0 109:16;+0'
- repeatable: true
- displayItem: 98
- takeItems: true
- reward:
- text: 4 redstone ore, 4 iron ore, 1 chicken
- items:
- - '73:4'
- - '15:4'
- - '383:93:1'
- permission: none
- currency: 30
- xp: 30
- repeatReward:
- text: 1 redstone ore, 1 iron ore
- items:
- - '73:1'
- - '15:1'
- currency: 15
- xp: 15
- monsterfarm:
- name: 'Monster Farm'
- description: Build a mob farm and collect mob loot.
- type: onPlayer
- requiredItems: '367:64;+0 287:32;+0 262:32;+0 352:32;+0 289:16;+0 375:5'
- repeatable: true
- displayItem: 367
- takeItems: true
- reward:
- text: 4 redstone ore, 4 iron ore, 1 flint
- items:
- - '73:4'
- - '15:4'
- - '318:1'
- permission: none
- currency: 30
- xp: 30
- repeatReward:
- text: 1 redstone ore, 1 iron ore, 1 flint
- items:
- - '73:1'
- - '15:4'
- - '318:1'
- currency: 15
- xp: 15
- homeowner:
- name: 'Home Owner'
- description: Build a house with furnishings.
- type: onIsland
- requiredItems: '26:1 58:1 20:1 64:1 61:1 47:1 50:1'
- displayItem: 324
- takeItems: false
- reward:
- text: 4 redstone ore, 5 inksac, 4 iron ore
- items:
- - '73:4'
- - '15:4'
- - '351:5'
- currency: 40
- xp: 40
- #===============================================
- ChallengeGroup4:
- name: 'Nether'
- displayItem: '153'
- resetInHours: 20
- requires:
- rankLeeway: 0
- challenges:
- - adeptbuilder
- challenges:
- netherportal:
- name: 'Nether Portal'
- description: Build a nether portal on your island.
- type: onIsland
- requiredItems: '49:10 90:1'
- repeatable: false
- displayItem: 49
- takeItems: false
- reward:
- text: 1 iron pickaxe, 1 iron shovel
- items:
- - '256:1'
- - '257:1'
- permission: none
- currency: 40
- xp: 40
- netherrack:
- name: 'Nether Mining'
- description: Mine from your Nether island.
- type: onPlayer
- requiredItems: '87:64;+0 88:16;+0 13:32;+0 406:32;+0'
- repeatable: true
- displayItem: 87
- takeItems: true
- reward:
- text: 1 bow, 64 arrows
- items:
- - '261:1'
- - '262:64'
- permission: none
- currency: 40
- xp: 40
- commands:
- repeatReward:
- text: 32 arrows
- items:
- - '262:32'
- currency: 20
- xp: 20
- netherfortress:
- name: 'Nether Fortress'
- description: Build a netherfortress.
- type: onIsland
- radius: 50
- requiredItems: '112:512 44:6:64 113:64 114:64'
- repeatable: false
- displayItem: 113
- takeItems: true
- reward:
- text: enchantment table, brewing stand
- items:
- - '116:1'
- - '379:1'
- permission: none
- currency: 40
- xp: 40
- witherhunter:
- name: 'Wither Hunter'
- description: Collect some Wither Skeleton skulls.
- type: onPlayer
- requiredItems: '397:1:3;+0'
- repeatable: true
- displayItem: '397:1'
- takeItems: true
- reward:
- text: 5 diamonds
- items:
- - '264:5'
- permission: none
- currency: 40
- xp: 40
- repeatReward:
- text: 2 gold ore
- items:
- - '14:2'
- currency: 20
- xp: 20
- #===============================================
- ChallengeGroup5:
- name: 'Farmer II'
- displayItem: 292
- resetInHours: 48
- requires:
- rankLeeway: 2
- challenges:
- - expertbuilder
- challenges:
- fisherman:
- name: 'Fisherman'
- description: Catch different types of fish.
- type: onPlayer
- requiredItems: '349:0:5;+0 349:1:5;+0 349:3:3;+0 349:2:1;+0'
- repeatable: true
- displayItem: 349
- takeItems: true
- reward:
- text: 1 disk and 10 lapis lazuli
- items:
- - '2267:1'
- - '22:10'
- permission: none
- currency: 50
- xp: 50
- repeatReward:
- text: 2 redstone, 2 inksac
- items:
- - '331:2'
- - '351:2'
- currency: 25
- xp: 25
- potatofarmer:
- name: 'Potato Farmer'
- description: Harvest potato's from a farm.
- type: onPlayer
- requiredItems: '392:64;+0'
- repeatable: true
- displayItem: 392
- takeItems: true
- reward:
- text: 5 baked potatos, 1 cow
- items:
- - '393:5'
- - '383:92:1'
- permission: none
- currency: 50
- xp: 50
- repeatReward:
- text: 1 baked potato
- items:
- - '393:1'
- currency: 25
- xp: 25
- carrotfarmer:
- name: 'Carrot Farmer'
- description: Harvest carrot's from a farm.
- type: onPlayer
- requiredItems: '391:64;+0'
- repeatable: true
- displayItem: 391
- takeItems: true
- reward:
- text: 1 pig, 1 saddle
- items:
- - '383:90:1'
- - '329:1'
- permission: none
- currency: 50
- xp: 50
- repeatReward:
- text: 1 golden carrot
- items:
- - '396:1'
- currency: 25
- xp: 25
- expertfarmer:
- name: 'Expert Farmer'
- description: Harvest many different farming resources.
- type: onPlayer
- requiredItems: '360:256;+0 353:128;+0 296:128;+0 392:128;+0 391:128;+0 86:128;+0 81:128;+0'
- repeatable: true
- displayItem: 292
- takeItems: true
- reward:
- text: 1 bucket, 1 sheep
- items:
- - '325:1'
- - '383:91:1'
- permission: none
- currency: 50
- xp: 50
- repeatReward:
- text: 1 bucket
- items:
- - '325:1'
- currency: 25
- xp: 25
- horsingaround:
- name: 'Horsing Around'
- description: Get hay bales for the horses.
- type: onPlayer
- requiredItems: '170:32;+0 420:8;+0 398:1 359:1'
- repeatable: true
- displayItem: 170
- takeItems: true
- reward:
- text: 1 horse, 1 iron horse armor, 5% chance on diamond horse armor
- items:
- - '383:100:1'
- - '417:1'
- - '{p=0.05}419:1'
- permission: none
- currency: 50
- xp: 50
- repeatReward:
- text: 1 redstone ore, 1 emerald
- items:
- - '331:1'
- - '388:1'
- currency: 25
- xp: 25
- animalfarm:
- name: 'Animal Farm'
- description: Create an animal farm.
- type: onIsland
- radius: 40
- requiredEntities:
- - 'Cow:8'
- - 'Pig:8'
- - 'Chicken:16'
- - Sheep:{"Color":0}
- - Sheep:{"Color":1}
- - Sheep:{"Color":2}
- - Sheep:{"Color":3}
- - Sheep:{"Color":4}
- - Sheep:{"Color":5}
- - Sheep:{"Color":6}
- - Sheep:{"Color":7}
- - Sheep:{"Color":8}
- - Sheep:{"Color":9}
- - Sheep:{"Color":10}
- - Sheep:{"Color":11}
- - Sheep:{"Color":12}
- - Sheep:{"Color":13}
- - Sheep:{"Color":14}
- - Sheep:{"Color":15}
- repeatable: true
- displayItem: '85'
- takeItems: false
- reward:
- text: 1 horse, 1 iron horse armor, 5% chance on diamond horse armor
- items:
- - '383:100:1'
- - '417:1'
- - '{p=0.05}419:1'
- permission: none
- currency: 50
- xp: 50
- repeatReward:
- text: 1 redstone ore, 1 emerald
- items:
- - '331:1'
- - '388:1'
- currency: 25
- xp: 25
- #===============================================
- ChallengeGroup6:
- name: 'World Food'
- displayItem: 297
- resetInHours: 20
- requires:
- rankLeeway: 0
- challenges:
- - masterbuilder
- challenges:
- fishandchips:
- name: 'Fish & Chips'
- description: Create the famous English Fish & Chips.
- type: onPlayer
- requiredItems: '350:32;+0 393:32;+0'
- repeatable: true
- displayItem: 350
- takeItems: true
- reward:
- text: 16 baked potatos, 1 disk, 4 emerald
- items:
- - '393:16'
- - '2256:1'
- - '388:4'
- currency: 60
- xp: 60
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Fish_and_chips &2Click the link for more info'
- repeatReward:
- text: 30% chance on 1 disk, 1 emerald
- items:
- - '388:1'
- - '{p=0.3}2256:1'
- currency: 30
- xp: 30
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Fish_and_chips &2Click the link for more info'
- smorrebrod:
- name: 'Smørrebrød'
- description: Create the famous Danish smørrebrød.
- type: onPlayer
- requiredItems: '297:16;+0 350:1:8;+0 349:2:2;+0 320:8;+0 364:8;+0'
- repeatable: true
- displayItem: '350:1'
- takeItems: true
- reward:
- text: 1 rod, 2 name tags, 1 ocelot
- items:
- - '346:1'
- - '421:2'
- - '383:98:1'
- currency: 60
- xp: 60
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Danish_cuisine &2Click the link for more info'
- repeatReward:
- text: 1 emerald, 20% chance on 2 ocelot
- items:
- - '388:1'
- - '{p=0.2}383:98:2'
- currency: 30
- xp: 30
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Danish_cuisine &2Click the link for more info'
- hutspot:
- name: 'Hutspot'
- description: Create the famous Dutch hutspot.
- type: onPlayer
- requiredItems: '392:64;+0 391:64;+0'
- repeatable: true
- displayItem: 396
- takeItems: true
- reward:
- text: 1 golden carrot, 1 disk, 4 emerald
- items:
- - '396:1'
- - '2257:1'
- - '388:4'
- currency: 60
- xp: 60
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Hutspot &2Click the link for more info'
- repeatReward:
- text: 30% chance on 1 disk, 1 emerald
- items:
- - '388:1'
- - '{p=0.3}2257:1'
- currency: 30
- xp: 30
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Hutspot &2Click the link for more info'
- apfelstrudel:
- name: 'Apfelstrudele'
- description: Create the famous German apfelstrudel.
- type: onPlayer
- requiredItems: '260:8;+0 296:16;+0 353:16;+0 335:1'
- repeatable: true
- displayItem: 322
- takeItems: true
- reward:
- text: 1 bucket, 1 disk, 4 emerald
- items:
- - '325:1'
- - '388:4'
- - '2258:1'
- currency: 60
- xp: 60
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Apple_strudel &2Click the link for more info'
- repeatReward:
- text: 1 bucket, 30% chance on 1 disk, 1 emerald
- items:
- - '325:1'
- - '388:1'
- - '{p=0.3}2258:1'
- currency: 30
- xp: 30
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Apple_strudel &2Click the link for more info'
- brownies:
- name: 'Brownies'
- description: Create the famous American brownies.
- type: onPlayer
- requiredItems: '296:16;+0 353:16;+0 344:16;+0 351:3:16;+0 335:1'
- repeatable: true
- displayItem: '126:5'
- takeItems: true
- reward:
- text: 1 bucket, 1 disk, 4 emerald
- items:
- - '325:1'
- - '388:4'
- - '2260:1'
- currency: 60
- xp: 60
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Chocolate_brownie &2Click the link for more info'
- repeatReward:
- text: 1 bucket, 30% chance on 1 disk, 1 emerald
- items:
- - '325:1'
- - '388:1'
- - '{p=0.3}2260:1'
- currency: 30
- xp: 30
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Chocolate_brownie &2Click the link for more info'
- pastafunghi:
- name: 'Pasta Funghi'
- description: Create the famous Italian Pasta Funghi.
- type: onPlayer
- requiredItems: '296:32;+0 344:32;+0 39:16;+0 40:16;+0 335:1'
- repeatable: true
- displayItem: 100
- takeItems: true
- reward:
- text: 2 rabbits, 1 bucket
- items:
- - '383:101:2'
- - '325:1'
- currency: 60
- xp: 60
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Pasta &2Click the link for more info'
- repeatReward:
- text: 30% chance on 1 disk, 1 emerald
- items:
- - '388:1'
- - '{p=0.3}2256:1'
- currency: 30
- xp: 30
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Pasta &2Click the link for more info'
- chocolate:
- name: 'Belgian chocolate'
- description: Create the famous belgian chocolate.
- type: onPlayer
- requiredItems: '353:16;+0 351:3:16;+0 335:1'
- repeatable: true
- displayItem: '383:120'
- takeItems: true
- reward:
- text: 1 bucket, 1 disk, 4 emeralds
- items:
- - '325:1'
- - '388:4'
- - '2261:1'
- currency: 60
- xp: 60
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Belgian_chocolate &2Click the link for more info'
- repeatReward:
- text: 1 bucket, 30% chance on 1 disk, 1 emerald
- items:
- - '325:1'
- - '388:1'
- - '{p=0.3}2261:1'
- currency: 30
- xp: 30
- commands:
- - 'console: msg {player} &9https://en.wikipedia.org/wiki/Belgian_chocolate &2Click the link for more info'
- #===============================================
- ChallengeGroup7:
- name: 'Miscellaneous'
- displayItem: 32
- resetInHours: 20
- requires:
- rankLeeway: 0
- challenges:
- - skylord
- challenges:
- pearlcollector:
- name: 'Pearl Collector'
- description: Collect enderpearls from endermen.
- type: onPlayer
- requiredItems: '368:10;+0'
- repeatable: true
- displayItem: 368
- takeItems: true
- reward:
- text: 5 gold ore, 1 blaze rod, 1 emerald
- items:
- - '14:5'
- - '369:1'
- - '388:1'
- permission: none
- currency: 70
- xp: 70
- repeatReward:
- text: 1 gold ore, 1 blaze rod
- items:
- - '14:1'
- - '369:1'
- currency: 35
- xp: 35
- slimefarmer:
- name: 'Slime Farmer'
- description: Collect slimeballs from slimes.
- type: onPlayer
- requiredItems: '341:64;+0'
- repeatable: true
- displayItem: 341
- takeItems: true
- reward:
- text: 4 slime blocks, 1 emeralds
- items:
- - '165:4'
- - '388:1'
- permission: none
- currency: 70
- xp: 70
- repeatReward:
- text: 1 redstone ore, 1 emeralds
- items:
- - '73:1'
- - '388:1'
- currency: 35
- xp: 35
- technician:
- name: 'Technician'
- description: Collect some of every type of redstone equipment.
- type: onPlayer
- requiredItems: '331:64;+0 76:32;+0 356:5;+0 404:3;+0 33:2;+0 29:2;+0 69:1;+0 77:1;+0 70:1;+0 154:1;+0 23:1;+0 158:1;+0 151:1;+0'
- repeatable: true
- displayItem: 331
- takeItems: true
- reward:
- text: 8 redstone blocks, 8 noteblocks and 4 tripwire hooks, 1 emerald
- items:
- - '152:8'
- - '25:8'
- - '131:4'
- - '388:1'
- permission: none
- currency: 70
- xp: 70
- repeatReward:
- text: 1 redstone block and 1 tripwire hook
- items:
- - '152:1'
- - '131:1'
- currency: 35
- xp: 35
- woolcollector:
- name: 'Wool Collector'
- description: Collect every color of wool.
- type: onPlayer
- requiredItems: '35:0:8;+0 35:1:8;+0 35:2:8;+0 35:3:8;+0 35:4:8;+0 35:5:8;+0 35:6:8;+0 35:7:8;+0 35:8:8;+0 35:9:8;+0 35:10:8;+0 35:11:8;+0 35:12:8;+0 35:13:8;+0 35:14:8;+0 35:15:8;+0'
- repeatable: true
- displayItem: 35
- takeItems: true
- reward:
- text: 2 diamonds, 3 disks, 1 emeralds
- items:
- - '264:2'
- - '2262:1'
- - '2263:1'
- - '2264:1'
- - '388:1'
- permission: none
- currency: 70
- xp: 70
- repeatReward:
- text: 50% chance on 1 to 3 disks, 1 emeralds
- items:
- - '{p=0.3}2262:1'
- - '{p=0.3}2263:1'
- - '{p=0.3}2264:1'
- - '388:1'
- currency: 35
- xp: 35
- glassmaker:
- name: 'Glassmaker'
- description: Collect every color of stained glass panes.
- type: onPlayer
- requiredItems: '160:0:16;+0 160:1:16;+0 160:2:16;+0 160:3:16;+0 160:4:16;+0 160:5:16;+0 160:6:16;+0 160:7:16;+0 160:8:16;+0 160:9:16;+0 160:10:16;+0 160:11:16;+0 160:12:16;+0 160:13:16;+0 160:14:16;+0 160:15:16;+0'
- repeatable: true
- displayItem: 160
- takeItems: true
- reward:
- text: 2 diamonds, 2 disks, 1 emeralds
- items:
- - '264:2'
- - '2265:1'
- - '2266:1'
- - '388:1'
- permission: none
- currency: 70
- xp: 70
- repeatReward:
- text: 30% chance on 1 or 2 disks, 1 emeralds
- items:
- - '{p=0.3}2265:1'
- - '{p=0.3}2266:1'
- - '388:1'
- currency: 35
- xp: 35
- maestro:
- name: 'Maestro'
- description: Make a jukebox and collect all music discs.
- type: onPlayer
- 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'
- repeatable: true
- displayItem: 84
- takeItems: true
- reward:
- text: 3 diamonds, 10 emeralds
- items:
- - '264:3'
- - '388:10'
- permission: none
- currency: 70
- xp: 70
- repeatReward:
- text: 2 gold ore, 1 diamond
- items:
- - '14:2'
- - '264:1'
- - '{p=0.2}264:1'
- currency: 35
- xp: 35
- emeraldcollector:
- name: 'Emerald Collector'
- description: Collect emeralds.
- type: onPlayer
- requiredItems: '388:60;+0'
- repeatable: false
- displayItem: 388
- takeItems: true
- reward:
- text: a full set of diamond armor
- items:
- - '310:1'
- - '311:1'
- - '312:1'
- - '313:1'
- permission: none
- currency: 70
- xp: 70
- repeatReward:
- text: full diamond armor
- items:
- - '310:1'
- - '311:1'
- - '312:1'
- - '313:1'
- currency: 35
- xp: 35
- #===============================================
- ChallengeGroup8:
- name: 'Extreme'
- displayItem: '264'
- resetInHours: 20
- requires:
- rankLeeway: 0
- challenges:
- - skylord
- challenges:
- topchef:
- name: 'Top Chef'
- description: Collect every kind of edible food.
- type: onPlayer
- 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'
- repeatable: true
- displayItem: 391
- takeItems: true
- reward:
- text: 2 diamond, 1 mooshroom,
- items:
- - '264:2'
- - '383:96:1'
- currency: 80
- xp: 80
- repeatReward:
- text: nothing yet
- items:
- - '264:2'
- - '383:96:1'
- currency: 40
- xp: 40
- cookielover:
- name: 'Cookie Lover'
- description: Make cookies and a bucket of milk.
- type: onPlayer
- requiredItems: '357:128;+0 335:1'
- repeatable: true
- displayItem: 357
- takeItems: true
- reward:
- text: 4 redstone ore, 1 cocoa
- items:
- - '73:4'
- - '351:3:1'
- permission: none
- currency: 80
- xp: 80
- repeatReward:
- text: 1 cocoa, 5 clay
- items:
- - '351:3:1'
- - '82:5'
- currency: 40
- xp: 40
- baker:
- name: 'Pâtisserie'
- description: Bake cakes, pumpkin pies, and cookies.
- type: onPlayer
- requiredItems: '354:5;+0 400:5;+0 357:128;+0'
- repeatable: true
- displayItem: 354
- takeItems: true
- reward:
- text: 5 gold ore, 1 diamond
- items:
- - '14:5'
- - '264:1'
- permission: none
- currency: 80
- xp: 80
- repeatReward:
- text: 2 iron ore, 1 gold ore
- items:
- - '15:2'
- - '14:1'
- currency: 40
- xp: 40
- #===============================================
- #
- # Here follows the format and explanation for the challenge group and challenges setup. The single commented (#) are the most used settings
- # while the double commented (##) are optionnal if you like to use those settings.
- #
- #ranks:
- # # [text] name of the challenge Rank.
- # ChallengeGroupX:
- # #[text] The name of the challenge rank that shows up when you do /challenges (this supports capitals and colorcodes).
- # name: '&aCuston Challenges rank name'
- # # [itemid] The itemid of the item to be displayed in the challenge menu for complete challenges.
- # displayItem: 3
- # # [integer] The time in hours before required items reset to default (tis overwrites the Main reset time)
- # resetInHours: 20
- # # The requierments will allow when a challenge groups will be available to see and complete for players.
- # requires:
- # # [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
- # # with a rankLeeway of 1, a player would only need to complete 3 to advance to the next rank.
- # # A rankLeeway of 0 would require them all.
- # rankLeeway: 8
- # # [integer] The amount of challenges that has to be completed before this group will show in the Challenges GUI.
- # # This can be random between any challenges group aslong the amount is made.
- # completedChallenges: 14
- # # [text] Challenges that has to be completed before this group will show in the Challenges GUI
- # challenges:
- # - a challenge name
- #===============================================
- # challenges:
- # #[text] The name of the challenge. All challenge names should be lower case.
- # defaultchallengename:
- # #[text] The name of the challenge that shows up when you do /challenges (this supports capitals and colorcodes).
- # name: '&a'
- # # [text] What the player sees when they do /challenges <challengename>
- # description:
- # # [onIsland/onPlayer/islandLevel] This tells whether the required blocks/items should be in the player's inventory or on their island
- # # When using onIsland, the player must be 10 blocks away from the required blocks on his island.
- # # When using onIsland, the default radius distance is set to 10, all items requierd must be within this distance.
- # # When using islandLevel, the 'requiredItems' field should be the island level required. The player must use /island level first to update his level.
- # type: onPlayer
- ## type: islandLevel
- ## type: onIsland
- # # To override the default radius when using onIsland, uncommend the "radius: " and fill in your own value.
- ## radius:
- # # [itemid list] The itemid:count of the items required for the challenge.
- # requiredItems: ''
- # # [true/false] If the challenge can repeated or not.
- # repeatable: true
- # # [itemid] The itemid of the item to be displayed in the challenge menu for complete challenges.
- # displayItem:
- ## tool:
- # # [integer] The time in hours before required items reset to default (this overwrites the Main and Ranks reset times).
- ## resetInHours:
- # # [true/false] Take required items on completing a challenge.
- # takeItems: true
- # # reward section to reward the player for completing the challenge.
- # reward:
- # # [text] Description of the reward. If omitted §4Unknown will be shown.
- # text:
- # # [itemid list] The itemid:<datavalue>:count of the reward to give the player for completing the challenge.
- # items:
- ## # [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)
- # permission: none
- # # [integer] How much currency to give for the first time completion. (requires an economy plugin)
- # currency: 0
- # # [integer] How much xp to give to the player for the first time completion.
- # xp: 0
- # # Executes the given command upon completion. Prepend with "op" or "console" to run the commands as OP or from the Console. Examples:
- # # commands:
- # # - 'op: me are the GOD of things'
- # # - 'console: give {party} aweseomestuff 32'
- # # Possible command arguments are:
- # # {player} - The name of the player
- # # {playerName} - The display name of the player
- # # {challenge} - The name of the challenge
- # # {position} - The position of the player
- # # {party} - Execute the command once for each member of the party (substituting the name)
- ## commands:
- ## - op:
- ## - console:
- # # reward section to reward the player for completing a repeated challenge.
- # repeatReward:
- # # [text] Description of the reward. If omitted §4Unknown will be shown.
- # text:
- # # [itemid list] The itemid:<datavalue>:count of the reward to give the player for completing the challenge.
- # items:
- ## # [integer] How much currency to give for the first time completion. (requires an economy plugin)
- # currency: 0
- # # [integer] How much xp to give to the player for the first time completion.
- # xp: 0
- # # Executes the given command upon completion. Prepend with "op" or "console" to run the commands as OP or from the Console. Examples:
- # # commands:
- # # - 'op: me are the GOD of things'
- # # - 'console: give {party} aweseomestuff 32'
- # # Possible command arguments are:
- # # {player} - The name of the player
- # # {playerName} - The display name of the player
- # # {challenge} - The name of the challenge
- # # {position} - The position of the player
- # # {party} - Execute the command once for each member of the party (substituting the name)
- ## commands:
- ## - op:
- ## - console:
- #
- # All commented settings (#) in the above challenges (not the explanation) can be removed to clean up the challenges.yml.
- #
- # DO NOT CHANGE!
- version: 18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement