ASkyBlock Mob Sorunu

Renacr

Zombi Katili
En iyi cevaplar
0
Merhaba Arkadaşlar Log Kayıtlarımda Uzun zaman süren bir error var ve ben bu errorları düzelte
miyorum.Lütfen bilen arkadaşlar mesaj atarsa sevinirim.

Kod:
[14:28:35] [Server thread/ERROR]: Spawn eggs must be described by name. Try one of these (not all are possible):
[14:28:35] [Server thread/ERROR]: [ASkyBlock] CREEPER
[14:28:35] [Server thread/ERROR]: [ASkyBlock] SKELETON
[14:28:35] [Server thread/ERROR]: [ASkyBlock] SPIDER
[14:28:35] [Server thread/ERROR]: [ASkyBlock] GIANT
[14:28:35] [Server thread/ERROR]: [ASkyBlock] ZOMBIE
[14:28:35] [Server thread/ERROR]: [ASkyBlock] SLIME
[14:28:35] [Server thread/ERROR]: [ASkyBlock] GHAST
[14:28:35] [Server thread/ERROR]: [ASkyBlock] PIG_ZOMBIE
[14:28:35] [Server thread/ERROR]: [ASkyBlock] ENDERMAN
[14:28:35] [Server thread/ERROR]: [ASkyBlock] CAVE_SPIDER
[14:28:35] [Server thread/ERROR]: [ASkyBlock] SILVERFISH
[14:28:35] [Server thread/ERROR]: [ASkyBlock] BLAZE
[14:28:35] [Server thread/ERROR]: [ASkyBlock] MAGMA_CUBE
[14:28:35] [Server thread/ERROR]: [ASkyBlock] ENDER_DRAGON
[14:28:35] [Server thread/ERROR]: [ASkyBlock] WITHER
[14:28:35] [Server thread/ERROR]: [ASkyBlock] BAT
[14:28:35] [Server thread/ERROR]: [ASkyBlock] WITCH
[14:28:35] [Server thread/ERROR]: [ASkyBlock] ENDERMITE
[14:28:35] [Server thread/ERROR]: [ASkyBlock] GUARDIAN
[14:28:35] [Server thread/ERROR]: [ASkyBlock] PIG
[14:28:35] [Server thread/ERROR]: [ASkyBlock] SHEEP
[14:28:35] [Server thread/ERROR]: [ASkyBlock] COW
[14:28:35] [Server thread/ERROR]: [ASkyBlock] CHICKEN
[14:28:35] [Server thread/ERROR]: [ASkyBlock] SQUID
[14:28:35] [Server thread/ERROR]: [ASkyBlock] WOLF
[14:28:35] [Server thread/ERROR]: [ASkyBlock] MUSHROOM_COW
[14:28:35] [Server thread/ERROR]: [ASkyBlock] SNOWMAN
[14:28:35] [Server thread/ERROR]: [ASkyBlock] OCELOT
[14:28:35] [Server thread/ERROR]: [ASkyBlock] IRON_GOLEM
[14:28:35] [Server thread/ERROR]: [ASkyBlock] HORSE
[14:28:35] [Server thread/ERROR]: [ASkyBlock] RABBIT
[14:28:35] [Server thread/ERROR]: [ASkyBlock] VILLAGER
 

Renacr

Zombi Katili
En iyi cevaplar
0
Config dosyasını atabilirmisin ?
tabii ki;
Kod:
#############################################################################
# Config for ASkyblock
# It is recommended that you check at least these settings:
#
# 1. island distance - the distance between islands. If upgrading set to what you had.
# 2. resetmoney (general section) - set to true so that everyone starts with nothing
# 3. islandLevel (general section) - the height you want your islands to float
# 4. protectionRange - how big a player's island is at the start
#
##############################################################################

##### Island Related Settings #####

island:
   # Space between islands in blocks - NEVER change this mid-game.
   # Values for a new world:
   # 400 - puts players distance enough that they usually cannot see each other
   # 200 - allows some expansion of the protected zone (recommended)
   # 110 - for compatibility with established worlds. Cozy.
   # 50 - minimum - not recommended
   # IF YOU ARE UPGRADING YOU MUST USE YOUR OLD VALUE EXACTLY, E.G., 110
   # OR RESET YOUR WORLD
   # Value must be an even number

   distance: 200

   # Default protection range (even number). Min = 0, Recommended = 100
   # Value must be at least 16 blocks less than the island distance unless you set
   # overridelimit: true below.
   # Use this permission to set for different groups: askyblock.island.range.<number>
   # Larger values will take longer to calculate the island level
   # Admins can change protection sizes for players individually using /asadmin setrange
   protectionRange: 100

   # If you want to have protection range = distance set the following to true.
   # It may result in incomplete deletion of islands. Not recommended, but not fatal.
   overridelimit: false

   # Start islands at these coordinates. This is where new islands will start in the
   # world. These must be a factor of your island distance, but the plugin will auto
   # calculate the closest location on the grid. Islands develop around this location
   # both positively and negatively in a square grid.
   # If none of this makes sense, leave it at 0,0.
   startx: 0
   startz: 0

   # Default max team size
   # Use this permission to set for specific user groups: askyblock.team.maxsize.<number>
   # Permission size cannot be less than the default.
   maxteamsize: 4

   # Items that will be in the chest when the player starts an island
   # Must be in Bukkit Materials format. Format is <Material>:<Qty>
   # or <Material>:<Data>:<Qty>
   # Use <Data> to set the durability of a item or to select sub-items/colors.
   # Format for POTION is POTION:<effect>:<qty> or POTION:<effect>:<type>:<qty>
   # <type> is EXTENDED, SPLASH or EXTENDEDSPLASH. Not all potions can be extended.
   # Check console for errors and guidance after reloading configuration
   # Schematics can override this - see schematicsection

   chestItems: 'ICE:2 MELON:1 TORCH:2 BONE:1 LAVA_BUCKET:1 PUMPKIN_SEEDS:1 SUGAR_CANE:1 RED_MUSHROOM:1 BROWN_MUSHROOM:1 CACTUS:1 BREAD:1 WHEAT:1 LEATHER_BOOTS:1 LEATHER_HELMET:1 LEATHER_CHESTPLATE:1 LEATHER_LEGGINGS:1'

   # Default island companion. Set schematic-specific companions in the schematicsection
   # Options are: COW, PIG, SHEEP, CHICKEN, VILLAGER, HORSE, IRON_GOLEM, OCELOT,
   # RABBIT, WOLF or NOTHING. Default is COW.

   companion: COW

   # Default list of names, picked at random that will apply to the companion
   # You can add more if you like. If none are listed, the companion will not be
   # named.
   # Set schematic-specific companion names in the schematicsection
   companionnames:
   - "&7Sahibi: &6[player]"

   # Island Protection Settings
   # PVP is allowed or not.
   allowPvP: false
   allowNetherPvP: false
   # Other players can break blocks or not or generally damage things
   allowbreakblocks: false
   # Other players can place blocks
   allowplaceblocks: false
   # Allow players to be able to sleep in beds not on their island
   allowbeduse: false
   # Allow players to use buckets, either fill or dump them
   allowbucketuse: false
   # Allow players to shear sheep
   allowshearing: false
   # Allow players to throw enderpearls and teleport
   allowenderpearls: false
   # Allow players to use doors or trapdoors. If a door is operated by a button or redstone, this does not count
   allowdooruse: false
   # Allow players to use levers or buttons
   allowleverbuttonuse: false
   # Allow players to trample crops
   allowcroptrample: false
   # Allow players to access chests of any kind, droppers, dispensers and hoppers
   allowchestaccess: false
   # Allow players to access furnaces
   allowfurnaceuse: false
   # Allow players to adjust diodes or comparators
   allowredstone: false
   # Allow players to use jukeboxes, eject discs and hit note blocks
   allowmusic: false
   # Allow players to use crafting benches
   allowcrafting: true
   # Allow players to use cauldrons and brewing stands
   allowbrewing: false
   # Allow gates to be used
   allowgateuse: false
   # Allow friendly mobs to be hurt (cows etc.)
   allowhurtmobs: false
   # Allow monsters to be hurt (creepers,slimes, etc.)
   # Don't change this to false unless you accept that island visitors will not be
   # able to defend themselves!
   allowhurtmonsters: true
   # Allow Enderman Griefing (default is to allow, see next setting)
   allowendermangriefing: true
   # Make enderman drop the block he is holding if he dies (recommended)
   endermandeathdrop: true
   # Allow creeper explosion damage to block (explosion still hurts)
   allowcreeperdamage: true
   # Allow visitors to use creeper explosions to grief islands
   allowcreepergriefing: false
   # Allow TNT damage to blocks (stops players using TNT to destroy other's islands)
   allowtntdamage: false
   # Allow spawn egg use
   allowspawneggs: true
   # Allow animal breeding by visitors
   allowbreeding: false
   # Allow use of Flint & Steel by visitors
   allowfire: false
   # Allow fire spread (global - not just for visitors)
   allowfirespread: false
   # Allow chests to be blown up by creepers or TNT
   allowchestdamage: false
   # Allow leash use
   allowleashuse: false
   # Allow use of enchanting tables
   allowenchanting: true
   # Allow anvil use by visitors
   allowanviluse: true
   # Allow item drop by visitors
   allowvisitoritemdrop: true
   # Allow item pickup by visitors
   allowvisitoritempickup: true
   # Allow visitors to keep their items if they die
   allowvisitorkeepinvondeath: false
   # Allow armor stand use by visitors
   allowarmorstanduse: false
   # Allow beacon use by visitors
   allowbeaconaccess: false
   # Allow portal use by visitors
   allowportaluse: true

