# The requirement
# ITEM:<item> <count> ==> the player needs <count> <item>
# LEVEL:<level> ==> the player's island needs to be at least <level> level
# NEAR:<EntityType> <amount> ==> <amount> of <EntityType> must be next to the player
# POTION:<PotionType> <data> <amount>
# data must be: 0 = normal potion, 1 = extended, 2 = ++, 3 = splash, 4 = splash extended, 5 = splash ++, 6 = lingering, 7 = lingering extended, 8 = lingering ++
# BANK:<amount> requires amount from the island's bank
# ECO:<amount> requires amount from the player's balance
require:
- 'ITEM:cobblestone 128'
# The reward
# ITEM:<item> <count> means the player will have <count> <item> when the challenge is done
# CMD:<cmd> means a command will be executed by the console when the challenge is done
# BANK:<amount> gives amount to the island's bank
reward:
- 'CMD:eco give {player} 100'
- 'ITEM:iron_ingot 3'
# The maximum amount of time this challenge is repeatable. Unlimited for endless challenge
maxtimes: 1
# If true, broadcast a message when this challenge is completed
item cobblestone kısmına mesela zombi öldürme nasıl yapayrım