# General Settings
general:
   # Check for updates - this will tell Ops and the console if there is a new
   # version available. It contacts dev.bukkit.org to request the latest version
   # info. It does not download the latest version or change any files
   checkupdates: true

   # Sea level height (don't changes this mid-game unless you delete the world)
   # Minimum is 0, which means you are playing sky block!
   # If sea level is less than about 10, then players will drop right through it
   # if it exists. Makes for an interesting variation on sky block.
   sealevel: 0

   # Island level - the height of the island.
   # Height should not be lower than sea level, but can be if you have an
   # island schematic that supports it
   # Lowest level is 5
   islandlevel: 120

   # Name of the world - if it does not exist then it will be generated
   worldName: ASkyBlock

   # Use the control panel as the default display for /island
   # /island will always create an island if one does not exist
   # If the control panel is not used, then /island will teleport the player home
   usecontrolpanel: true

   # Create Nether - if this is false, the nether world will not be made and access to
   # AcidIsland control of the nether will not occur. Other plugins may still enable
   # portal usage.
   # Note: Some challenges will not be possible if there is no nether.
   # Note that in AcidIsland, all players arrive at the same portal and entering a
   # portal will return them back to their islands.
   createnether: true

   # New island-style nether. Change to false for standard nether
   newnether: true
   # Nether trees are made if a player grows a tree in the new nether (gravel and glowstone)
   nethertrees: true 

   #How long a player must wait before they can reset their island again in second
   resetwait: 300

   #The number of seconds to wait for confirmation of a reset
   resetconfirmwait: 10

   #How long a player must wait until they can rejoin a team island after being
   #kicked in minutes. This slows the effectiveness of players repeating challenges
   #by repetitively being invited to a team island.
   invitewait: 60

   # Use new level calculation (super speedy). Set to false if you want the old
   # method (slower).
   fastlevelcalc: true
  
   # Island level calculation cool down in seconds
   levelwait: 60

   # Calculate level on login
   # If true, the plugin will run the level command for the player when they login
   # If the command is busy, it will fail silently
   loginlevel: false

   #How many resets a player is allowed (override with /asadmin clearreset <player>
   #Value of -1 means unlimited, 0 means hardcore - no resets.
   #Example, 2 resets means they get 2 resets or 3 islands lifetime
   resetlimit: 2

   #Commands to run when the player resets their island (uncomment and customize)
   # [player] is the player name of who is reseting
   resetcommands:
   #- kit tools [player]
   #- some other command

   # Commands to execute when player leaves a team, either by leaving or being kicked
   # Commands will execute even if the player is offline, so may cause errors in
   # the console if the commands doesn't make sense
   leavecommands:
   #- kit tools [player]
   #- some other command

   # Commands to execute when a player starts a new island for the first time - NOT a reset
   startcommands:
   #- asadmin lock [player]
   #- some other command

   # Visitor banned commands: Visitors to islands cannot use these commands
   visitorbannedcommands:
   - spawner
   - spawnmob

   # Ops receive damage from acid (Set to true if you want Ops to play properly)
   damageops: false

   # Acid damage to player per second by being in acid if they have no armor on.
   # A fully health player has 20 health points. Players will regen some health
   # so the default will give players about 3 seconds to get out the acid
   # 0 = no damage, 10 = default damage, 20 = instant death
   aciddamage: 0
   # Damage that monsters will experience.
   mobaciddamage: 0
   # Damage that rain does.
   raindamage: 0
   # Damage that animals will experience in acid.
   animaldamage: 0
   # Damage chickens in acid - true or false - chickens tend to go swimming...
   damagechickens: false

   # Damage type to apply in addition to acid damage
   # Types can be : SLOW, SLOW_DIGGING, CONFUSION,BLINDNESS, HUNGER, WEAKNESS and POISON
   # If you just want these to act, then make the acid damage 0 above
   # Note - these are potion effects and so can be cured by milk
   damagetype:
   #-confusion
  
   # Removing mobs - this kills all monsters in the vicinity. Benefit is that it helps
   # players return to their island if the island has been overrun by monsters
   # Con is that it kills any mob grinders
   # Remove mobs when logging in
   loginremovemobs: true

   # Remove mobs when /island.
   islandremovemobs: false
  
   mobwhitelist:

   # Sets the limit for number of monsters that can spawn in a chunk in this world.
   # Note: this does not limit the number of monsters, just how many spawn naturally.
   # Note: If set to a negative number the world will use the server-wide spawn limit instead.
   # Max is 100
   monsterspawnlimit: 70
  
   # Sets the limit for number of animals that can spawn in a chunk in this world.
   # Note: If set to a negative number the world will use the server-wide spawn limit instead.
   # Max is 100
   animalspawnlimit: 15
  
   # Animal breeding limits - if this is set to more than 0, then players will not be able
   # to breed more animals than that number on their island. A value of zero means no
   # limit. Note that animals will not be killed or reduced to this limit.
   # This WILL affect mobspawn blocks AND spawn egg use. Note that hearts will
   # still appear, but breeding will not happen.
   breedinglimit: 0

   # Villager limit - this is per team player, so an island of 4 will have 4x this number
   # Note that 10 villagers minimum are required to create an iron farm. Zero is unlimited.
   villagerlimit: 0
  
   # Hopper limit - max number of island hoppers. If exceeded, players will not be able
   # to place a hopper block. Zero is unlimited. Excessive hoppers can add to lag.
   hopperlimit: 0

   # Sets the limit for number of water animals [squid] that can spawn in a chunk in this world.
   # Note: If set to a negative number the world will use the server-wide spawn limit instead.
   # Max is 100
   wateranimalspawnlimit: 15

   # Islands below this level will be removed if they are abandoned and admins issue the purge command
   abandonedislandlevel: 10


   ##### Economy ######
   # Use economy or not. If true, an economy plugin is required. If false,
   # no money is used or give and the mini-shop is disabled.
   # If there is no economy plugin present anyway, money will be automatically
   # disabled.
   useeconomy: true

   # Reset Money - if this is true, will reset the player's money to
   # the starting money (see below) when they start an island or reset
   # Recommendation is that this is set to true, but if you run multi-worlds
   # make sure your economy handles multi-worlds too.
   resetmoney: false

   # Starting money - this is how much money new players will have as their
   # balance at the start of an island.
   startingmoney: 10.00

   # Reset Challenges - if this is true, player's challenges will reset when they
   # reset an island
   resetchallenges: false

   # Reset inventory - if true, the player's inventory will be cleared when they start
   # or restart and island. Default is true.
   # Note: if you have MultiInv running or a similar inventory control plugin, that
   # plugin may still reset the inventory when the world changes.
   resetinventory: false

   # Reset Ender Chest - if true, the player's Ender Chest will be cleared when they
   # start or restart their island. Default is false.
   # NOTE: Ender Chests span worlds, so it will clear ALL chests. In general,
   # Enderchests should not be allowed in ASkyblock unless you only run the ASkyblock
   # world. Ender Chest crafting and use is governed by the askyblock.craft.enderchest
   # permission.
   resetenderchest: false

   # Nether spawn protection radius - this is the distance around the nether spawn
   # that will be protected from player interaction (breaking blocks, pouring lava etc.)
   # Minimum is 0 (not recommended), maximum is 100. Default is 25.
   # Only applies to standard nether.
   netherspawnradius: 25

   # Broadcast 1st time challenge completion messages to all players.
   # Change to false if the spam becomes too much.
   broadcastmessages: true

   # Allow /island teleport when falling. If set to false, all teleporting is
   # disabled until death from the void or until you hit something.
   # See commands that this will block too
   allowfallingteleport: true
   blockingcommands:
   - home
   #- anotherCommand
   #- andAnotherOne

   # Remove non-repeatable challenges from the challenge GUI when complete
   removecompleteonetimechallenges: false

   # Add enchanted glow to completed challenges (does not work with all clients)
   # Also currently adds an "enchanted" line of text...
   addcompletedglow: true

   # Use physics when pasting schematic blocks. If this is false, then blocks
   # like water will not flow from the schematic
   # Set schematic-specific options in the schematicsection
   usephysics: false
  
   # Default maximum number of homes a player can have. Min = 1
   # Accessed via sethome <number> or go <number>
   # Use this permission to set for specific user groups: askyblock.island.maxhomes.<number> 
   maxhomes: 1

   # Make island if player teleports to the island world and does not have one
   makeislandifnone: false

   # Immediately teleport player to their island (home 1 if it exists) when
   # entering the world
   immediateteleport: false

   # Have player's respawn on their island if they die
   respawnonisland: false

   # Team Chat
   # This enables player to set is so their chat goes to their team mates only
   # using the /island teamchat command.
   # The prefix [Team Chat] that goes in front of team chats is in the locale files
   teamchat: true

   # Use the variable "{ISLAND_LEVEL}" in chat prefixes in other plugins and it will
   # be replaced by the player's island level.
   # Confirmed to work with Essentials Chat, Multiverse Core and Herochat.
  
   # Restrict Wither
   # This allows the Wither to only damage the island where it is spawned.
   # Damage to any islands or players will not occur.
   # This prevents griefing-by-wither.
   restrictwither: true
  
   # Warp panel - GUI for welcome warp signs. If set to false, old-style
   # text will be used
   usewarppanel: true
  
   # Mute death messages
   mutedeathmessages: false
  
   # Config.yml version. DO NOT EDIT. This number only changes if the latest
   # plugin config has been updated. If a new config is detected, it will be
   # auto-saved to config.new.yml.
   version: 2.9.5

# Spawn protection options - different to regular islands
spawn:
  # The following are recommended to be true at spawn
  allowdooruse: true
  allowleverbuttonuse: true
  allowchestaccess: true
  allowfurnaceuse: true
  allowmusic: true
  allowcrafting: true
  allowbrewing: true
  allowgateuse: true
  allowanimalspawn: true
  allowmobkilling: true
  allowenchanting: true
  allowanviluse: true

  # The following are recommended to be false at spawn, but you can change
  allowbreakblocks: false
  allowplaceblocks: false
  allowredstone: false
  allowanimalkilling: false
  allowmobspawn: false
  allowbeaconaccess: false
  allowspawneggs: false
  alloweggs: false
  # The following stops water above sea level from being acid at spawn if acid is active
  allowspawnnoacidwater: false
  allowPVP: false
  allowmilking: false
  allowlavacollection: false
  allowwatercollection: false

# This section contains the biomes that can be bought or used
biomesettings:
  # The default cost for changing biome. Can be over-ridden by the Biome settings
  # Default is 100 if this is not set. Cannot be <0.
  defaultcost: 100

  # Default biome - what every player will start with. Default is PLAINS. See below
  # for other options
  defaultbiome: PLAINS

# List of biomes and their settings.
# Cost - cost in currency to change to that biome
# permission - the permission required to use that biome
# If the biome is not listed, it is not available
# icon = icon used in control panel
# friendlyname = A friendly name for the biome. If it does not exist, the official
# biome name will be used with pretty formatting. Mostly this is just used to convert
# Hell to Nether
# description = a description of the biome and what it gives the player
# remove ice/water/snow - will be done once when the biome is made

biomes:
  COLD_TAIGA:
    icon: SAPLING
    description: "Karlı ve soğuk"
    # Perms can be any string you like!
    #permission: any.perm.you.want
  DESERT:
    icon: DEAD_BUSH
    description: "Kuru ve çöl"
    #permission: any.perm.you.want
  FLOWER_FOREST:
    icon: RED_ROSE
    description: "Çiçekler"
    #permission: any.perm.you.want
  HELL:
    icon: LAVA_BUCKET
    cost: 1000
    # Note, this permission can be anything you like
    permission: askyblock.biomes.hell
    friendlyname: Nether
    description: "Cehennem!"
    #permission: any.perm.you.want
  JUNGLE:
    icon: VINE
    description: "Yemyeşil orman"
    #permission: any.perm.you.want
  MUSHROOM_ISLAND:
    icon: RED_MUSHROOM
    # Note, this permission can be anything you like
    permission: askyblock.biomes.mushoom_island
    description: "Mantar adası"
  PLAINS:
    icon: GRASS
    description: Düz ova
    cost: 0
    #permission: any.perm.you.want
  SWAMPLAND:
    icon: WATER_LILY
    description: "Bataklık"
    #permission: any.perm.you.want
  MESA:
    icon: HARD_CLAY
    description: "Kuru çöl"
    #permission: any.perm.you.want
    cost: 500
  SAVANNA:
    icon: LONG_GRASS
    description: "Düz ve kuru"
    #permission: any.perm.you.want
  ROOFED_FOREST:
    icon: LOG
    description: "Kara orman"
    #permission: any.perm.you.want

schematicsection:
   # All schematics should be put in the schematics folder

   # Schematic panel - if more than one schematic is available to the player
   # Show a panel to choose. If this is false, no panel is shown and the starter
   # island is picked by permission. If a player has more than one permission
   # the island selected is undefined - the plugin will pick one.
   # Permissions are taken from the below schematics section even if the GUI is
   # not used.
  useschematicspanel: true

   # Random island, only apply when useschematicspanel is false - if set to false
   # the plugin will choose the first island it found with the user permissions
   # to generate a new island. If set to true, the plugin will generate an island
   # randomly from the list of all islands available to the player.
  chooseislandrandomly: false

  # This section lists all the schematics available
  # You can add or remove from this list. If this section is missing, only the default
  # island works.
  schematics:
    # default heading is required
    default:
      # Icon - if this is missing or wrong, it will be a MAP
      icon: DIRT
      # Order of preference in listing
      order: 1
      # Short name - color codes with & okay
      name: "&aKlasik Ada"
      # Longer description. Use | for new lines. Color codes okay.
      description: "&7Klasik SkyBlock adası!"
      # Filename of the schematic in the schematic folder
      filename: island.schematic
      # Use default chest if true, or use schematic chest contents if false
      useDefaultChest: true
      # Which schematic will be used in the opposite world if newnether:true
      # If there is no partner, this island will be used
      partnerSchematic: nether
    # This is the default nether island - do not remove this section!
    nether:
      # Hide or show this schematic to players in the GUI
      show: false
      icon: NETHERRACK
      # If the biome is HELL it is assumed this island goes in the Nether
      biome: HELL
      name: "NetherBlock Island"
      description: "An island in the nether|overlooked by a mob tower"
      filename: nether.schematic
      # Nether schematics should generally use the schematic chest contents
      useDefaultChest: false
      # The partner to this schematic is the default island
      partnerSchematic: default
      # Schematics can include entities (mobs) in them and if pasteentities is true,
      # mobs will be pasted.
      pasteentities: true
      # Usephysics causes lava or water to flow after being pasted. Change to false
      # if it lags
      usephysics: true   
    # Additional heading names can be anything you like, but must be unique
    island1:
      # Credit to Antal1609 for this schematic!
      icon: SAND
      order: 2
      name: "&aÇift Ada"
      description: "&7Hayatta kalmak için diğer adaya ulaşmalısın."
      filename: double.schematic
      # Schematics can have biomes set when they are created
      biome: FLOWER_FOREST
      useDefaultChest: true
      # You can set the chest items here in this list
      # Material:Qty, or Material:Data:Qty
      #chestItems:
      #- MELON:1
      #- ICE:1
      # Your island companion. Overrides the default setting. If more than one is
      # listed, one will be chosen at random.
      # Options are: COW, PIG, SHEEP, CHICKEN, VILLAGER, HORSE, IRON_GOLEM, OCELOT,
      # RABBIT, WOLF or NOTHING. Default is COW.
      companion:
      - PIG
      # This is a list of names, picked at random that will apply to the companion
      # You can add more if you like. If none are listed, the companion will not be
      # named.
      companionnames:
      - "&7Sahibi: &6[player]"
      partnerSchematic: nether
      #permission: any.perm.you.like
    # New snowy schematic
    extrahard:
      icon: OBSIDIAN
      order: 3
      # Ski theme - a black diamond run is hard.
      name: "&aSiyah Elmas"
      description: "&7Burda hayatta kalmak kolay değil!"
      filename: harder.schematic
      biome: COLD_TAIGA
      useDefaultChest: false
      # Chest items can be defined here if useDefaultChest is true
      # Material:Qty, or Material:Data:Qty
      #chestItems:
      #- MELON:1
      #- ICE:1
      # Schematics that require water or lava to hover can prevent physics when pasting
      usephysics: false
      # Schematics may include entities (mobs) in them and if pasteentities is true,
      # mobs will be pasted.
      # Example: Setting this to true for this schematic will give a wolf.
      pasteentities: false
      partnerSchematic: nether
      #permission: any.perm.you.like
      # This optional block determines where the player will spawn. It must be unique in
      # the schematic and will be replaced by air when pasted.
      #spawnblock: SPONGE
 

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
tabii ki;
Kod:
#############################################################################
# Config for ASkyblock
# It is recommended that you check at least these settings:
#
# 1. island distance - the distance between islands. If upgrading set to what you had.
# 2. resetmoney (general section) - set to true so that everyone starts with nothing
# 3. islandLevel (general section) - the height you want your islands to float
# 4. protectionRange - how big a player's island is at the start
#
##############################################################################

##### Island Related Settings #####

island:
   # Space between islands in blocks - NEVER change this mid-game.
   # Values for a new world:
   # 400 - puts players distance enough that they usually cannot see each other
   # 200 - allows some expansion of the protected zone (recommended)
   # 110 - for compatibility with established worlds. Cozy.
   # 50 - minimum - not recommended
   # IF YOU ARE UPGRADING YOU MUST USE YOUR OLD VALUE EXACTLY, E.G., 110
   # OR RESET YOUR WORLD
   # Value must be an even number

   distance: 200

   # Default protection range (even number). Min = 0, Recommended = 100
   # Value must be at least 16 blocks less than the island distance unless you set
   # overridelimit: true below.
   # Use this permission to set for different groups: askyblock.island.range.<number>
   # Larger values will take longer to calculate the island level
   # Admins can change protection sizes for players individually using /asadmin setrange
   protectionRange: 100

   # If you want to have protection range = distance set the following to true.
   # It may result in incomplete deletion of islands. Not recommended, but not fatal.
   overridelimit: false

   # Start islands at these coordinates. This is where new islands will start in the
   # world. These must be a factor of your island distance, but the plugin will auto
   # calculate the closest location on the grid. Islands develop around this location
   # both positively and negatively in a square grid.
   # If none of this makes sense, leave it at 0,0.
   startx: 0
   startz: 0

   # Default max team size
   # Use this permission to set for specific user groups: askyblock.team.maxsize.<number>
   # Permission size cannot be less than the default.
   maxteamsize: 4

   # Items that will be in the chest when the player starts an island
   # Must be in Bukkit Materials format. Format is <Material>:<Qty>
   # or <Material>:<Data>:<Qty>
   # Use <Data> to set the durability of a item or to select sub-items/colors.
   # Format for POTION is POTION:<effect>:<qty> or POTION:<effect>:<type>:<qty>
   # <type> is EXTENDED, SPLASH or EXTENDEDSPLASH. Not all potions can be extended.
   # Check console for errors and guidance after reloading configuration
   # Schematics can override this - see schematicsection

   chestItems: 'ICE:2 MELON:1 TORCH:2 BONE:1 LAVA_BUCKET:1 PUMPKIN_SEEDS:1 SUGAR_CANE:1 RED_MUSHROOM:1 BROWN_MUSHROOM:1 CACTUS:1 BREAD:1 WHEAT:1 LEATHER_BOOTS:1 LEATHER_HELMET:1 LEATHER_CHESTPLATE:1 LEATHER_LEGGINGS:1'

   # Default island companion. Set schematic-specific companions in the schematicsection
   # Options are: COW, PIG, SHEEP, CHICKEN, VILLAGER, HORSE, IRON_GOLEM, OCELOT,
   # RABBIT, WOLF or NOTHING. Default is COW.

   companion: COW

   # Default list of names, picked at random that will apply to the companion
   # You can add more if you like. If none are listed, the companion will not be
   # named.
   # Set schematic-specific companion names in the schematicsection
   companionnames:
   - "&7Sahibi: &6[player]"

   # Island Protection Settings
   # PVP is allowed or not.
   allowPvP: false
   allowNetherPvP: false
   # Other players can break blocks or not or generally damage things
   allowbreakblocks: false
   # Other players can place blocks
   allowplaceblocks: false
   # Allow players to be able to sleep in beds not on their island
   allowbeduse: false
   # Allow players to use buckets, either fill or dump them
   allowbucketuse: false
   # Allow players to shear sheep
   allowshearing: false
   # Allow players to throw enderpearls and teleport
   allowenderpearls: false
   # Allow players to use doors or trapdoors. If a door is operated by a button or redstone, this does not count
   allowdooruse: false
   # Allow players to use levers or buttons
   allowleverbuttonuse: false
   # Allow players to trample crops
   allowcroptrample: false
   # Allow players to access chests of any kind, droppers, dispensers and hoppers
   allowchestaccess: false
   # Allow players to access furnaces
   allowfurnaceuse: false
   # Allow players to adjust diodes or comparators
   allowredstone: false
   # Allow players to use jukeboxes, eject discs and hit note blocks
   allowmusic: false
   # Allow players to use crafting benches
   allowcrafting: true
   # Allow players to use cauldrons and brewing stands
   allowbrewing: false
   # Allow gates to be used
   allowgateuse: false
   # Allow friendly mobs to be hurt (cows etc.)
   allowhurtmobs: false
   # Allow monsters to be hurt (creepers,slimes, etc.)
   # Don't change this to false unless you accept that island visitors will not be
   # able to defend themselves!
   allowhurtmonsters: true
   # Allow Enderman Griefing (default is to allow, see next setting)
   allowendermangriefing: true
   # Make enderman drop the block he is holding if he dies (recommended)
   endermandeathdrop: true
   # Allow creeper explosion damage to block (explosion still hurts)
   allowcreeperdamage: true
   # Allow visitors to use creeper explosions to grief islands
   allowcreepergriefing: false
   # Allow TNT damage to blocks (stops players using TNT to destroy other's islands)
   allowtntdamage: false
   # Allow spawn egg use
   allowspawneggs: true
   # Allow animal breeding by visitors
   allowbreeding: false
   # Allow use of Flint & Steel by visitors
   allowfire: false
   # Allow fire spread (global - not just for visitors)
   allowfirespread: false
   # Allow chests to be blown up by creepers or TNT
   allowchestdamage: false
   # Allow leash use
   allowleashuse: false
   # Allow use of enchanting tables
   allowenchanting: true
   # Allow anvil use by visitors
   allowanviluse: true
   # Allow item drop by visitors
   allowvisitoritemdrop: true
   # Allow item pickup by visitors
   allowvisitoritempickup: true
   # Allow visitors to keep their items if they die
   allowvisitorkeepinvondeath: false
   # Allow armor stand use by visitors
   allowarmorstanduse: false
   # Allow beacon use by visitors
   allowbeaconaccess: false
   # Allow portal use by visitors
   allowportaluse: true

# General Settings
general:
   # Check for updates - this will tell Ops and the console if there is a new
   # version available. It contacts dev.bukkit.org to request the latest version
   # info. It does not download the latest version or change any files
   checkupdates: true

   # Sea level height (don't changes this mid-game unless you delete the world)
   # Minimum is 0, which means you are playing sky block!
   # If sea level is less than about 10, then players will drop right through it
   # if it exists. Makes for an interesting variation on sky block.
   sealevel: 0

   # Island level - the height of the island.
   # Height should not be lower than sea level, but can be if you have an
   # island schematic that supports it
   # Lowest level is 5
   islandlevel: 120

   # Name of the world - if it does not exist then it will be generated
   worldName: ASkyBlock

   # Use the control panel as the default display for /island
   # /island will always create an island if one does not exist
   # If the control panel is not used, then /island will teleport the player home
   usecontrolpanel: true

   # Create Nether - if this is false, the nether world will not be made and access to
   # AcidIsland control of the nether will not occur. Other plugins may still enable
   # portal usage.
   # Note: Some challenges will not be possible if there is no nether.
   # Note that in AcidIsland, all players arrive at the same portal and entering a
   # portal will return them back to their islands.
   createnether: true

   # New island-style nether. Change to false for standard nether
   newnether: true
   # Nether trees are made if a player grows a tree in the new nether (gravel and glowstone)
   nethertrees: true

   #How long a player must wait before they can reset their island again in second
   resetwait: 300

   #The number of seconds to wait for confirmation of a reset
   resetconfirmwait: 10

   #How long a player must wait until they can rejoin a team island after being
   #kicked in minutes. This slows the effectiveness of players repeating challenges
   #by repetitively being invited to a team island.
   invitewait: 60

   # Use new level calculation (super speedy). Set to false if you want the old
   # method (slower).
   fastlevelcalc: true
 
   # Island level calculation cool down in seconds
   levelwait: 60

   # Calculate level on login
   # If true, the plugin will run the level command for the player when they login
   # If the command is busy, it will fail silently
   loginlevel: false

   #How many resets a player is allowed (override with /asadmin clearreset <player>
   #Value of -1 means unlimited, 0 means hardcore - no resets.
   #Example, 2 resets means they get 2 resets or 3 islands lifetime
   resetlimit: 2

   #Commands to run when the player resets their island (uncomment and customize)
   # [player] is the player name of who is reseting
   resetcommands:
   #- kit tools [player]
   #- some other command

   # Commands to execute when player leaves a team, either by leaving or being kicked
   # Commands will execute even if the player is offline, so may cause errors in
   # the console if the commands doesn't make sense
   leavecommands:
   #- kit tools [player]
   #- some other command

   # Commands to execute when a player starts a new island for the first time - NOT a reset
   startcommands:
   #- asadmin lock [player]
   #- some other command

   # Visitor banned commands: Visitors to islands cannot use these commands
   visitorbannedcommands:
   - spawner
   - spawnmob

   # Ops receive damage from acid (Set to true if you want Ops to play properly)
   damageops: false

   # Acid damage to player per second by being in acid if they have no armor on.
   # A fully health player has 20 health points. Players will regen some health
   # so the default will give players about 3 seconds to get out the acid
   # 0 = no damage, 10 = default damage, 20 = instant death
   aciddamage: 0
   # Damage that monsters will experience.
   mobaciddamage: 0
   # Damage that rain does.
   raindamage: 0
   # Damage that animals will experience in acid.
   animaldamage: 0
   # Damage chickens in acid - true or false - chickens tend to go swimming...
   damagechickens: false

   # Damage type to apply in addition to acid damage
   # Types can be : SLOW, SLOW_DIGGING, CONFUSION,BLINDNESS, HUNGER, WEAKNESS and POISON
   # If you just want these to act, then make the acid damage 0 above
   # Note - these are potion effects and so can be cured by milk
   damagetype:
   #-confusion
 
   # Removing mobs - this kills all monsters in the vicinity. Benefit is that it helps
   # players return to their island if the island has been overrun by monsters
   # Con is that it kills any mob grinders
   # Remove mobs when logging in
   loginremovemobs: true

   # Remove mobs when /island.
   islandremovemobs: false
 
   mobwhitelist:

   # Sets the limit for number of monsters that can spawn in a chunk in this world.
   # Note: this does not limit the number of monsters, just how many spawn naturally.
   # Note: If set to a negative number the world will use the server-wide spawn limit instead.
   # Max is 100
   monsterspawnlimit: 70
 
   # Sets the limit for number of animals that can spawn in a chunk in this world.
   # Note: If set to a negative number the world will use the server-wide spawn limit instead.
   # Max is 100
   animalspawnlimit: 15
 
   # Animal breeding limits - if this is set to more than 0, then players will not be able
   # to breed more animals than that number on their island. A value of zero means no
   # limit. Note that animals will not be killed or reduced to this limit.
   # This WILL affect mobspawn blocks AND spawn egg use. Note that hearts will
   # still appear, but breeding will not happen.
   breedinglimit: 0

   # Villager limit - this is per team player, so an island of 4 will have 4x this number
   # Note that 10 villagers minimum are required to create an iron farm. Zero is unlimited.
   villagerlimit: 0
 
   # Hopper limit - max number of island hoppers. If exceeded, players will not be able
   # to place a hopper block. Zero is unlimited. Excessive hoppers can add to lag.
   hopperlimit: 0

   # Sets the limit for number of water animals [squid] that can spawn in a chunk in this world.
   # Note: If set to a negative number the world will use the server-wide spawn limit instead.
   # Max is 100
   wateranimalspawnlimit: 15

   # Islands below this level will be removed if they are abandoned and admins issue the purge command
   abandonedislandlevel: 10


   ##### Economy ######
   # Use economy or not. If true, an economy plugin is required. If false,
   # no money is used or give and the mini-shop is disabled.
   # If there is no economy plugin present anyway, money will be automatically
   # disabled.
   useeconomy: true

   # Reset Money - if this is true, will reset the player's money to
   # the starting money (see below) when they start an island or reset
   # Recommendation is that this is set to true, but if you run multi-worlds
   # make sure your economy handles multi-worlds too.
   resetmoney: false

   # Starting money - this is how much money new players will have as their
   # balance at the start of an island.
   startingmoney: 10.00

   # Reset Challenges - if this is true, player's challenges will reset when they
   # reset an island
   resetchallenges: false

   # Reset inventory - if true, the player's inventory will be cleared when they start
   # or restart and island. Default is true.
   # Note: if you have MultiInv running or a similar inventory control plugin, that
   # plugin may still reset the inventory when the world changes.
   resetinventory: false

   # Reset Ender Chest - if true, the player's Ender Chest will be cleared when they
   # start or restart their island. Default is false.
   # NOTE: Ender Chests span worlds, so it will clear ALL chests. In general,
   # Enderchests should not be allowed in ASkyblock unless you only run the ASkyblock
   # world. Ender Chest crafting and use is governed by the askyblock.craft.enderchest
   # permission.
   resetenderchest: false

   # Nether spawn protection radius - this is the distance around the nether spawn
   # that will be protected from player interaction (breaking blocks, pouring lava etc.)
   # Minimum is 0 (not recommended), maximum is 100. Default is 25.
   # Only applies to standard nether.
   netherspawnradius: 25

   # Broadcast 1st time challenge completion messages to all players.
   # Change to false if the spam becomes too much.
   broadcastmessages: true

   # Allow /island teleport when falling. If set to false, all teleporting is
   # disabled until death from the void or until you hit something.
   # See commands that this will block too
   allowfallingteleport: true
   blockingcommands:
   - home
   #- anotherCommand
   #- andAnotherOne

   # Remove non-repeatable challenges from the challenge GUI when complete
   removecompleteonetimechallenges: false

   # Add enchanted glow to completed challenges (does not work with all clients)
   # Also currently adds an "enchanted" line of text...
   addcompletedglow: true

   # Use physics when pasting schematic blocks. If this is false, then blocks
   # like water will not flow from the schematic
   # Set schematic-specific options in the schematicsection
   usephysics: false
 
   # Default maximum number of homes a player can have. Min = 1
   # Accessed via sethome <number> or go <number>
   # Use this permission to set for specific user groups: askyblock.island.maxhomes.<number>
   maxhomes: 1

   # Make island if player teleports to the island world and does not have one
   makeislandifnone: false

   # Immediately teleport player to their island (home 1 if it exists) when
   # entering the world
   immediateteleport: false

   # Have player's respawn on their island if they die
   respawnonisland: false

   # Team Chat
   # This enables player to set is so their chat goes to their team mates only
   # using the /island teamchat command.
   # The prefix [Team Chat] that goes in front of team chats is in the locale files
   teamchat: true

   # Use the variable "{ISLAND_LEVEL}" in chat prefixes in other plugins and it will
   # be replaced by the player's island level.
   # Confirmed to work with Essentials Chat, Multiverse Core and Herochat.
 
   # Restrict Wither
   # This allows the Wither to only damage the island where it is spawned.
   # Damage to any islands or players will not occur.
   # This prevents griefing-by-wither.
   restrictwither: true
 
   # Warp panel - GUI for welcome warp signs. If set to false, old-style
   # text will be used
   usewarppanel: true
 
   # Mute death messages
   mutedeathmessages: false
 
   # Config.yml version. DO NOT EDIT. This number only changes if the latest
   # plugin config has been updated. If a new config is detected, it will be
   # auto-saved to config.new.yml.
   version: 2.9.5

# Spawn protection options - different to regular islands
spawn:
  # The following are recommended to be true at spawn
  allowdooruse: true
  allowleverbuttonuse: true
  allowchestaccess: true
  allowfurnaceuse: true
  allowmusic: true
  allowcrafting: true
  allowbrewing: true
  allowgateuse: true
  allowanimalspawn: true
  allowmobkilling: true
  allowenchanting: true
  allowanviluse: true

  # The following are recommended to be false at spawn, but you can change
  allowbreakblocks: false
  allowplaceblocks: false
  allowredstone: false
  allowanimalkilling: false
  allowmobspawn: false
  allowbeaconaccess: false
  allowspawneggs: false
  alloweggs: false
  # The following stops water above sea level from being acid at spawn if acid is active
  allowspawnnoacidwater: false
  allowPVP: false
  allowmilking: false
  allowlavacollection: false
  allowwatercollection: false

# This section contains the biomes that can be bought or used
biomesettings:
  # The default cost for changing biome. Can be over-ridden by the Biome settings
  # Default is 100 if this is not set. Cannot be <0.
  defaultcost: 100

  # Default biome - what every player will start with. Default is PLAINS. See below
  # for other options
  defaultbiome: PLAINS

# List of biomes and their settings.
# Cost - cost in currency to change to that biome
# permission - the permission required to use that biome
# If the biome is not listed, it is not available
# icon = icon used in control panel
# friendlyname = A friendly name for the biome. If it does not exist, the official
# biome name will be used with pretty formatting. Mostly this is just used to convert
# Hell to Nether
# description = a description of the biome and what it gives the player
# remove ice/water/snow - will be done once when the biome is made

biomes:
  COLD_TAIGA:
    icon: SAPLING
    description: "Karlı ve soğuk"
    # Perms can be any string you like!
    #permission: any.perm.you.want
  DESERT:
    icon: DEAD_BUSH
    description: "Kuru ve çöl"
    #permission: any.perm.you.want
  FLOWER_FOREST:
    icon: RED_ROSE
    description: "Çiçekler"
    #permission: any.perm.you.want
  HELL:
    icon: LAVA_BUCKET
    cost: 1000
    # Note, this permission can be anything you like
    permission: askyblock.biomes.hell
    friendlyname: Nether
    description: "Cehennem!"
    #permission: any.perm.you.want
  JUNGLE:
    icon: VINE
    description: "Yemyeşil orman"
    #permission: any.perm.you.want
  MUSHROOM_ISLAND:
    icon: RED_MUSHROOM
    # Note, this permission can be anything you like
    permission: askyblock.biomes.mushoom_island
    description: "Mantar adası"
  PLAINS:
    icon: GRASS
    description: Düz ova
    cost: 0
    #permission: any.perm.you.want
  SWAMPLAND:
    icon: WATER_LILY
    description: "Bataklık"
    #permission: any.perm.you.want
  MESA:
    icon: HARD_CLAY
    description: "Kuru çöl"
    #permission: any.perm.you.want
    cost: 500
  SAVANNA:
    icon: LONG_GRASS
    description: "Düz ve kuru"
    #permission: any.perm.you.want
  ROOFED_FOREST:
    icon: LOG
    description: "Kara orman"
    #permission: any.perm.you.want

schematicsection:
   # All schematics should be put in the schematics folder

   # Schematic panel - if more than one schematic is available to the player
   # Show a panel to choose. If this is false, no panel is shown and the starter
   # island is picked by permission. If a player has more than one permission
   # the island selected is undefined - the plugin will pick one.
   # Permissions are taken from the below schematics section even if the GUI is
   # not used.
  useschematicspanel: true

   # Random island, only apply when useschematicspanel is false - if set to false
   # the plugin will choose the first island it found with the user permissions
   # to generate a new island. If set to true, the plugin will generate an island
   # randomly from the list of all islands available to the player.
  chooseislandrandomly: false

  # This section lists all the schematics available
  # You can add or remove from this list. If this section is missing, only the default
  # island works.
  schematics:
    # default heading is required
    default:
      # Icon - if this is missing or wrong, it will be a MAP
      icon: DIRT
      # Order of preference in listing
      order: 1
      # Short name - color codes with & okay
      name: "&aKlasik Ada"
      # Longer description. Use | for new lines. Color codes okay.
      description: "&7Klasik SkyBlock adası!"
      # Filename of the schematic in the schematic folder
      filename: island.schematic
      # Use default chest if true, or use schematic chest contents if false
      useDefaultChest: true
      # Which schematic will be used in the opposite world if newnether:true
      # If there is no partner, this island will be used
      partnerSchematic: nether
    # This is the default nether island - do not remove this section!
    nether:
      # Hide or show this schematic to players in the GUI
      show: false
      icon: NETHERRACK
      # If the biome is HELL it is assumed this island goes in the Nether
      biome: HELL
      name: "NetherBlock Island"
      description: "An island in the nether|overlooked by a mob tower"
      filename: nether.schematic
      # Nether schematics should generally use the schematic chest contents
      useDefaultChest: false
      # The partner to this schematic is the default island
      partnerSchematic: default
      # Schematics can include entities (mobs) in them and if pasteentities is true,
      # mobs will be pasted.
      pasteentities: true
      # Usephysics causes lava or water to flow after being pasted. Change to false
      # if it lags
      usephysics: true  
    # Additional heading names can be anything you like, but must be unique
    island1:
      # Credit to Antal1609 for this schematic!
      icon: SAND
      order: 2
      name: "&aÇift Ada"
      description: "&7Hayatta kalmak için diğer adaya ulaşmalısın."
      filename: double.schematic
      # Schematics can have biomes set when they are created
      biome: FLOWER_FOREST
      useDefaultChest: true
      # You can set the chest items here in this list
      # Material:Qty, or Material:Data:Qty
      #chestItems:
      #- MELON:1
      #- ICE:1
      # Your island companion. Overrides the default setting. If more than one is
      # listed, one will be chosen at random.
      # Options are: COW, PIG, SHEEP, CHICKEN, VILLAGER, HORSE, IRON_GOLEM, OCELOT,
      # RABBIT, WOLF or NOTHING. Default is COW.
      companion:
      - PIG
      # This is a list of names, picked at random that will apply to the companion
      # You can add more if you like. If none are listed, the companion will not be
      # named.
      companionnames:
      - "&7Sahibi: &6[player]"
      partnerSchematic: nether
      #permission: any.perm.you.like
    # New snowy schematic
    extrahard:
      icon: OBSIDIAN
      order: 3
      # Ski theme - a black diamond run is hard.
      name: "&aSiyah Elmas"
      description: "&7Burda hayatta kalmak kolay değil!"
      filename: harder.schematic
      biome: COLD_TAIGA
      useDefaultChest: false
      # Chest items can be defined here if useDefaultChest is true
      # Material:Qty, or Material:Data:Qty
      #chestItems:
      #- MELON:1
      #- ICE:1
      # Schematics that require water or lava to hover can prevent physics when pasting
      usephysics: false
      # Schematics may include entities (mobs) in them and if pasteentities is true,
      # mobs will be pasted.
      # Example: Setting this to true for this schematic will give a wolf.
      pasteentities: false
      partnerSchematic: nether
      #permission: any.perm.you.like
      # This optional block determines where the player will spawn. It must be unique in
      # the schematic and will be replaced by air when pasted.
      #spawnblock: SPONGE

Sorun configdedir diye düşünmüştüm de sorun Challenges'da sanırım.
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.


Attığın hatayı burada diyor.

Challenges.yml'yi atabilirmisin? Challanges.yml'de herhangi bir değişklik, türkçeleştirme v.s yaptın mı? Sunucu sürümün ve ASkyBlock sürümünüde atarsan yardımcı olmaya çalışırım.
 

Renacr

Zombi Katili
En iyi cevaplar
0
Sorun configdedir diye düşünmüştüm de sorun Challenges'da sanırım.
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.


Attığın hatayı burada diyor.

Challenges.yml'yi atabilirmisin? Challanges.yml'de herhangi bir değişklik, türkçeleştirme v.s yaptın mı? Sunucu sürümün ve ASkyBlock sürümünüde atarsan yardımcı olmaya çalışırım.
Evet Challenges de çok düzenleme yaptım.Skygod görevlerini falan eklemiştim.

Kod:
##########################################################################################
# Challenges
# Rewards and required items have to be described using Bukkit Materials
# and be exactly correct
# Do not use Type Id's - they will not work
# Challenges can be one of three types - inventory, island or level.
# inventory - means the player must have the items on them
# island - means the items have to be on the island and within 10 blocks of the player
#          entities are also supported, e.g., COW.
# level - means the island level has to be equal or over this amount
# Challenges can be repeatable only if they are inventory challenges
# permissions can be given as a reward
#
# Reward Commands - commands can be run when a challenge is completed and repeated
# Commands are:
#    rewardcommands:
#      - command1
#      - command2
#    repeatrewardcommands:
#      - command1
#      - command2     
# The commands are listed and run in order. Do not put a / in front of the command.
# The token [player] will be replaced with the player's name.
# Example:
#    rewardcommands:
#      - pex promote [player]
#      - heal [player]
#      - warp winner_circle [player]
# If a command fails, it will be noted in the console.
##########################################################################################

challenges:
  # Challenge levels - list as many as you like
  levels: 'Acemi Tecrubeli Uzman Gelismis Harika'
  # The number of undone tasks that can be left on a level before revealing next level
  waiveramount: 1
  # Challenge list
  # Challenge names must be in lowercase.
  challengeList:
    cobblemaker:
      friendlyname: 'Kiriktas makinesi'
      description: 'Kiristas jeneratorunde 64 kiriktas kas.'
      icon: COBBLESTONE
      level: 'Acemi'
      type: inventory
      requiredItems: 'COBBLESTONE:64'
      takeItems: true
      itemReward: 'LEATHER:4'
      permissionReward: ''
      rewardText: '4 deri'
      moneyReward: 15
      expReward: 30
      repeatable: true
      repeatItemReward: 'LEATHER:1'
      repeatRewardText: '1 deri'
      repeatMoneyReward: 5
      repeatExpReward: 10
    applemaker:
      friendlyname: 'Elmaci'
      description: '16 adet elma topla.'
      icon: APPLE
      level: 'Acemi'
      type: inventory
      requiredItems: 'APPLE:16'
      takeItems: true
      itemReward: 'SAPLING:0:3 SAPLING:1:3 SAPLING:2:3 SAPLING:3:3'
      permissionReward: ''
      rewardText: 'Tum fidanlardan 3er tane'
      moneyReward: 15
      expReward: 30
      repeatable: true
      repeatItemReward: 'SAPLING:0:1 SAPLING:1:1 SAPLING:2:1 SAPLING:3:1'
      repeatRewardText: 'Tum fidanlardan 1er tane'
      repeatMoneyReward: 5
      repeatExpReward: 10
    breadmaker:
      friendlyname: 'Ekmek makinesi'
      description: '21 ekmek yap!'
      icon: BREAD
      level: 'Acemi'
      type: inventory
      requiredItems: 'BREAD:21'
      takeItems: true
      itemReward: 'DIRT:5'
      rewardText: '5 toprak'
      moneyReward: 30
      expReward: 60
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIRT:1'
      repeatRewardText: '1 toprak'
      repeatMoneyReward: 10
      repeatExpReward: 20
    dyemaker:
      friendlyname: 'Boya makinesi'
      description: '32 adet kaktus yesili boya yap'
      icon: INK_SACK:2
      level: 'Acemi'
      type: inventory
      requiredItems: 'INK_SACK:2:32'
      takeItems: true
      itemReward: 'SAND:5'
      rewardText: '5 kum'
      moneyReward: 50
      expReward: 75
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'SAND:1'
      repeatRewardText: '1 kum'
      repeatMoneyReward: 20
      repeatExpReward: 20
    papermaker:
      friendlyname: 'Kagit makinesi'
      description: '21 adet kagit yap'
      icon: PAPER
      level: 'Acemi'
      type: inventory
      requiredItems: 'PAPER:21'
      takeItems: true
      itemReward: 'DIRT:5 CLAY:15'
      rewardText: '5 toprak ve 15 kil blogu'
      moneyReward: 50
      expReward: 50
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'CLAY:2'
      repeatRewardText: '2 kil blogu'
      repeatMoneyReward: 20
      repeatExpReward: 20
    glassmaker:
      friendlyname: 'Cam makinesi'
      description: '1 adet cam blogu olustur'
      icon: GLASS
      level: 'Acemi'
      type: inventory
      requiredItems: 'GLASS:1'
      takeItems: true
      itemReward: 'ICE:1'
      rewardText: '1 buz blogu'
      #rewardcommands:
      moneyReward: 10
      expReward: 30
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'ICE:1'
      repeatRewardText: '1 buz blogu'
      repeatMoneyReward: 5
      repeatExpReward: 10
      #repeatrewardcommands:
    seedbank:
      friendlyname: 'Tohum bankasi'
      description: '64 karpuz tohumu, 64 balkabagi tohumu, 64 bugday tohumu topla!'
      icon: PUMPKIN_SEEDS
      level: 'Acemi'
      type: inventory
      requiredItems: 'MELON_SEEDS:64 PUMPKIN_SEEDS:64 SEEDS:64'
      takeItems: true
      itemReward: 'DIRT:5 VINE:20'
      rewardText: '5 toprak 20 sarmasik'
      moneyReward: 75
      expReward: 75
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIRT:2 VINE:20'
      repeatRewardText: '2 toprak 20 sarmasik'
      repeatMoneyReward: 20
      repeatExpReward: 20
    stewmaker:
      friendlyname: 'Guvec makinesi'
      description: '18 kase mantar corbasi yap'
      icon: MUSHROOM_SOUP
      level: 'Acemi'
      type: inventory
      requiredItems: 'MUSHROOM_SOUP:18'
      takeItems: true
      itemReward: 'MYCEL:2'
      rewardText: '2 miselyum blok'
      moneyReward: 40
      expReward: 40
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'MYCEL:1'
      repeatRewardText: '1 miselyum blok'
      repeatMoneyReward: 10
      repeatExpReward: 15
    builder:
      friendlyname: 'Insaatci'
      description: 'Adani 10 level yap!(/island level).'
      icon: WOOD
      level: 'Acemi'
      type: level
      requiredItems: 10
      takeItems: false
      itemReward: 'IRON_PICKAXE:1 DIRT:5'
      rewardText: '1 demir kazma,1 toprak,1 sunger'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    grinder:
      description: '64 curuk et, 32 kemik, 32 ip, 32 ok, 16 barut, 5 orumcek gozu topla!'
      icon: BONE
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'ROTTEN_FLESH:64 STRING:32 SULPHUR:16 ARROW:32 BONE:32 SPIDER_EYE:5'
      takeItems: true
      itemReward: 'REDSTONE:16 IRON_ORE:5 FLINT:1 POTION:WATER_BREATHING:1 POTION:NIGHT_VISION:1'
      rewardText: '16 redstone,5 demir cevheri,1 cakmaktasi,1 su altinda nefes iksiri,1 gece gorus iksiri '
      moneyReward: 150
      expReward: 150
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:2 IRON_ORE:1 FLINT:1 POTION:WATER_BREATHING:1'
      repeatRewardText: '2 redstone,1 demir cevheri, 1 cakmaktasi, 1 su altında nefes iksiri'
      repeatMoneyReward: 25
      repeatExpReward: 25
    farmer:
      description: 'Bunlardan 64 adet topla: bugday, seker, karpuz, havuc, patates, balkabagi'
      icon: WHEAT
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'WHEAT:64 SUGAR:64 MELON:64 CARROT_ITEM:64 POTATO_ITEM:64 PUMPKIN:64'
      takeItems: true
      itemReward: 'REDSTONE:16 INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1 MONSTER_EGG:93:1'
      rewardText: '16 redstone,1 kakao, tavuk,inek,domuz yumurtasi'
      moneyReward: 125
      expReward: 125
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1 MONSTER_EGG:93:1'
      repeatRewardText: '1 kakao, inek,tavuk,domuz yumurtasi'
      repeatMoneyReward: 50
      repeatExpReward: 50
    angler:
      friendlyname: 'Balikci'
      description: '10 adet balik tut ve pisir'
      icon: COOKED_FISH
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'COOKED_FISH:10'
      takeItems: true
      itemReward: 'REDSTONE:16 IRON_ORE:5 INK_SACK:5'
      rewardText: '16 redstone, 5 demir cevheri, 5 boya)'
      moneyReward: 75
      expReward: 75
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:2 IRON_ORE:1 INK_SACK:1'
      repeatRewardText: '2 redstone, 1 demir cevheri, 1 boya'
      repeatMoneyReward: 15
      repeatExpReward: 15
    treecutter:
      friendlyname: 'Oduncu'
      description: 'Agac ciftligi olustur ve sunlardan 16 adet topla: 16 mese, hus, orman, ve ladin'
      icon: LOG
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'LOG:0:16 LOG:1:16 LOG:2:16 LOG:3:16'
      takeItems: true
      itemReward: 'REDSTONE:16 IRON_ORE:5 MONSTER_EGG:95:1'
      rewardText: '16 redstone, 5 demir cevheri, kurt yumurtasi'
      moneyReward: 50
      expReward: 50
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:2 IRON_ORE:1'
      repeatRewardText: '2 redstone, 1 demir cevheri'
      repeatMoneyReward: 10
      repeatExpReward: 10
    cookiemaker:
      friendlyname: 'Kurabiye makinasi'
      description: '128 kurabiye ve sut kovasi yap'
      icon: COOKIE
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'MILK_BUCKET:1 COOKIE:128'
      takeItems: true
      itemReward: 'REDSTONE:16 IRON_ORE:5'
      rewardText: '16 redstone, 5 demir cevheri'
      moneyReward: 90
      expReward: 90
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:2 IRON_ORE:1'
      repeatRewardText: '2 redstone, 1 demir cevheri'
      repeatMoneyReward: 10
      repeatExpReward: 10
    craftsman:
      friendlyname: 'Usta'
      description: 'Adani 75 level yap (/island level).'
      icon: IRON_BLOCK
      level: 'Tecrubeli'
      type: level
      requiredItems: 75
      takeItems: false
      itemReward: 'OBSIDIAN:10'
      rewardText: '10 obsidyan'
      moneyReward: 250
      expReward: 250
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    homestead:
      friendlyname: 'Toprak parcasi'
      description: 'Bir ev yap icinde sunlar olsun : 1 tahta kapi, yatak, kitaplik, calisma masasi, firin, cam blok pencere ve mesela.'
      icon: BED
      level: 'Tecrubeli'
      type: island
      requiredItems: 'BED_BLOCK:1 WORKBENCH:1 GLASS:1 WOODEN_DOOR:1 FURNACE:1 BOOKSHELF:1 TORCH:1'
      takeItems: false
      itemReward: 'JUKEBOX:1 RECORD_12:1 LAPIS_BLOCK:10'
      rewardText: '1 muzik kutusu,1 disk,10 lapis blok'
      moneyReward: 150
      expReward: 150
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    enderpearls:
      friendlyname: 'Ender incisi'
      description: 'Endermanlardan 15 enderpearl topla!'
      icon: ENDER_PEARL
      level: 'Uzman'
      type: inventory
      requiredItems: 'ENDER_PEARL:15'
      takeItems: true
      itemReward: 'GOLD_INGOT:5 BLAZE_ROD:1'
      rewardText: '5 altin kulcesi, 1 blaze rod'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'GOLD_INGOT:1 BLAZE_ROD:1'
      repeatRewardText: '1 altin kulcesi,1 blaze rod'
      repeatMoneyReward: 15
      repeatExpReward: 15
    slimeballfarmer:
      friendlyname: 'Balcik topu makinasi'
      description: '40 balcik topu topla'
      icon: SLIME_BALL
      level: 'Uzman'
      type: inventory
      requiredItems: 'SLIME_BALL:40'
      takeItems: true
      itemReward: 'GOLD_INGOT:5 IRON_ORE:5'
      rewardText: '5 altin kulcesi, 5 demir cevher,'
      moneyReward: 150
      expReward: 150
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:8'
      repeatRewardText: '8 redstone'
      repeatMoneyReward: 25
      repeatExpReward: 25
    baker:
      friendlyname: 'Firinci'
      description: '5 kek ve 5 turta pisir'
      icon: CAKE
      level: 'Uzman'
      type: inventory
      requiredItems: 'CAKE:5 PUMPKIN_PIE:5'
      takeItems: true
      itemReward: 'GOLD_INGOT:5 DIAMOND:1'
      rewardText: '5 altin kulcesi, 1 elmas'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'IRON_ORE:1'
      repeatRewardText: '1 demir cevheri'
      repeatMoneyReward: 15
      repeatExpReward: 15
    pioneer:
      friendlyname: 'Oncu'
      description: '64 cehennem tasi 16 ruh kumu ve 1 ghast gozyasi topla'
      icon: MAP
      level: 'Uzman'
      type: inventory
      requiredItems: 'NETHERRACK:64 SOUL_SAND:16 GHAST_TEAR:1'
      takeItems: true
      itemReward: 'POWERED_RAIL:32 RAILS:256 DIAMOND:1 MONSTER_EGG:98:1'
      rewardText: '32 guclendirilmis ray,256 normal ray,ocelot yumurtasi,1 elmas'
      moneyReward: 250
      expReward: 250
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'IRON_ORE:1'
      repeatRewardText: '1 demir cevheri'
      repeatMoneyReward: 50
      repeatExpReward: 50
    mason:
      friendlyname: 'Usta insaatci'
      description: 'Adani 150 level yap (/island level).'
      icon: GOLD_BLOCK
      level: 'Uzman'
      type: level
      requiredItems: 150
      takeItems: false
      itemReward: 'DIAMOND:1 DIRT:20 GOLD_BLOCK:2'
      rewardText: '1 elmas,20 toprak,2 altin blogu'
      moneyReward: 500
      expReward: 500
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    shepherd:
      friendlyname: 'Coban'
      description: 'Her renk yunden 5 adet topla'
      icon: WOOL:2
      level: 'Gelismis'
      type: inventory
      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'
      takeItems: true
      itemReward: 'DIAMOND:2 RECORD_7:1 RECORD_8:1 RECORD_6:1 MONSTER_EGG:91:1 EMERALD:5'
      rewardText: '2 elmas,3 muzik diski,koyun yumurtasi(1), 5 zumrut'
      moneyReward: 250
      expReward: 250
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'EMERALD:1 MONSTER_EGG:91:1'
      repeatRewardText: '1 zumrut,koyun yumurtasi'
      repeatMoneyReward: 30
      repeatExpReward: 30
    alchemist:
      friendlyname: 'Simyager'
      description: 'Sunlari yap : 1 kazan, 32 nether wart, 8 blaze tozu, 8 parlayan karpuz'
      icon: BREWING_STAND_ITEM
      level: 'Gelismis'
      type: inventory
      requiredItems: 'CAULDRON_ITEM:0:1 NETHER_STALK:0:32 BLAZE_POWDER:0:8 SPECKLED_MELON:0:8'
      takeItems: true
      itemReward: 'ENCHANTMENT_TABLE:1'
      rewardText: 'Buyu masasi'
      moneyReward: 250
      expReward: 250
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIAMOND:1'
      repeatRewardText: '1 elmas'
      repeatMoneyReward: 25
      repeatExpReward: 25
    dj:
      friendlyname: 'DJ'
      description: 'Müzik kutusu yap ve muzik disklerini topla'
      icon: RECORD_5
      level: 'Gelismis'
      type: inventory
      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'
      takeItems: true
      itemReward: 'DIAMOND:3 EMERALD:10 GOLD_INGOT:5'
      rewardText: '3 elmas,10 zumrut,5 altin kulcesi'
      moneyReward: 400
      expReward: 400
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIAMOND:1 EMERALD:5 GOLD_INGOT:2'
      repeatRewardText: '1 elmas, 5 zumrut, 2 altin kulcesi'
      repeatMoneyReward: 75
      repeatExpReward: 75
    gemcollector:
      friendlyname: 'Kuyumcu'
      description: '50 zumrut topla'
      icon: EMERALD
      level: 'Gelismis'
      type: inventory
      requiredItems: 'EMERALD:50'
      takeItems: true
      itemReward: 'DIAMOND:10'
      rewardText: '10 elmas'
      moneyReward: 1500
      expReward: 3000
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'GOLD_INGOT:2'
      repeatRewardText: '2 altin kulcesi'
      repeatMoneyReward: 500
      repeatExpReward: 1000
    culinaryartist:
      friendlyname: 'Mutfak sanatcisi'
      description: '1 pismis patates, 1 ekmek, 1 kek, 1 pismis tavuk, 1 pismis balik, 1 pismis domuz eti, 1 kurabiye, 1 golden apple (enchsiz), 1 altin havuc, 1 guvec, 1 turta, 1 biftek'
      icon: GOLDEN_APPLE
      level: 'Gelismis'
      type: inventory
      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'
      takeItems: true
      itemReward: 'GOLD_BLOCK:2 GREEN_RECORD:1 RECORD_3:1 RECORD_5:1 MONSTER_EGG:96:1 EMERALD:5'
      rewardText: '2 altin blok,2 muzik diski, moosrom yumurtasi,5 zumrut'
      moneyReward: 2000
      expReward: 3000
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'GOLD_INGOT:10 MONSTER_EGG:96:1 EMERALD:1'
      repeatRewardText: '10 altin kulcesi,moosrom yumurtasi,1 zumrut'
      repeatMoneyReward: 500
      repeatExpReward: 1000
    beaconator:
      friendlyname: 'Zengin'
      description: '16 Gold block topla!'
      icon: GOLD_BLOCK
      level: 'Gelismis'
      type: inventory
      requiredItems: 'GOLD_BLOCK:16'
      takeItems: true
      itemReward: 'DIAMOND_BLOCK:2'
      rewardText: '2 Elmas blok'
      moneyReward: 5000
      expReward: 5000
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIAMOND:1'
      repeatRewardText: '1 elmas'
      repeatMoneyReward: 500
      repeatExpReward: 500
    ittakesavillage:
      friendlyname: 'Lider'
      description: '10 koylu topla!'
      icon: STONE
      level: 'Gelismis'
      type: island
      requiredItems: 'VILLAGER:10'
      takeItems: false
      itemReward: 'HOPPER:4'
      rewardText: '4 huni'
      moneyReward: 1000
      expReward: 1500
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    myprecious:
      friendlyname: 'Koruma'
      description: 'Iron golem yap'
      icon: NAME_TAG
      level: 'Gelismis'
      type: island
      requiredItems: 'IRON_GOLEM:1'
      takeItems: false
      itemReward: 'NAME_TAG:1 ANVIL:1 CAULDRON:1 IRON_BLOCK:2'
      rewardText: '1 name tag,1 ors,1 kazan,2 demir blok'
      moneyReward: 1500
      expReward: 2500
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    snowplay:
      friendlyname: 'Kartopu!'
      description: 'Kardanadam yap'
      icon: SNOW_BALL
      level: 'Gelismis'
      type: island
      requiredItems: 'SNOWMAN:1'
      takeItems: false
      itemReward: 'DIAMOND_SPADE:1'
      rewardText: 'Elmas kurek'
      moneyReward: 1500
      expReward: 2000
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    exp:
      friendlyname: 'EXP'
      description: '64 exp bottle bul'
      icon: EXP_BOTTLE
      level: 'Gelismis'
      type: inventory
      requiredItems: 'EXP_BOTTLE:64'
      takeItems: true
      itemReward: 'EMERALD:20'
      rewardText: '20 zumrut'
      moneyReward: 1500
      expReward: 2000
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'EMERALD:2'
      repeatRewardText: '2 zumrut'
      repeatMoneyReward: 500
      repeatExpReward: 750
    itsamonsterparty:
      friendlyname: "Canavar partisi"
      description: 'Bu yaratiklari bir araya getir : iskelet, zombi, orumcek, creeper ve enderman.'
      icon: SKULL_ITEM
      level: 'Gelismis'
      type: island
      requiredItems: 'SKELETON:1 ZOMBIE:1 SPIDER:1 CREEPER:1 ENDERMAN:1'
      takeItems: false
      itemReward: 'DIAMOND:5'
      rewardText: '5 Elmas!'
      moneyReward: 2500
      expReward: 3500
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skylord:
      friendlyname: 'Skylord'
      description: 'Adani 1000 level yap!'
      icon: DIAMOND_BLOCK
      level: 'Harika'
      type: level
      requiredItems: 1000
      takeItems: false
      itemReward: 'DIAMOND:32'
      rewardText: '32 elmas!'
      moneyReward: 15000
      expReward: 1000
      permissionReward: 'skylord.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skygod:
      friendlyname: 'SkyGod'
      description: 'Adani 10000 level yap!'
      icon: DIAMOND_BLOCK
      level: 'Harika'
      type: level
      requiredItems: 10000
      takeItems: false
      itemReward: 'DIAMOND:32'
      rewardText: '32 elmas!'
      moneyReward: 15000
      expReward: 3500
      permissionReward: 'skygod.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    acidduke:
      friendlyname: 'SkyKing'
      description: 'Adani 50000 level yap!'
      icon: DIAMOND_BLOCK
      level: 'Harika'
      type: level
      requiredItems: 50000
      takeItems: false
      itemReward: 'DIAMOND:32'
      rewardText: '32 elmas!'
      moneyReward: 15000
      expReward: 25000
      permissionReward: 'skyking.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0

Ve Sunucu Sürümüm 1.8.8
 

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
Evet Challenges de çok düzenleme yaptım.Skygod görevlerini falan eklemiştim.

Kod:
##########################################################################################
# Challenges
# Rewards and required items have to be described using Bukkit Materials
# and be exactly correct
# Do not use Type Id's - they will not work
# Challenges can be one of three types - inventory, island or level.
# inventory - means the player must have the items on them
# island - means the items have to be on the island and within 10 blocks of the player
#          entities are also supported, e.g., COW.
# level - means the island level has to be equal or over this amount
# Challenges can be repeatable only if they are inventory challenges
# permissions can be given as a reward
#
# Reward Commands - commands can be run when a challenge is completed and repeated
# Commands are:
#    rewardcommands:
#      - command1
#      - command2
#    repeatrewardcommands:
#      - command1
#      - command2    
# The commands are listed and run in order. Do not put a / in front of the command.
# The token [player] will be replaced with the player's name.
# Example:
#    rewardcommands:
#      - pex promote [player]
#      - heal [player]
#      - warp winner_circle [player]
# If a command fails, it will be noted in the console.
##########################################################################################

challenges:
  # Challenge levels - list as many as you like
  levels: 'Acemi Tecrubeli Uzman Gelismis Harika'
  # The number of undone tasks that can be left on a level before revealing next level
  waiveramount: 1
  # Challenge list
  # Challenge names must be in lowercase.
  challengeList:
    cobblemaker:
      friendlyname: 'Kiriktas makinesi'
      description: 'Kiristas jeneratorunde 64 kiriktas kas.'
      icon: COBBLESTONE
      level: 'Acemi'
      type: inventory
      requiredItems: 'COBBLESTONE:64'
      takeItems: true
      itemReward: 'LEATHER:4'
      permissionReward: ''
      rewardText: '4 deri'
      moneyReward: 15
      expReward: 30
      repeatable: true
      repeatItemReward: 'LEATHER:1'
      repeatRewardText: '1 deri'
      repeatMoneyReward: 5
      repeatExpReward: 10
    applemaker:
      friendlyname: 'Elmaci'
      description: '16 adet elma topla.'
      icon: APPLE
      level: 'Acemi'
      type: inventory
      requiredItems: 'APPLE:16'
      takeItems: true
      itemReward: 'SAPLING:0:3 SAPLING:1:3 SAPLING:2:3 SAPLING:3:3'
      permissionReward: ''
      rewardText: 'Tum fidanlardan 3er tane'
      moneyReward: 15
      expReward: 30
      repeatable: true
      repeatItemReward: 'SAPLING:0:1 SAPLING:1:1 SAPLING:2:1 SAPLING:3:1'
      repeatRewardText: 'Tum fidanlardan 1er tane'
      repeatMoneyReward: 5
      repeatExpReward: 10
    breadmaker:
      friendlyname: 'Ekmek makinesi'
      description: '21 ekmek yap!'
      icon: BREAD
      level: 'Acemi'
      type: inventory
      requiredItems: 'BREAD:21'
      takeItems: true
      itemReward: 'DIRT:5'
      rewardText: '5 toprak'
      moneyReward: 30
      expReward: 60
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIRT:1'
      repeatRewardText: '1 toprak'
      repeatMoneyReward: 10
      repeatExpReward: 20
    dyemaker:
      friendlyname: 'Boya makinesi'
      description: '32 adet kaktus yesili boya yap'
      icon: INK_SACK:2
      level: 'Acemi'
      type: inventory
      requiredItems: 'INK_SACK:2:32'
      takeItems: true
      itemReward: 'SAND:5'
      rewardText: '5 kum'
      moneyReward: 50
      expReward: 75
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'SAND:1'
      repeatRewardText: '1 kum'
      repeatMoneyReward: 20
      repeatExpReward: 20
    papermaker:
      friendlyname: 'Kagit makinesi'
      description: '21 adet kagit yap'
      icon: PAPER
      level: 'Acemi'
      type: inventory
      requiredItems: 'PAPER:21'
      takeItems: true
      itemReward: 'DIRT:5 CLAY:15'
      rewardText: '5 toprak ve 15 kil blogu'
      moneyReward: 50
      expReward: 50
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'CLAY:2'
      repeatRewardText: '2 kil blogu'
      repeatMoneyReward: 20
      repeatExpReward: 20
    glassmaker:
      friendlyname: 'Cam makinesi'
      description: '1 adet cam blogu olustur'
      icon: GLASS
      level: 'Acemi'
      type: inventory
      requiredItems: 'GLASS:1'
      takeItems: true
      itemReward: 'ICE:1'
      rewardText: '1 buz blogu'
      #rewardcommands:
      moneyReward: 10
      expReward: 30
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'ICE:1'
      repeatRewardText: '1 buz blogu'
      repeatMoneyReward: 5
      repeatExpReward: 10
      #repeatrewardcommands:
    seedbank:
      friendlyname: 'Tohum bankasi'
      description: '64 karpuz tohumu, 64 balkabagi tohumu, 64 bugday tohumu topla!'
      icon: PUMPKIN_SEEDS
      level: 'Acemi'
      type: inventory
      requiredItems: 'MELON_SEEDS:64 PUMPKIN_SEEDS:64 SEEDS:64'
      takeItems: true
      itemReward: 'DIRT:5 VINE:20'
      rewardText: '5 toprak 20 sarmasik'
      moneyReward: 75
      expReward: 75
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIRT:2 VINE:20'
      repeatRewardText: '2 toprak 20 sarmasik'
      repeatMoneyReward: 20
      repeatExpReward: 20
    stewmaker:
      friendlyname: 'Guvec makinesi'
      description: '18 kase mantar corbasi yap'
      icon: MUSHROOM_SOUP
      level: 'Acemi'
      type: inventory
      requiredItems: 'MUSHROOM_SOUP:18'
      takeItems: true
      itemReward: 'MYCEL:2'
      rewardText: '2 miselyum blok'
      moneyReward: 40
      expReward: 40
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'MYCEL:1'
      repeatRewardText: '1 miselyum blok'
      repeatMoneyReward: 10
      repeatExpReward: 15
    builder:
      friendlyname: 'Insaatci'
      description: 'Adani 10 level yap!(/island level).'
      icon: WOOD
      level: 'Acemi'
      type: level
      requiredItems: 10
      takeItems: false
      itemReward: 'IRON_PICKAXE:1 DIRT:5'
      rewardText: '1 demir kazma,1 toprak,1 sunger'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    grinder:
      description: '64 curuk et, 32 kemik, 32 ip, 32 ok, 16 barut, 5 orumcek gozu topla!'
      icon: BONE
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'ROTTEN_FLESH:64 STRING:32 SULPHUR:16 ARROW:32 BONE:32 SPIDER_EYE:5'
      takeItems: true
      itemReward: 'REDSTONE:16 IRON_ORE:5 FLINT:1 POTION:WATER_BREATHING:1 POTION:NIGHT_VISION:1'
      rewardText: '16 redstone,5 demir cevheri,1 cakmaktasi,1 su altinda nefes iksiri,1 gece gorus iksiri '
      moneyReward: 150
      expReward: 150
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:2 IRON_ORE:1 FLINT:1 POTION:WATER_BREATHING:1'
      repeatRewardText: '2 redstone,1 demir cevheri, 1 cakmaktasi, 1 su altında nefes iksiri'
      repeatMoneyReward: 25
      repeatExpReward: 25
    farmer:
      description: 'Bunlardan 64 adet topla: bugday, seker, karpuz, havuc, patates, balkabagi'
      icon: WHEAT
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'WHEAT:64 SUGAR:64 MELON:64 CARROT_ITEM:64 POTATO_ITEM:64 PUMPKIN:64'
      takeItems: true
      itemReward: 'REDSTONE:16 INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1 MONSTER_EGG:93:1'
      rewardText: '16 redstone,1 kakao, tavuk,inek,domuz yumurtasi'
      moneyReward: 125
      expReward: 125
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1 MONSTER_EGG:93:1'
      repeatRewardText: '1 kakao, inek,tavuk,domuz yumurtasi'
      repeatMoneyReward: 50
      repeatExpReward: 50
    angler:
      friendlyname: 'Balikci'
      description: '10 adet balik tut ve pisir'
      icon: COOKED_FISH
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'COOKED_FISH:10'
      takeItems: true
      itemReward: 'REDSTONE:16 IRON_ORE:5 INK_SACK:5'
      rewardText: '16 redstone, 5 demir cevheri, 5 boya)'
      moneyReward: 75
      expReward: 75
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:2 IRON_ORE:1 INK_SACK:1'
      repeatRewardText: '2 redstone, 1 demir cevheri, 1 boya'
      repeatMoneyReward: 15
      repeatExpReward: 15
    treecutter:
      friendlyname: 'Oduncu'
      description: 'Agac ciftligi olustur ve sunlardan 16 adet topla: 16 mese, hus, orman, ve ladin'
      icon: LOG
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'LOG:0:16 LOG:1:16 LOG:2:16 LOG:3:16'
      takeItems: true
      itemReward: 'REDSTONE:16 IRON_ORE:5 MONSTER_EGG:95:1'
      rewardText: '16 redstone, 5 demir cevheri, kurt yumurtasi'
      moneyReward: 50
      expReward: 50
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:2 IRON_ORE:1'
      repeatRewardText: '2 redstone, 1 demir cevheri'
      repeatMoneyReward: 10
      repeatExpReward: 10
    cookiemaker:
      friendlyname: 'Kurabiye makinasi'
      description: '128 kurabiye ve sut kovasi yap'
      icon: COOKIE
      level: 'Tecrubeli'
      type: inventory
      requiredItems: 'MILK_BUCKET:1 COOKIE:128'
      takeItems: true
      itemReward: 'REDSTONE:16 IRON_ORE:5'
      rewardText: '16 redstone, 5 demir cevheri'
      moneyReward: 90
      expReward: 90
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:2 IRON_ORE:1'
      repeatRewardText: '2 redstone, 1 demir cevheri'
      repeatMoneyReward: 10
      repeatExpReward: 10
    craftsman:
      friendlyname: 'Usta'
      description: 'Adani 75 level yap (/island level).'
      icon: IRON_BLOCK
      level: 'Tecrubeli'
      type: level
      requiredItems: 75
      takeItems: false
      itemReward: 'OBSIDIAN:10'
      rewardText: '10 obsidyan'
      moneyReward: 250
      expReward: 250
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    homestead:
      friendlyname: 'Toprak parcasi'
      description: 'Bir ev yap icinde sunlar olsun : 1 tahta kapi, yatak, kitaplik, calisma masasi, firin, cam blok pencere ve mesela.'
      icon: BED
      level: 'Tecrubeli'
      type: island
      requiredItems: 'BED_BLOCK:1 WORKBENCH:1 GLASS:1 WOODEN_DOOR:1 FURNACE:1 BOOKSHELF:1 TORCH:1'
      takeItems: false
      itemReward: 'JUKEBOX:1 RECORD_12:1 LAPIS_BLOCK:10'
      rewardText: '1 muzik kutusu,1 disk,10 lapis blok'
      moneyReward: 150
      expReward: 150
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    enderpearls:
      friendlyname: 'Ender incisi'
      description: 'Endermanlardan 15 enderpearl topla!'
      icon: ENDER_PEARL
      level: 'Uzman'
      type: inventory
      requiredItems: 'ENDER_PEARL:15'
      takeItems: true
      itemReward: 'GOLD_INGOT:5 BLAZE_ROD:1'
      rewardText: '5 altin kulcesi, 1 blaze rod'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'GOLD_INGOT:1 BLAZE_ROD:1'
      repeatRewardText: '1 altin kulcesi,1 blaze rod'
      repeatMoneyReward: 15
      repeatExpReward: 15
    slimeballfarmer:
      friendlyname: 'Balcik topu makinasi'
      description: '40 balcik topu topla'
      icon: SLIME_BALL
      level: 'Uzman'
      type: inventory
      requiredItems: 'SLIME_BALL:40'
      takeItems: true
      itemReward: 'GOLD_INGOT:5 IRON_ORE:5'
      rewardText: '5 altin kulcesi, 5 demir cevher,'
      moneyReward: 150
      expReward: 150
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'REDSTONE:8'
      repeatRewardText: '8 redstone'
      repeatMoneyReward: 25
      repeatExpReward: 25
    baker:
      friendlyname: 'Firinci'
      description: '5 kek ve 5 turta pisir'
      icon: CAKE
      level: 'Uzman'
      type: inventory
      requiredItems: 'CAKE:5 PUMPKIN_PIE:5'
      takeItems: true
      itemReward: 'GOLD_INGOT:5 DIAMOND:1'
      rewardText: '5 altin kulcesi, 1 elmas'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'IRON_ORE:1'
      repeatRewardText: '1 demir cevheri'
      repeatMoneyReward: 15
      repeatExpReward: 15
    pioneer:
      friendlyname: 'Oncu'
      description: '64 cehennem tasi 16 ruh kumu ve 1 ghast gozyasi topla'
      icon: MAP
      level: 'Uzman'
      type: inventory
      requiredItems: 'NETHERRACK:64 SOUL_SAND:16 GHAST_TEAR:1'
      takeItems: true
      itemReward: 'POWERED_RAIL:32 RAILS:256 DIAMOND:1 MONSTER_EGG:98:1'
      rewardText: '32 guclendirilmis ray,256 normal ray,ocelot yumurtasi,1 elmas'
      moneyReward: 250
      expReward: 250
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'IRON_ORE:1'
      repeatRewardText: '1 demir cevheri'
      repeatMoneyReward: 50
      repeatExpReward: 50
    mason:
      friendlyname: 'Usta insaatci'
      description: 'Adani 150 level yap (/island level).'
      icon: GOLD_BLOCK
      level: 'Uzman'
      type: level
      requiredItems: 150
      takeItems: false
      itemReward: 'DIAMOND:1 DIRT:20 GOLD_BLOCK:2'
      rewardText: '1 elmas,20 toprak,2 altin blogu'
      moneyReward: 500
      expReward: 500
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    shepherd:
      friendlyname: 'Coban'
      description: 'Her renk yunden 5 adet topla'
      icon: WOOL:2
      level: 'Gelismis'
      type: inventory
      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'
      takeItems: true
      itemReward: 'DIAMOND:2 RECORD_7:1 RECORD_8:1 RECORD_6:1 MONSTER_EGG:91:1 EMERALD:5'
      rewardText: '2 elmas,3 muzik diski,koyun yumurtasi(1), 5 zumrut'
      moneyReward: 250
      expReward: 250
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'EMERALD:1 MONSTER_EGG:91:1'
      repeatRewardText: '1 zumrut,koyun yumurtasi'
      repeatMoneyReward: 30
      repeatExpReward: 30
    alchemist:
      friendlyname: 'Simyager'
      description: 'Sunlari yap : 1 kazan, 32 nether wart, 8 blaze tozu, 8 parlayan karpuz'
      icon: BREWING_STAND_ITEM
      level: 'Gelismis'
      type: inventory
      requiredItems: 'CAULDRON_ITEM:0:1 NETHER_STALK:0:32 BLAZE_POWDER:0:8 SPECKLED_MELON:0:8'
      takeItems: true
      itemReward: 'ENCHANTMENT_TABLE:1'
      rewardText: 'Buyu masasi'
      moneyReward: 250
      expReward: 250
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIAMOND:1'
      repeatRewardText: '1 elmas'
      repeatMoneyReward: 25
      repeatExpReward: 25
    dj:
      friendlyname: 'DJ'
      description: 'Müzik kutusu yap ve muzik disklerini topla'
      icon: RECORD_5
      level: 'Gelismis'
      type: inventory
      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'
      takeItems: true
      itemReward: 'DIAMOND:3 EMERALD:10 GOLD_INGOT:5'
      rewardText: '3 elmas,10 zumrut,5 altin kulcesi'
      moneyReward: 400
      expReward: 400
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIAMOND:1 EMERALD:5 GOLD_INGOT:2'
      repeatRewardText: '1 elmas, 5 zumrut, 2 altin kulcesi'
      repeatMoneyReward: 75
      repeatExpReward: 75
    gemcollector:
      friendlyname: 'Kuyumcu'
      description: '50 zumrut topla'
      icon: EMERALD
      level: 'Gelismis'
      type: inventory
      requiredItems: 'EMERALD:50'
      takeItems: true
      itemReward: 'DIAMOND:10'
      rewardText: '10 elmas'
      moneyReward: 1500
      expReward: 3000
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'GOLD_INGOT:2'
      repeatRewardText: '2 altin kulcesi'
      repeatMoneyReward: 500
      repeatExpReward: 1000
    culinaryartist:
      friendlyname: 'Mutfak sanatcisi'
      description: '1 pismis patates, 1 ekmek, 1 kek, 1 pismis tavuk, 1 pismis balik, 1 pismis domuz eti, 1 kurabiye, 1 golden apple (enchsiz), 1 altin havuc, 1 guvec, 1 turta, 1 biftek'
      icon: GOLDEN_APPLE
      level: 'Gelismis'
      type: inventory
      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'
      takeItems: true
      itemReward: 'GOLD_BLOCK:2 GREEN_RECORD:1 RECORD_3:1 RECORD_5:1 MONSTER_EGG:96:1 EMERALD:5'
      rewardText: '2 altin blok,2 muzik diski, moosrom yumurtasi,5 zumrut'
      moneyReward: 2000
      expReward: 3000
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'GOLD_INGOT:10 MONSTER_EGG:96:1 EMERALD:1'
      repeatRewardText: '10 altin kulcesi,moosrom yumurtasi,1 zumrut'
      repeatMoneyReward: 500
      repeatExpReward: 1000
    beaconator:
      friendlyname: 'Zengin'
      description: '16 Gold block topla!'
      icon: GOLD_BLOCK
      level: 'Gelismis'
      type: inventory
      requiredItems: 'GOLD_BLOCK:16'
      takeItems: true
      itemReward: 'DIAMOND_BLOCK:2'
      rewardText: '2 Elmas blok'
      moneyReward: 5000
      expReward: 5000
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIAMOND:1'
      repeatRewardText: '1 elmas'
      repeatMoneyReward: 500
      repeatExpReward: 500
    ittakesavillage:
      friendlyname: 'Lider'
      description: '10 koylu topla!'
      icon: STONE
      level: 'Gelismis'
      type: island
      requiredItems: 'VILLAGER:10'
      takeItems: false
      itemReward: 'HOPPER:4'
      rewardText: '4 huni'
      moneyReward: 1000
      expReward: 1500
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    myprecious:
      friendlyname: 'Koruma'
      description: 'Iron golem yap'
      icon: NAME_TAG
      level: 'Gelismis'
      type: island
      requiredItems: 'IRON_GOLEM:1'
      takeItems: false
      itemReward: 'NAME_TAG:1 ANVIL:1 CAULDRON:1 IRON_BLOCK:2'
      rewardText: '1 name tag,1 ors,1 kazan,2 demir blok'
      moneyReward: 1500
      expReward: 2500
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    snowplay:
      friendlyname: 'Kartopu!'
      description: 'Kardanadam yap'
      icon: SNOW_BALL
      level: 'Gelismis'
      type: island
      requiredItems: 'SNOWMAN:1'
      takeItems: false
      itemReward: 'DIAMOND_SPADE:1'
      rewardText: 'Elmas kurek'
      moneyReward: 1500
      expReward: 2000
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    exp:
      friendlyname: 'EXP'
      description: '64 exp bottle bul'
      icon: EXP_BOTTLE
      level: 'Gelismis'
      type: inventory
      requiredItems: 'EXP_BOTTLE:64'
      takeItems: true
      itemReward: 'EMERALD:20'
      rewardText: '20 zumrut'
      moneyReward: 1500
      expReward: 2000
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'EMERALD:2'
      repeatRewardText: '2 zumrut'
      repeatMoneyReward: 500
      repeatExpReward: 750
    itsamonsterparty:
      friendlyname: "Canavar partisi"
      description: 'Bu yaratiklari bir araya getir : iskelet, zombi, orumcek, creeper ve enderman.'
      icon: SKULL_ITEM
      level: 'Gelismis'
      type: island
      requiredItems: 'SKELETON:1 ZOMBIE:1 SPIDER:1 CREEPER:1 ENDERMAN:1'
      takeItems: false
      itemReward: 'DIAMOND:5'
      rewardText: '5 Elmas!'
      moneyReward: 2500
      expReward: 3500
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skylord:
      friendlyname: 'Skylord'
      description: 'Adani 1000 level yap!'
      icon: DIAMOND_BLOCK
      level: 'Harika'
      type: level
      requiredItems: 1000
      takeItems: false
      itemReward: 'DIAMOND:32'
      rewardText: '32 elmas!'
      moneyReward: 15000
      expReward: 1000
      permissionReward: 'skylord.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    skygod:
      friendlyname: 'SkyGod'
      description: 'Adani 10000 level yap!'
      icon: DIAMOND_BLOCK
      level: 'Harika'
      type: level
      requiredItems: 10000
      takeItems: false
      itemReward: 'DIAMOND:32'
      rewardText: '32 elmas!'
      moneyReward: 15000
      expReward: 3500
      permissionReward: 'skygod.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0
    acidduke:
      friendlyname: 'SkyKing'
      description: 'Adani 50000 level yap!'
      icon: DIAMOND_BLOCK
      level: 'Harika'
      type: level
      requiredItems: 50000
      takeItems: false
      itemReward: 'DIAMOND:32'
      rewardText: '32 elmas!'
      moneyReward: 15000
      expReward: 25000
      permissionReward: 'skyking.ol'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0

Ve Sunucu Sürümüm 1.8.8

Yedek alıp challenges.yml'yi silin, sonrasında sunucuyu yeniden başlatın Default challenges.yml'yi otomatik yükleyecektir. Challenges.yml Sıfırlandıktan sonra aynı hatayı tekrar veriyor mu? eğer vermiyorsa sorun challenges.yml'dedir. Gözüme bir hata takılmadı ama yinede bir bakın.
Eğer veriyorsa aynı yöntemi diğer .yml dosyaları üzerinde deneyerek sorunun hangisinde olduğunu bulmaya çalışın.
Hatada hatanın neden kaynaklandığını veya hangi dosyada, nerede hata olduğunu belirtmediği için kesin bir şey söleyemem.

Bu arada herşeyden önce plugini güncellemeyi deneyin. Sürümünüz configden anladığım kadarıyla 2.9.5
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
 

Renacr

Zombi Katili
En iyi cevaplar
0
Yedek alıp challenges.yml'yi silin, sonrasında sunucuyu yeniden başlatın Default challenges.yml'yi otomatik yükleyecektir. Challenges.yml Sıfırlandıktan sonra aynı hatayı tekrar veriyor mu? eğer vermiyorsa sorun challenges.yml'dedir. Gözüme bir hata takılmadı ama yinede bir bakın.
Eğer veriyorsa aynı yöntemi diğer .yml dosyaları üzerinde deneyerek sorunun hangisinde olduğunu bulmaya çalışın.
Hatada hatanın neden kaynaklandığını veya hangi dosyada, nerede hata olduğunu belirtmediği için kesin bir şey söleyemem.

Bu arada herşeyden önce plugini güncellemeyi deneyin. Sürümünüz configden anladığım kadarıyla 2.9.5
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
Plugini Bu Sorun Yüzünden Geri Almıştım Hocam Belki Düzelir diye. dediğinide akşam saatlerinde denerim
 

Personinblack

YASAKLANDI
En iyi cevaplar
0
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1 MONSTER_EGG:93:1'

Gibisinden yerlerde senden canavarın adını istiyor anladığım kadarıyla.
 

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1 MONSTER_EGG:93:1'

Gibisinden yerlerde senden canavarın adını istiyor anladığım kadarıyla.

O görevleri pluginin kendisi oluşturuyor diye sorunun oralarda olmayacağını düşündüm fakat sorun oralarda.

O tür kısımları değiştir. Örneğin:
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1' yerine,
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:pIG:1 MONSTER_EGG:COW:1' yaz.
 

Renacr

Zombi Katili
En iyi cevaplar
0
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1 MONSTER_EGG:93:1'

Gibisinden yerlerde senden canavarın adını istiyor anladığım kadarıyla.
O görevleri pluginin kendisi oluşturuyor diye sorunun oralarda olmayacağını düşündüm fakat sorun oralarda.

O tür kısımları değiştir. Örneğin:
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1' yerine,
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:pIG:1 MONSTER_EGG:COW:1' yaz.
Gece 00.00'da Deneyeceğim.Teşekkürler Her İkinizede.

O görevleri pluginin kendisi oluşturuyor diye sorunun oralarda olmayacağını düşündüm fakat sorun oralarda.

O tür kısımları değiştir. Örneğin:
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:90:1 MONSTER_EGG:92:1' yerine,
repeatItemReward: 'INK_SACK:3:1 MONSTER_EGG:pIG:1 MONSTER_EGG:COW:1' yaz.
Sorun Düzelmedi Hocam Skype Varsa Ekliyeyim Daha Rahat Konuşuruz ?
 
Üst