Çözüldü Spawner HaTTa.

  • Konuyu Başlatan Konuyu Başlatan Crawn*
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 578
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Crawn*

Fırında Isıttığım İlk Taş
Katılım
21 Kasım 2018
Mesajlar
79
Elmaslar
3
Puan
0
Yaş
21
Konum
Play.CraftRose.Net
Minecraft
Craxw
skripte spawner koyuyorum. ama domuz sp oluyor (OP YETKİSİ VARKEN) (OYUNCULARDADA AYNİ)
Ve demir sp fln vermiyor? bütün hattalari cözermisiniz?
skript KODU.
Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {demirspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of the player's tool is "&eDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {demirspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eDemir Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {demirspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eDemir Spawner" to player
        remove {_1} from {demirspawner::*}

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of the player's tool is "&eDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {demirBlockspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eDemir Block Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {demirBlockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eDemir Block Spawner" to player
        remove {_1} from {demirBlockspawner::*}

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of the player's tool is "&eAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {altınspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
   
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eAltın Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {altınspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eAltın Spawner" to player
        remove {_1} from {altınspawner::*}

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of the player's tool is "&eAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {altınBlockspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eAltın Block Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {altınBlockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eAltın Block Spawner" to player
        remove {_1} from {altınBlockspawner::*}

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of the player's tool is "&eElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {elmasspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eElmas Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {elmasspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eElmas Spawner" to player
        remove {_1} from {elmasspawner::*}

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of the player's tool is "&eElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {elmasBlockspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eElmas Block Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {elmasBlockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eElmas Block Spawner" to player
        remove {_1} from {elmasBlockspawner::*}
         
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of the player's tool is "&eZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {zümrütspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eZümrüt Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {zümrütspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eZümrüt Spawner" to player
        remove {_1} from {zümrütspawner::*}
# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!
 
on place:
    name of the player's tool is "&eZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {zümrütBlockspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
   
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eZümrüt Block Spawner" to player
         
         
on break of mob spawner:
    set {_1} to location of event-block
    loop {zümrütBlockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eZümrüt Block Spawner" to player
        remove {_1} from {zümrütBlockspawner::*}
LOGS
Kod:
[21:48:50] [Server thread/INFO]: Starting minecraft server version 1.8.8
[21:48:50] [Server thread/INFO]: Loading properties
[21:48:50] [Server thread/INFO]: Default game type: SURVIVAL
[21:48:50] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[21:48:55] [Server thread/INFO]: Debug logging is disabled
[21:48:55] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
[21:48:55] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:48:55] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:48:55] [Server thread/INFO]: Data value allowed items: 
[21:48:55] [Server thread/INFO]: Generating keypair
[21:48:55] [Server thread/INFO]: Starting Minecraft server on *:45
[21:48:55] [Server thread/INFO]: Using default channel type
[21:48:58] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[21:49:02] [Server thread/INFO]: [UnioAntiCrash] Loading UnioAntiCrash v1.0
[21:49:02] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
[21:49:02] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev25
[21:49:02] [Server thread/INFO]: [Toplayici] Loading Toplayici v2.1
[21:49:02] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
[21:49:02] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.4
[21:49:02] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
[21:49:02] [Server thread/INFO]: [AlphaChest] Loading AlphaChest v1.17.0
[21:49:02] [Server thread/INFO]: [Announcer] Loading Announcer v1.7
[21:49:02] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.22.11
[21:49:02] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
[21:49:02] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.2.0
[21:49:02] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
[21:49:02] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v3.7
[21:49:02] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v5.0.3
[21:49:02] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[21:49:02] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v1.11.2
[21:49:02] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
[21:49:02] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
[21:49:02] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
[21:49:02] [Server thread/INFO]: [PlayerMagnet] Loading PlayerMagnet v1.01
[21:49:02] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.0 (build #52)
[21:49:02] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11
[21:49:02] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
[21:49:02] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.2
[21:49:02] [Server thread/INFO]: [VipZero] Loading VipZero v1.2.4
[21:49:02] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
[21:49:02] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
[21:49:03] [Server thread/INFO]: [WhatIsIt] Loading WhatIsIt v1.3.9
[21:49:03] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.9.4
[21:49:03] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[21:49:03] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b601
[21:49:03] [Server thread/INFO]: [IslandBorder] Loading IslandBorder vBuild 1
[21:49:03] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.0.9
[21:49:03] [Server thread/INFO]: [AntiCommandTab] Loading AntiCommandTab v3.4
[21:49:03] [Server thread/INFO]: [WolvSK] Loading WolvSK v1.6.2
[21:49:03] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
[21:49:03] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.3
[21:49:03] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.86
[21:49:03] [Server thread/INFO]: [FramePicture] Loading FramePicture v1.8.7
[21:49:03] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
[21:49:03] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.12
[21:49:03] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.1
[21:49:03] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
[21:49:03] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[21:49:03] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[21:49:03] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:49:03] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[21:49:03] [Server thread/INFO]: [Vault] Plugin enabled (160ms)
[21:49:03] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
[21:49:03] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[21:49:03] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.9.4
[21:49:04] [Server thread/INFO]: [ASkyBlock] Loading entity limits
[21:49:04] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [GOLD_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.GOLD_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [GOLD_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.GOLD_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:WİTHER_SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:GHAST is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:BLAZE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:MAGMA_CUBE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:MAGMA_CUBE is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [OBSİDİAN] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.OBSİDİAN
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [FLİNT_AND_STEEL] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.FLİNT_AND_STEEL
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:BLAZE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (burasibizim.schematic) for all players, order 1
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [GOLD_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.GOLD_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [GOLD_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.GOLD_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:WİTHER_SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:GHAST is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:BLAZE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:MAGMA_CUBE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:MAGMA_CUBE is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [OBSİDİAN] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.OBSİDİAN
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [FLİNT_AND_STEEL] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.FLİNT_AND_STEEL
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:BLAZE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
[21:49:05] [Server thread/ERROR]: Could not parse item [COOKED_CHİCKEN] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.COOKED_CHİCKEN
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [PUMPKİN_SEEDS] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.PUMPKİN_SEEDS
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading schematic Black Diamonds (harder.schematic) for all players, order 3
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
[21:49:05] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:49:05] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[21:49:05] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[21:49:05] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[21:49:05] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[21:49:05] [Server thread/INFO]: Preparing level "world"
[21:49:05] [Server thread/INFO]: -------- World Settings For [world] --------
[21:49:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:05] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:05] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:05] [Server thread/INFO]: Anti X-Ray: true
[21:49:05] [Server thread/INFO]:     Engine Mode: 1
[21:49:05] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:05] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:05] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:05] [Server thread/INFO]: Random Lighting Updates: false
[21:49:05] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:05] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:05] [Server thread/INFO]: Structure Info Saving: true
[21:49:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:05] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:05] [Server thread/INFO]: Clear tick list: false
[21:49:05] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:05] [Server thread/INFO]: View Distance: 5
[21:49:05] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:05] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:05] [Server thread/INFO]: -------- World Settings For [world] --------
[21:49:05] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:05] [Server thread/INFO]: Fix TNT cannons: false
[21:49:05] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:05] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:05] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:05] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:05] [Server thread/INFO]: World async lighting: false
[21:49:05] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:05] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:05] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:05] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:05] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:06] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
[21:49:06] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[21:49:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:06] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:06] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:06] [Server thread/INFO]: Anti X-Ray: true
[21:49:06] [Server thread/INFO]:     Engine Mode: 1
[21:49:06] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:06] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:06] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:06] [Server thread/INFO]: Random Lighting Updates: false
[21:49:06] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:06] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:06] [Server thread/INFO]: Structure Info Saving: true
[21:49:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:06] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:06] [Server thread/INFO]: Clear tick list: false
[21:49:06] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:06] [Server thread/INFO]: View Distance: 5
[21:49:06] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:06] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:06] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[21:49:06] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:06] [Server thread/INFO]: Fix TNT cannons: false
[21:49:06] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:06] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:06] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:06] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:06] [Server thread/INFO]: World async lighting: false
[21:49:06] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:06] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:06] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:06] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:06] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:06] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4482814629719197113)
[21:49:06] [Server thread/INFO]: Creating ASkyBlock's Nether...
[21:49:07] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[21:49:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:07] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:07] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:07] [Server thread/INFO]: Anti X-Ray: true
[21:49:07] [Server thread/INFO]:     Engine Mode: 1
[21:49:07] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:07] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:07] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:07] [Server thread/INFO]: Random Lighting Updates: false
[21:49:07] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:07] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:07] [Server thread/INFO]: Structure Info Saving: true
[21:49:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:07] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:07] [Server thread/INFO]: Clear tick list: false
[21:49:07] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:07] [Server thread/INFO]: View Distance: 5
[21:49:07] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:07] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[21:49:07] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:07] [Server thread/INFO]: Fix TNT cannons: false
[21:49:07] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:07] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:07] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:07] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:07] [Server thread/INFO]: World async lighting: false
[21:49:07] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:07] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:07] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:07] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:07] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:07] [Server thread/INFO]: Preparing start region for level 2 (Seed: -531846904589488490)
[21:49:07] [Server thread/INFO]: Preparing spawn area: 0%
[21:49:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4482814629719197113)
[21:49:08] [Server thread/INFO]: Preparing start region for level 2 (Seed: -531846904589488490)
[21:49:08] [Server thread/INFO]: [UnioAntiCrash] Enabling UnioAntiCrash v1.0
[21:49:08] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
[21:49:08] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[21:49:09] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev25
[21:49:10] [Server thread/ERROR]: [Skript] The plugin priority has to be one of lowest, low, normal, high, or highest.
[21:49:10] [Server thread/INFO]: [Skript] Starting updater thread
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 218! (aliases-english.sk, line 322: observer¦s = 218')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 219! (aliases-english.sk, line 324: white(_| )shulker(_| )(box|chest)¦s = 219')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 220! (aliases-english.sk, line 325: orange(_| )shulker(_| )(box|chest)¦s = 220')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 221! (aliases-english.sk, line 326: magenta(_| )shulker(_| )(box|chest)¦s = 221')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 222! (aliases-english.sk, line 327: light(_| )blue(_| )shulker(_| )(box|chest)¦s = 222')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 223! (aliases-english.sk, line 328: yellow(_| )shulker(_| )(box|chest)¦s = 223')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 224! (aliases-english.sk, line 329: (*|light(_| )green)(_| )shulker(_| )(box|chest)¦s = 224')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 225! (aliases-english.sk, line 330: pink(_| )shulker(_| )(box|chest)¦s = 225')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 226! (aliases-english.sk, line 331: gray(_| )shulker(_| )(box|chest)¦s = 226')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 227! (aliases-english.sk, line 332: light(_| )gray(_| )shulker(_| )(box|chest)¦s = 227')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 228! (aliases-english.sk, line 333: cyan(_| )shulker(_| )(box|chest)¦s = 228')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 229! (aliases-english.sk, line 334: [purple(_| )]shulker(_| )(box|chest)¦s = 229')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 230! (aliases-english.sk, line 335: blue(_| )shulker(_| )(box|chest)¦s = 230')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 231! (aliases-english.sk, line 336: brown(_| )shulker(_| )(box|chest)¦s = 231')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 232! (aliases-english.sk, line 337: green(_| )shulker(_| )(box|chest)¦s = 232')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 233! (aliases-english.sk, line 338: red(_| )shulker(_| )(box|chest)¦s = 233')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 234! (aliases-english.sk, line 339: black(_| )shulker(_| )(box|chest)¦s = 234')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 219! (aliases-english.sk, line 340: [<any>](_| )shulker(_| )(box|chest)¦s = 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 449! (aliases-english.sk, line 343: totem(_| )of(_| )Undying¦s = 449')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 450! (aliases-english.sk, line 344: shulker(_| )shell¦s = 450')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 452! (aliases-english.sk, line 345: iron(_| )nugget¦s = 452')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 213! (aliases-english.sk, line 348: magma(_| )block¦s = 213')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 214! (aliases-english.sk, line 349: nether(_| )wart(_| )block¦s = 214')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 215! (aliases-english.sk, line 350: red(_| )nether(_| )brick¦s = 215')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 216! (aliases-english.sk, line 351: bone(_| )block¦s = 216')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 217! (aliases-english.sk, line 352: structure(_| )void¦s = 217')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 198! (aliases-english.sk, line 355: end[er](_| )rod¦s = 198')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 199! (aliases-english.sk, line 356: chorus(_| )plant¦s = 199')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 200! (aliases-english.sk, line 357: chorus(_| )flower¦s = 200')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 201! (aliases-english.sk, line 358: purpur(_| )block¦s = 201')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 202! (aliases-english.sk, line 359: purpur(_| )pillar¦s = 202')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 203! (aliases-english.sk, line 360: purpur(_| )stairs = 203')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 204! (aliases-english.sk, line 361: purpur(_| )double(_| )slab¦s = 204')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 205! (aliases-english.sk, line 362: purpur(_| )slab¦s = 205')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 206! (aliases-english.sk, line 363: endstone(_| )bricks = 206')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 207! (aliases-english.sk, line 364: beetroot(_| )block¦s = 207')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 208! (aliases-english.sk, line 365: grass(_| )path¦s = 208')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 209! (aliases-english.sk, line 366: ender(_| )gateway¦s = 209')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 210! (aliases-english.sk, line 367: repeating(_| )command(_| )block¦s = 210')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 211! (aliases-english.sk, line 368: chain(_| )command(_| )block¦s = 211')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 212! (aliases-english.sk, line 369: frosted(_| )ice¦s = 212')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 255! (aliases-english.sk, line 371: structure(_| )block¦s = 255')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 426! (aliases-english.sk, line 374: ender(_| )crystal¦s = 426')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 432! (aliases-english.sk, line 375: chorus(_| )fruit¦s = 432')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 433! (aliases-english.sk, line 376: popped(_| )chorus(_| )fruit¦s = 433')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 434! (aliases-english.sk, line 377: beetroot¦s = 434')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 435! (aliases-english.sk, line 378: beetroot(_| )seeds = 435')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 436! (aliases-english.sk, line 379: beetroot(_| )soup¦s = 436')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 437! (aliases-english.sk, line 380: dragon(_| )breath¦s = 437')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 438! (aliases-english.sk, line 381: splash(_| )potion¦s = 438')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 439! (aliases-english.sk, line 382: spectral(_| )arrow¦s = 439')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 440! (aliases-english.sk, line 383: tipped(_| )arrow¦s = 440')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 441! (aliases-english.sk, line 384: lingering(_| )potion¦s = 441')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 442! (aliases-english.sk, line 385: shield¦s = 442')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 443! (aliases-english.sk, line 386: elytra¦s = 443')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 444! (aliases-english.sk, line 387: spruce(_| )boat¦s = 444')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 445! (aliases-english.sk, line 388: birch(_| )boat¦s = 445')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 446! (aliases-english.sk, line 389: jungle(_| )boat¦s = 446')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 447! (aliases-english.sk, line 390: acacia(_| )boat¦s = 447')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 448! (aliases-english.sk, line 391: dark(_| )oak(_| )boat¦s = 448')
[21:49:11] [Server thread/INFO]: [Skript] Loaded a total of 20213 english aliases
[21:49:11] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[21:49:11] [Server thread/INFO]: [Toplayici] Enabling Toplayici v2.1
[21:49:11] [Server thread/INFO]: §e-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:11] [Server thread/INFO]:  
[21:49:11] [Server thread/INFO]: §b   _____           _          _    _ 
[21:49:11] [Server thread/INFO]: §b  / ____|         (_)   /\   | |  (_)
[21:49:11] [Server thread/INFO]: §b | |     _____   ___   /  \  | | ___ 
[21:49:11] [Server thread/INFO]: §b | |    / _ \ \ / / | / /\ \ | |/ / |
[21:49:11] [Server thread/INFO]: §b | |___| (_) \ V /| |/ ____ \|   <| |
[21:49:11] [Server thread/INFO]: §b  \_____\___/ \_/ |_/_/    \_\_|\_\_|
[21:49:11] [Server thread/INFO]: §b 
[21:49:11] [Server thread/INFO]: §b      < < <  CoviAki Toplayici  > > >
[21:49:11] [Server thread/INFO]: §b                by CooLBeY
[21:49:11] [Server thread/INFO]: §b    CoviAki Discord: discord.gg/rzFp9jW
[21:49:11] [Server thread/INFO]:  
[21:49:11] [Server thread/INFO]: §e-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:11] [Server thread/INFO]:  
[21:49:11] [Server thread/INFO]: §a        P L U G I N   A K T I F 
[21:49:11] [Server thread/INFO]:  
[21:49:11] [Server thread/INFO]: §e-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:11] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
[21:49:11] [Server thread/INFO]: GroupManager - INFO - World Found: world
[21:49:11] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[21:49:11] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[21:49:11] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[21:49:11] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
[21:49:11] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[21:49:11] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[21:49:11] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.4
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: askyblock
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: skript
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list...
[21:49:11] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
[21:49:11] [Server thread/INFO]: [ClearLag] Loading modules...
[21:49:11] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[21:49:11] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[21:49:11] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[21:49:11] [Thread-10/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[21:49:11] [Server thread/INFO]: [AlphaChest] Enabling AlphaChest v1.17.0
[21:49:11] [Server thread/INFO]: [AlphaChest] loaded 1 chests
[21:49:11] [Server thread/INFO]: [Announcer] Enabling Announcer v1.7
[21:49:12] [Thread-11/WARN]: Exception in thread "Thread-11" 
[21:49:12] [Thread-11/WARN]: java.lang.NullPointerException
[21:49:12] [Thread-11/WARN]:     at me.thundergemios10.updater.Updater.versionCheck(Updater.java:434)
[21:49:12] [Thread-11/WARN]:     at me.thundergemios10.updater.Updater.access$400(Updater.java:36)
[21:49:12] [Thread-11/WARN]:     at me.thundergemios10.updater.Updater$UpdateRunnable.run(Updater.java:587)
[21:49:12] [Thread-11/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:12] [Server thread/INFO]: Announcer v1.7 is enabled!

[21:49:12] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.22.11
[21:49:12] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[21:49:12] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[21:49:12] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 170 classes.
[21:49:12] [Server thread/INFO]: [skQuery] Beginning to process a total of 170 from SkQuery
[21:49:13] [Server thread/INFO]: [skQuery] Out of 170 classes, 164 classes were loaded from SkQuery
[21:49:13] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
[21:49:13] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
[21:49:13] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.2.0
[21:49:13] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
[21:49:13] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[21:49:13] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
[21:49:13] [Server thread/INFO]: [WorldGuard] Loading region data...
[21:49:13] [Thread-10/INFO]: [ClearLag] No updates found!
[21:49:14] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v3.7
[21:49:14] [Server thread/INFO]: [AutoSaveWorld] Version 3.7 is enabled: 6bc7448c-16a9-4e4b-bd45-4e3347cde2c6
[21:49:14] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v5.0.3
[21:49:14] [Thread-14/INFO]: [AutoSaveWorld] AutoBackupThread Started: Interval is 900 seconds, Warn Times are 0
[21:49:14] [Thread-13/INFO]: [AutoSaveWorld] AutoSaveThread Started: Interval is 450 seconds, Warn Times are 0
[21:49:14] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[21:49:14] [Server thread/INFO]: [WildSkript] skQuery hooked!
[21:49:14] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[21:49:14] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[21:49:14] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[21:49:14] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v1.11.2
[21:49:14] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:14] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v1.11.2
[21:49:14] [Server thread/INFO]: [FeatherBoard] Framework version: 2015-01
[21:49:14] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw
[21:49:14] [Server thread/INFO]: [FeatherBoard] Site: http://www.mvdw-software.be/
[21:49:14] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:14] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
[21:49:14] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
[21:49:15] [Server thread/INFO]: [FeatherBoard] Hooked into Multiverse!
[21:49:16] [Server thread/INFO]: [FeatherBoard] Loaded 697 of the 952 placholders
[21:49:16] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
[21:49:16] [Server thread/INFO]: [FeatherBoard] Loading messages ...
[21:49:16] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
[21:49:16] [Server thread/INFO]: [FeatherBoard] ERROR: Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
[21:49:16] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
[21:49:16] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
[21:49:16] [Server thread/INFO]: [PlayerMagnet] Enabling PlayerMagnet v1.01
[21:49:16] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.0 (build #52)
[21:49:17] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[21:49:17] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11
[21:49:17] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[21:49:17] [Server thread/INFO]: [CombatLog] Loading config.yml.
[21:49:17] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
[21:49:17] [Server thread/INFO]: [CombatLog] Factions plugin not found! Safezone untagging will not work.
[21:49:17] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Enabled.
[21:49:17] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
[21:49:17] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
[21:49:17] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[21:49:18] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
[21:49:18] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
[21:49:18] [Server thread/INFO]: Using locale tr
[21:49:18] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[21:49:18] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[21:49:18] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[21:49:18] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.2
[21:49:18] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done!
[21:49:18] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds.
[21:49:18] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated.
[21:49:18] [Server thread/INFO]: [TuSKe]  
[21:49:18] [Server thread/INFO]: [TuSKe]  A special thanks for donators:
[21:49:18] [Server thread/INFO]: [TuSKe]  @X0Freak - 50$
[21:49:18] [Server thread/INFO]: [TuSKe]  @RepublicanSensei - 10$
[21:49:18] [Server thread/INFO]: [TuSKe]  
[21:49:18] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 61 expressions and 0 types. Have fun!
[21:49:18] [Server thread/INFO]: [VipZero] Enabling VipZero v1.2.4
[21:49:18] [Server thread/INFO]: [VipZero] Enabling VipZero (V1.2.4) - Author: SubZero0 & nathampa0909
[21:49:18] [Server thread/INFO]: [VipZero] Checking for updates...
[21:49:19] [Server thread/INFO]: [VipZero] No updates found.
[21:49:19] [Server thread/INFO]: [VipZero] Checking for old config file...
[21:49:19] [Server thread/INFO]: [VipZero] No updates found.
[21:49:19] [Server thread/INFO]: [VipZero] Checking for config file update...
[21:49:19] [Server thread/INFO]: [VipZero] No updates found.
[21:49:19] [Server thread/INFO]: [VipZero] Checking for language file update...
[21:49:19] [Server thread/INFO]: [VipZero] No updates found.
[21:49:19] [Server thread/INFO]: [VipZero] Using flatfile system.
[21:49:19] [Server thread/INFO]: [VipZero] Use only Vault for permissions: ENABLED!
[21:49:19] [Server thread/INFO]: [VipZero] Hooked to Vault (Permission).
[21:49:19] [Server thread/INFO]: [VipZero] Hooked to Vault (Economy).
[21:49:19] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
[21:49:19] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[21:49:19] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
[21:49:19] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
[21:49:19] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
[21:49:19] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[21:49:19] [Server thread/INFO]: [WhatIsIt] Enabling WhatIsIt v1.3.9
[21:49:19] [Server thread/INFO]: [WhatIsIt] has been enabled.
[21:49:19] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[21:49:20] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b601
[21:49:20] [Server thread/WARN]: §cVersion uyuşmuyor! Lütfen Bütün essentials jarlarını güncelleyiniz
[21:49:20] [Server thread/INFO]: [IslandBorder] Enabling IslandBorder vBuild 1
[21:49:20] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.0.9
[21:49:24] [Server thread/INFO]: [AntiCommandTab] Enabling AntiCommandTab v3.4
[21:49:24] [Server thread/INFO]: [WolvSK] Enabling WolvSK v1.6.2
[21:49:24] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
[21:49:25] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
[21:49:25] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:49:25] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: warplar
[21:49:25] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:49:25] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[21:49:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:25] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:25] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:25] [Server thread/INFO]: Anti X-Ray: true
[21:49:25] [Server thread/INFO]:     Engine Mode: 1
[21:49:25] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:25] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:25] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:25] [Server thread/INFO]: Random Lighting Updates: false
[21:49:25] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:25] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:25] [Server thread/INFO]: Structure Info Saving: true
[21:49:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:25] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:25] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:25] [Server thread/INFO]: Clear tick list: false
[21:49:25] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:25] [Server thread/INFO]: View Distance: 5
[21:49:25] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:25] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[21:49:25] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:25] [Server thread/INFO]: Fix TNT cannons: false
[21:49:25] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:25] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:25] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:25] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:25] [Server thread/INFO]: World async lighting: false
[21:49:25] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:25] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:25] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:25] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:25] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:25] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5514474791017161509)
[21:49:26] [Server thread/INFO]: Preparing spawn area for flatroom, 52%
[21:49:26] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
[21:49:26] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
[21:49:26] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
[21:49:26] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
[21:49:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
[21:49:26] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
[21:49:26] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:49:27] [Server thread/INFO]: -------- World Settings For [create] --------
[21:49:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:27] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:27] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:27] [Server thread/INFO]: Anti X-Ray: true
[21:49:27] [Server thread/INFO]:     Engine Mode: 1
[21:49:27] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:27] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:27] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:27] [Server thread/INFO]: Random Lighting Updates: false
[21:49:27] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:27] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:27] [Server thread/INFO]: Structure Info Saving: true
[21:49:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:27] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:27] [Server thread/INFO]: Clear tick list: false
[21:49:27] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:27] [Server thread/INFO]: View Distance: 5
[21:49:27] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:27] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:27] [Server thread/INFO]: -------- World Settings For [create] --------
[21:49:27] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:27] [Server thread/INFO]: Fix TNT cannons: false
[21:49:27] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:27] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:27] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:27] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:27] [Server thread/INFO]: World async lighting: false
[21:49:27] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:27] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:27] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:27] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:27] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:27] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8357445351471663971)
[21:49:28] [Server thread/INFO]: Preparing spawn area for create, 81%
[21:49:28] [Server thread/INFO]: [WorldGuard] (create) TNT ignition is PERMITTED.
[21:49:28] [Server thread/INFO]: [WorldGuard] (create) Lighters are PERMITTED.
[21:49:28] [Server thread/INFO]: [WorldGuard] (create) Lava fire is blocked.
[21:49:28] [Server thread/INFO]: [WorldGuard] (create) Fire spread is UNRESTRICTED.
[21:49:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'create'
[21:49:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: dᅢz
[21:49:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:49:28] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[21:49:28] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
[21:49:28] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.3
[21:49:28] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_8_R3, using UniversalSkinFactory.
[21:49:28] [Server thread/INFO]: [SkinsRestorer] Detected Multiverse-Core! Using it for dimensions.
[21:49:28] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.86
[21:49:29] [Server thread/INFO]: [Shopkeepers] Loading data of 3 shopkeepers..
[21:49:29] [Server thread/INFO]: [FramePicture] Enabling FramePicture v1.8.7
[21:49:29] [Server thread/INFO]: [FramePicture] Configuration loaded!
[21:49:29] [Server thread/INFO]: [FramePicture] Loaded 0 frames!
[21:49:29] [Server thread/INFO]: [FramePicture] Caching frames ...
[21:49:29] [Server thread/INFO]: [FramePicture] Cached 0 frames!
[21:49:29] [Server thread/INFO]: [FramePicture] Plugin enabled!
[21:49:29] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
[21:49:29] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
[21:49:29] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'edit1' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'edit2' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'edit3' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'takas' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'spawner' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'blok' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'fener' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.12
[21:49:29] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.12!
[21:49:29] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
[21:49:29] [Server thread/INFO]: [skRayFall] Cooking Bacon...
[21:49:29] [Server thread/INFO]: [skRayFall] Citizens not found! Sorry you cant make friends, but don't worry we will still be your friend <3
[21:49:29] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib partical ninjas!
[21:49:29] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
[21:49:29] [Server thread/INFO]: [skRayFall] Bacon holograms found
[21:49:29] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
[21:49:29] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon!
[21:49:30] [Server thread/INFO]: [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon!
[21:49:30] [Server thread/INFO]: [skRayFall] An update for skRayFall is available!
[21:49:30] [Server thread/INFO]: [skRayFall] Bacon is ready!
[21:49:30] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.1
[21:49:30] [Server thread/ERROR]: Error occurred while enabling CratesPlus v4.5.1 (Is it up to date?)
java.lang.NullPointerException
    at org.bukkit.Location.getBlock(Location.java:87) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at plus.crates.CratesPlus.loadMetaData(CratesPlus.java:443) ~[?:?]
    at plus.crates.CratesPlus.onEnable(CratesPlus.java:212) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
[21:49:30] [Server thread/INFO]: [CratesPlus] Disabling CratesPlus v4.5.1
[21:49:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:49:31] [Server thread/INFO]: Done (25,522s)! For help, type "help" or "?"
[21:49:31] [Server thread/INFO]: Starting remote control listener
[21:49:31] [RCON Listener #1/INFO]: RCON running on 0.0.0.0:7777
[21:49:31] [Server thread/INFO]: Timings Reset
[21:49:31] [Server thread/INFO]: [ASkyBlock] Silencing command feedback for Ops...
[21:49:31] [Server thread/INFO]: Game rule has been updated
[21:49:31] [Server thread/INFO]: [ASkyBlock] If you do not want this, do /gamerule sendCommandFeedback true
[21:49:31] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
[21:49:31] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.3.1
[21:49:31] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[21:49:31] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[21:49:31] [Server thread/INFO]: [ChestCommands] Found a new version: v3.2.0 (yours: v3.1.4)
[21:49:31] [Server thread/INFO]: [ChestCommands] Download it on Bukkit Dev:
[21:49:31] [Server thread/INFO]: [ChestCommands] dev.bukkit.org/bukkit-plugins/chest-commands
[21:49:31] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
[21:49:31] [Server thread/INFO]: [ViaVersion] Enabling PaperSpigot/TacoSpigot patch: Fixes block placement.
[21:49:31] [Craft Scheduler Thread - 23/INFO]: [FeatherBoard] Loaded '0' players from the database!
[21:49:31] [Server thread/INFO]: [Skript] Loading variables...
[21:49:31] [Craft Scheduler Thread - 0/INFO]: [Vault] You are running the latest version
[21:49:31] [Server thread/INFO]: [Skript] Loaded 26 variables in 0.2 seconds
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 35: execute console command "tm msg %player% &eZümrüt Blok"')
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 38: execute console command "tm msg %player% &eElmas Blok"')
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 41: execute console command "tm msg %player% &eAltın Blok"')
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 44: execute console command "tm msg %player% &eDemir Blok"')
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 47: execute console command "tm msg %player% &eEnd Stone"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 35: execute console command "tm msg %player% &eZümrüt Blok"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 38: execute console command "tm msg %player% &eElmas Blok"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 41: execute console command "tm msg %player% &eAltın Blok"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 44: execute console command "tm msg %player% &eDemir Blok"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 47: execute console command "tm msg %player% &eEnd Stone"')
[21:49:32] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '121' with e.g. 'ender_stone'. (adakit.sk, line 48: give 256 121 to player')
[21:49:32] [Craft Scheduler Thread - 16/INFO]: [PlaceholderAPI] 128 placeholder expansions are available on the cloud.
[21:49:32] [Craft Scheduler Thread - 16/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
[21:49:33] [Server thread/ERROR]: [Skript] can't understand this event: 'on break of spawner' (ipeksi.sk, line 8: on break of spawner:')
[21:49:33] [Craft Scheduler Thread - 8/INFO]: [Skript] A new version of Skript is available: 2.3-beta4 (you're currently running 2.2-dev25)
[21:49:34] [Server thread/WARN]: [Skript] Possible name conflict of variables {ping::*} and {ping::%player%} (there might be more conflicts). (ping.sk, line 11: clear {_ping::*}')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 21: give 1 52 named "&eDemir Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 53: give 1 52 named "&eDemir Block Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 87: give 1 52 named "&eAltın Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 119: give 1 52 named "&eAltın Block Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 151: give 1 52 named "&eElmas Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 183: give 1 52 named "&eElmas Block Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 215: give 1 52 named "&eZümrüt Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 246: give 1 52 named "&eZümrüt Block Spawner" to player')
[21:49:35] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: hasn't permission "op" (yazma.sk, line 2: hasn't permission "op"')
[21:49:35] [Server thread/INFO]: [Skript] Loaded 13 scripts with a total of 27 triggers and 29 commands in 4.06 seconds
[21:49:35] [Server thread/INFO]: [Skript] Finished loading.
[21:49:35] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[21:49:35] [Server thread/INFO]: [ASkyBlock] Loading island grid...
[21:49:35] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
[21:49:35] [Server thread/INFO]: [ASkyBlock] Loading warps...
[21:49:35] [Server thread/INFO]: [ASkyBlock] Loading warp panel...
[21:49:36] [Server thread/INFO]: [ASkyBlock] Loading Top Ten
[21:49:36] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
[21:49:36] [Server thread/INFO]: [ASkyBlock] Metrics loaded.
[21:49:36] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.9.2) is available at:
[21:49:36] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[21:49:36] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.6.0, you're on: 1.3.0
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] ----------------------------------------------
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     +===============+
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     | SkinsRestorer |
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     +===============+
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] ----------------------------------------------
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     Current version: 13.3
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     A new version is available! Downloading it now...
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] ----------------------------------------------
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] [SpigetUpdate] Downloading update...
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] Update downloaded successfully, it will be applied on the next restart.
[21:49:36] [Craft Scheduler Thread - 16/WARN]: [SkinsRestorer] [SpigetUpdate] Could not download update
java.lang.RuntimeException: Download returned status #404
    at skinsrestorer.shared.utils.updater.update.spiget.download.UpdateDownloader.download(UpdateDownloader.java:71) ~[SkinsRestorer.jar:?]
    at skinsrestorer.shared.utils.updater.update.spiget.download.UpdateDownloader$1.run(UpdateDownloader.java:50) [SkinsRestorer.jar:?]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.github.paperspigot.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:23) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_191]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_191]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
[21:49:38] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Checking for latest update...
[21:49:38] [Server thread/INFO]: [ASkyBlock] No update available.
[21:49:38] [Craft Scheduler Thread - 0/INFO]: [TuSKe] No new update was found!
[21:49:39] [Craft Scheduler Thread - 20/INFO]: [TuSKe] Generating documentation of Skript & Addons.
[21:49:39] [Craft Scheduler Thread - 20/INFO]: [TuSKe] Documentation was generated successfully.
[21:53:02] [Thread-23/INFO]: UUID of player hasnaksu_ is ad7b1a28-3839-35ed-a1ae-52e812674afb
[21:53:03] [Server thread/INFO]: is leader = false
[21:53:03] [Server thread/INFO]: hasnaksu_[/88.245.146.15:50287] logged in with entity id 145 at ([ASkyBlock]-10.3913489438937, 120.76770874292457, 5.289354984399934)
[21:53:03] [Server thread/INFO]: KURUCU hasnaksu_ Aramıza katıldı!
[21:53:11] [Server thread/INFO]: hasnaksu_ issued server command: /demirblockspawner
[21:53:11] [Server thread/INFO]: hasnaksu_ [ad7b1a28-3839-35ed-a1ae-52e812674afb]: /demirblockspawner
[21:53:12] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.
[21:53:13] [Server thread/INFO]: [hasnaksu_: Block placed]
[21:53:43] [Server thread/INFO]: hasnaksu_ issued server command: /mv tp
[21:53:44] [Server thread/INFO]: hasnaksu_ issued server command: /mv tp flatroom
[21:53:48] [Server thread/INFO]: [hasnaksu_: Block placed]
[21:53:52] [Server thread/ERROR]: Could not pass event BlockBreakEvent to AutoPickup v5.0.3
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PlayerInteractManager.breakBlock(PlayerInteractManager.java:286) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PlayerInteractManager.a(PlayerInteractManager.java:121) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:626) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
    at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
Caused by: java.lang.NoSuchMethodError: org.bukkit.inventory.PlayerInventory.getItemInMainHand()Lorg/bukkit/inventory/ItemStack;
    at me.MnMaxon.AutoPickup.MainListener.onBlockBreak(MainListener.java:398) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    ... 18 more
Gönderi otomatik olarak birleştirildi:

BEYLER ,BAYANLAR BAKAN YOKMU KONUYA BEEEAAAAA
 
Son düzenleme:
skripte spawner koyuyorum. ama domuz sp oluyor (OP YETKİSİ VARKEN) (OYUNCULARDADA AYNİ)
Ve demir sp fln vermiyor? bütün hattalari cözermisiniz?
skript KODU.
Kod:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {demirspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eDemir Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {demirspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /demirspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eDemir Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {demirspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eDemir Spawner" to player
        remove {_1} from {demirspawner::*}

# Demir Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: iron_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eDemir Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {demirBlockspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /demirblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eDemir Block Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {demirBlockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eDemir Block Spawner" to player
        remove {_1} from {demirBlockspawner::*}

# Altın Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_ingot # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eAltın Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {altınspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
    else:
        uncancel event
  
command /altınspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eAltın Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {altınspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eAltın Spawner" to player
        remove {_1} from {altınspawner::*}

# Altın Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: gold_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eAltın Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {altınBlockspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /altınblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eAltın Block Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {altınBlockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eAltın Block Spawner" to player
        remove {_1} from {altınBlockspawner::*}

# Elmas Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eElmas Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {elmasspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /elmasspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eElmas Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {elmasspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eElmas Spawner" to player
        remove {_1} from {elmasspawner::*}

# Elmas Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: diamond_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eElmas Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {elmasBlockspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /elmasblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eElmas Block Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {elmasBlockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eElmas Block Spawner" to player
        remove {_1} from {elmasBlockspawner::*}
        
# Zümrüt Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eZümrüt Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {zümrütspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /zümrütspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eZümrüt Spawner" to player
on break of mob spawner:
    set {_1} to location of event-block
    loop {zümrütspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eZümrüt Spawner" to player
        remove {_1} from {zümrütspawner::*}
# Zümrüt Block Spawner #

options:
    delay: 0 # zaman
    count: 1 # adet
    pickupdelay: 0 # toplama zamanı
    itemad: emerald_block # itemin adını ingilize ve küçük harflere buraya yazınız!

on place:
    name of the player's tool is "&eZümrüt Block Spawner":
        set {_x} to x coord of event-location
        set {_y} to y coord of event-location
        set {_z} to z coord of event-location
        set {_1} to location of event-block
        add {_1} to {zümrütBlockspawner::*}
        run player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,Delay:{@delay},SpawnData:{Item:{id:{@itemad},Count:{@count}},PickupDelay:{@pickupdelay}}}" as op
  
command /zümrütblockspawner:
    permission: op
    permission message:&3Skyblock &8» &eYetkin Yok.
    trigger:
        if player is op:
            give 1 52 named "&eZümrüt Block Spawner" to player
        
        
on break of mob spawner:
    set {_1} to location of event-block
    loop {zümrütBlockspawner::*}:
        loop-value is {_1}
        cancel event
        set block at {_1} to air
        give a mob spawner named "&eZümrüt Block Spawner" to player
        remove {_1} from {zümrütBlockspawner::*}
LOGS
Kod:
[21:48:50] [Server thread/INFO]: Starting minecraft server version 1.8.8
[21:48:50] [Server thread/INFO]: Loading properties
[21:48:50] [Server thread/INFO]: Default game type: SURVIVAL
[21:48:50] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[21:48:55] [Server thread/INFO]: Debug logging is disabled
[21:48:55] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
[21:48:55] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:48:55] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:48:55] [Server thread/INFO]: Data value allowed items:
[21:48:55] [Server thread/INFO]: Generating keypair
[21:48:55] [Server thread/INFO]: Starting Minecraft server on *:45
[21:48:55] [Server thread/INFO]: Using default channel type
[21:48:58] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[21:49:02] [Server thread/INFO]: [UnioAntiCrash] Loading UnioAntiCrash v1.0
[21:49:02] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
[21:49:02] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev25
[21:49:02] [Server thread/INFO]: [Toplayici] Loading Toplayici v2.1
[21:49:02] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.1-b332
[21:49:02] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.4
[21:49:02] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
[21:49:02] [Server thread/INFO]: [AlphaChest] Loading AlphaChest v1.17.0
[21:49:02] [Server thread/INFO]: [Announcer] Loading Announcer v1.7
[21:49:02] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.22.11
[21:49:02] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
[21:49:02] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.2.0
[21:49:02] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
[21:49:02] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v3.7
[21:49:02] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v5.0.3
[21:49:02] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[21:49:02] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v1.11.2
[21:49:02] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
[21:49:02] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
[21:49:02] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
[21:49:02] [Server thread/INFO]: [PlayerMagnet] Loading PlayerMagnet v1.01
[21:49:02] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.0 (build #52)
[21:49:02] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11
[21:49:02] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
[21:49:02] [Server thread/INFO]: [TuSKe] Loading TuSKe v1.8.2
[21:49:02] [Server thread/INFO]: [VipZero] Loading VipZero v1.2.4
[21:49:02] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
[21:49:02] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
[21:49:03] [Server thread/INFO]: [WhatIsIt] Loading WhatIsIt v1.3.9
[21:49:03] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.9.4
[21:49:03] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[21:49:03] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.0.1-b601
[21:49:03] [Server thread/INFO]: [IslandBorder] Loading IslandBorder vBuild 1
[21:49:03] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.0.9
[21:49:03] [Server thread/INFO]: [AntiCommandTab] Loading AntiCommandTab v3.4
[21:49:03] [Server thread/INFO]: [WolvSK] Loading WolvSK v1.6.2
[21:49:03] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
[21:49:03] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.3
[21:49:03] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.86
[21:49:03] [Server thread/INFO]: [FramePicture] Loading FramePicture v1.8.7
[21:49:03] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
[21:49:03] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.12
[21:49:03] [Server thread/INFO]: [CratesPlus] Loading CratesPlus v4.5.1
[21:49:03] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
[21:49:03] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[21:49:03] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[21:49:03] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:49:03] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[21:49:03] [Server thread/INFO]: [Vault] Plugin enabled (160ms)
[21:49:03] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
[21:49:03] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[21:49:03] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.9.4
[21:49:04] [Server thread/INFO]: [ASkyBlock] Loading entity limits
[21:49:04] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [GOLD_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.GOLD_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [GOLD_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.GOLD_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:WİTHER_SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:GHAST is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:BLAZE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:MAGMA_CUBE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:MAGMA_CUBE is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [OBSİDİAN] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.OBSİDİAN
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [FLİNT_AND_STEEL] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.FLİNT_AND_STEEL
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:BLAZE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:204)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (burasibizim.schematic) for all players, order 1
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [GOLD_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.GOLD_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [GOLD_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.GOLD_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:WİTHER_SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:GHAST is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:BLAZE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:MAGMA_CUBE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:MAGMA_CUBE is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [OBSİDİAN] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.OBSİDİAN
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [FLİNT_AND_STEEL] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.FLİNT_AND_STEEL
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:BLAZE is unknown for this server. Skipping.
[21:49:05] [Server thread/WARN]: Spawner setting of MİNECRAFT:SKELETON is unknown for this server. Skipping.
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND_HORSE_ARMOR] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND_HORSE_ARMOR
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [İRON_İNGOT] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.İRON_İNGOT
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
[21:49:05] [Server thread/ERROR]: Could not parse item [COOKED_CHİCKEN] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.COOKED_CHİCKEN
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
[21:49:05] [Server thread/ERROR]: Could not parse item [DİAMOND] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.DİAMOND
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/ERROR]: Could not parse item [PUMPKİN_SEEDS] in schematic - skipping!
[21:49:05] [Server thread/WARN]: java.lang.IllegalArgumentException: No enum constant org.bukkit.Material.PUMPKİN_SEEDS
[21:49:05] [Server thread/WARN]:     at java.lang.Enum.valueOf(Unknown Source)
[21:49:05] [Server thread/WARN]:     at org.bukkit.Material.valueOf(Material.java:1)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.IslandBlock.setChest(IslandBlock.java:499)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.prePasteSchematic(Schematic.java:1199)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.schematics.Schematic.<init>(Schematic.java:645)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.loadSchematics(IslandCmd.java:260)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.commands.IslandCmd.<init>(IslandCmd.java:134)
[21:49:05] [Server thread/WARN]:     at com.wasteofplastic.askyblock.ASkyBlock.onEnable(ASkyBlock.java:358)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
[21:49:05] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
[21:49:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:203)
[21:49:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
[21:49:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading schematic Black Diamonds (harder.schematic) for all players, order 3
[21:49:05] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
[21:49:05] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:49:05] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[21:49:05] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[21:49:05] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[21:49:05] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[21:49:05] [Server thread/INFO]: Preparing level "world"
[21:49:05] [Server thread/INFO]: -------- World Settings For [world] --------
[21:49:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:05] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:05] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:05] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:05] [Server thread/INFO]: Anti X-Ray: true
[21:49:05] [Server thread/INFO]:     Engine Mode: 1
[21:49:05] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:05] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:05] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:05] [Server thread/INFO]: Random Lighting Updates: false
[21:49:05] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:05] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:05] [Server thread/INFO]: Structure Info Saving: true
[21:49:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:05] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:05] [Server thread/INFO]: Clear tick list: false
[21:49:05] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:05] [Server thread/INFO]: View Distance: 5
[21:49:05] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:05] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:05] [Server thread/INFO]: -------- World Settings For [world] --------
[21:49:05] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:05] [Server thread/INFO]: Fix TNT cannons: false
[21:49:05] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:05] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:05] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:05] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:05] [Server thread/INFO]: World async lighting: false
[21:49:05] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:05] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:05] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:05] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:05] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:06] [Server thread/INFO]: Preparing start region for level 0 (Seed: 0)
[21:49:06] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[21:49:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:06] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:06] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:06] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:06] [Server thread/INFO]: Anti X-Ray: true
[21:49:06] [Server thread/INFO]:     Engine Mode: 1
[21:49:06] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:06] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:06] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:06] [Server thread/INFO]: Random Lighting Updates: false
[21:49:06] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:06] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:06] [Server thread/INFO]: Structure Info Saving: true
[21:49:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:06] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:06] [Server thread/INFO]: Clear tick list: false
[21:49:06] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:06] [Server thread/INFO]: View Distance: 5
[21:49:06] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:06] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:06] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[21:49:06] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:06] [Server thread/INFO]: Fix TNT cannons: false
[21:49:06] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:06] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:06] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:06] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:06] [Server thread/INFO]: World async lighting: false
[21:49:06] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:06] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:06] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:06] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:06] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:06] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4482814629719197113)
[21:49:06] [Server thread/INFO]: Creating ASkyBlock's Nether...
[21:49:07] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[21:49:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:07] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:07] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:07] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:07] [Server thread/INFO]: Anti X-Ray: true
[21:49:07] [Server thread/INFO]:     Engine Mode: 1
[21:49:07] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:07] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:07] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:07] [Server thread/INFO]: Random Lighting Updates: false
[21:49:07] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:07] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:07] [Server thread/INFO]: Structure Info Saving: true
[21:49:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:07] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:07] [Server thread/INFO]: Clear tick list: false
[21:49:07] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:07] [Server thread/INFO]: View Distance: 5
[21:49:07] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:07] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[21:49:07] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:07] [Server thread/INFO]: Fix TNT cannons: false
[21:49:07] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:07] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:07] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:07] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:07] [Server thread/INFO]: World async lighting: false
[21:49:07] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:07] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:07] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:07] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:07] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:07] [Server thread/INFO]: Preparing start region for level 2 (Seed: -531846904589488490)
[21:49:07] [Server thread/INFO]: Preparing spawn area: 0%
[21:49:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4482814629719197113)
[21:49:08] [Server thread/INFO]: Preparing start region for level 2 (Seed: -531846904589488490)
[21:49:08] [Server thread/INFO]: [UnioAntiCrash] Enabling UnioAntiCrash v1.0
[21:49:08] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
[21:49:08] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[21:49:09] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev25
[21:49:10] [Server thread/ERROR]: [Skript] The plugin priority has to be one of lowest, low, normal, high, or highest.
[21:49:10] [Server thread/INFO]: [Skript] Starting updater thread
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 218! (aliases-english.sk, line 322: observer¦s = 218')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 219! (aliases-english.sk, line 324: white(_| )shulker(_| )(box|chest)¦s = 219')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 220! (aliases-english.sk, line 325: orange(_| )shulker(_| )(box|chest)¦s = 220')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 221! (aliases-english.sk, line 326: magenta(_| )shulker(_| )(box|chest)¦s = 221')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 222! (aliases-english.sk, line 327: light(_| )blue(_| )shulker(_| )(box|chest)¦s = 222')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 223! (aliases-english.sk, line 328: yellow(_| )shulker(_| )(box|chest)¦s = 223')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 224! (aliases-english.sk, line 329: (*|light(_| )green)(_| )shulker(_| )(box|chest)¦s = 224')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 225! (aliases-english.sk, line 330: pink(_| )shulker(_| )(box|chest)¦s = 225')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 226! (aliases-english.sk, line 331: gray(_| )shulker(_| )(box|chest)¦s = 226')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 227! (aliases-english.sk, line 332: light(_| )gray(_| )shulker(_| )(box|chest)¦s = 227')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 228! (aliases-english.sk, line 333: cyan(_| )shulker(_| )(box|chest)¦s = 228')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 229! (aliases-english.sk, line 334: [purple(_| )]shulker(_| )(box|chest)¦s = 229')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 230! (aliases-english.sk, line 335: blue(_| )shulker(_| )(box|chest)¦s = 230')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 231! (aliases-english.sk, line 336: brown(_| )shulker(_| )(box|chest)¦s = 231')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 232! (aliases-english.sk, line 337: green(_| )shulker(_| )(box|chest)¦s = 232')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 233! (aliases-english.sk, line 338: red(_| )shulker(_| )(box|chest)¦s = 233')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 234! (aliases-english.sk, line 339: black(_| )shulker(_| )(box|chest)¦s = 234')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 219! (aliases-english.sk, line 340: [<any>](_| )shulker(_| )(box|chest)¦s = 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 449! (aliases-english.sk, line 343: totem(_| )of(_| )Undying¦s = 449')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 450! (aliases-english.sk, line 344: shulker(_| )shell¦s = 450')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 452! (aliases-english.sk, line 345: iron(_| )nugget¦s = 452')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 213! (aliases-english.sk, line 348: magma(_| )block¦s = 213')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 214! (aliases-english.sk, line 349: nether(_| )wart(_| )block¦s = 214')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 215! (aliases-english.sk, line 350: red(_| )nether(_| )brick¦s = 215')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 216! (aliases-english.sk, line 351: bone(_| )block¦s = 216')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 217! (aliases-english.sk, line 352: structure(_| )void¦s = 217')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 198! (aliases-english.sk, line 355: end[er](_| )rod¦s = 198')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 199! (aliases-english.sk, line 356: chorus(_| )plant¦s = 199')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 200! (aliases-english.sk, line 357: chorus(_| )flower¦s = 200')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 201! (aliases-english.sk, line 358: purpur(_| )block¦s = 201')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 202! (aliases-english.sk, line 359: purpur(_| )pillar¦s = 202')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 203! (aliases-english.sk, line 360: purpur(_| )stairs = 203')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 204! (aliases-english.sk, line 361: purpur(_| )double(_| )slab¦s = 204')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 205! (aliases-english.sk, line 362: purpur(_| )slab¦s = 205')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 206! (aliases-english.sk, line 363: endstone(_| )bricks = 206')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 207! (aliases-english.sk, line 364: beetroot(_| )block¦s = 207')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 208! (aliases-english.sk, line 365: grass(_| )path¦s = 208')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 209! (aliases-english.sk, line 366: ender(_| )gateway¦s = 209')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 210! (aliases-english.sk, line 367: repeating(_| )command(_| )block¦s = 210')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 211! (aliases-english.sk, line 368: chain(_| )command(_| )block¦s = 211')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 212! (aliases-english.sk, line 369: frosted(_| )ice¦s = 212')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 255! (aliases-english.sk, line 371: structure(_| )block¦s = 255')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 426! (aliases-english.sk, line 374: ender(_| )crystal¦s = 426')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 432! (aliases-english.sk, line 375: chorus(_| )fruit¦s = 432')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 433! (aliases-english.sk, line 376: popped(_| )chorus(_| )fruit¦s = 433')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 434! (aliases-english.sk, line 377: beetroot¦s = 434')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 435! (aliases-english.sk, line 378: beetroot(_| )seeds = 435')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 436! (aliases-english.sk, line 379: beetroot(_| )soup¦s = 436')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 437! (aliases-english.sk, line 380: dragon(_| )breath¦s = 437')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 438! (aliases-english.sk, line 381: splash(_| )potion¦s = 438')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 439! (aliases-english.sk, line 382: spectral(_| )arrow¦s = 439')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 440! (aliases-english.sk, line 383: tipped(_| )arrow¦s = 440')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 441! (aliases-english.sk, line 384: lingering(_| )potion¦s = 441')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 442! (aliases-english.sk, line 385: shield¦s = 442')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 443! (aliases-english.sk, line 386: elytra¦s = 443')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 444! (aliases-english.sk, line 387: spruce(_| )boat¦s = 444')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 445! (aliases-english.sk, line 388: birch(_| )boat¦s = 445')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 446! (aliases-english.sk, line 389: jungle(_| )boat¦s = 446')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 447! (aliases-english.sk, line 390: acacia(_| )boat¦s = 447')
[21:49:10] [Server thread/ERROR]: [Skript] There doesn't exist a material with id 448! (aliases-english.sk, line 391: dark(_| )oak(_| )boat¦s = 448')
[21:49:11] [Server thread/INFO]: [Skript] Loaded a total of 20213 english aliases
[21:49:11] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[21:49:11] [Server thread/INFO]: [Toplayici] Enabling Toplayici v2.1
[21:49:11] [Server thread/INFO]: §e-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:11] [Server thread/INFO]: 
[21:49:11] [Server thread/INFO]: §b   _____           _          _    _
[21:49:11] [Server thread/INFO]: §b  / ____|         (_)   /\   | |  (_)
[21:49:11] [Server thread/INFO]: §b | |     _____   ___   /  \  | | ___
[21:49:11] [Server thread/INFO]: §b | |    / _ \ \ / / | / /\ \ | |/ / |
[21:49:11] [Server thread/INFO]: §b | |___| (_) \ V /| |/ ____ \|   <| |
[21:49:11] [Server thread/INFO]: §b  \_____\___/ \_/ |_/_/    \_\_|\_\_|
[21:49:11] [Server thread/INFO]: §b
[21:49:11] [Server thread/INFO]: §b      < < <  CoviAki Toplayici  > > >
[21:49:11] [Server thread/INFO]: §b                by CooLBeY
[21:49:11] [Server thread/INFO]: §b    CoviAki Discord: */rzFp9jW
[21:49:11] [Server thread/INFO]: 
[21:49:11] [Server thread/INFO]: §e-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:11] [Server thread/INFO]: 
[21:49:11] [Server thread/INFO]: §a        P L U G I N   A K T I F
[21:49:11] [Server thread/INFO]: 
[21:49:11] [Server thread/INFO]: §e-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:11] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.1-b332
[21:49:11] [Server thread/INFO]: GroupManager - INFO - World Found: world
[21:49:11] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[21:49:11] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[21:49:11] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[21:49:11] [Server thread/INFO]: GroupManager version 2.0.1-b332 is enabled!
[21:49:11] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[21:49:11] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[21:49:11] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.4
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: askyblock
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: skript
[21:49:11] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list...
[21:49:11] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
[21:49:11] [Server thread/INFO]: [ClearLag] Loading modules...
[21:49:11] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[21:49:11] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[21:49:11] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[21:49:11] [Thread-10/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[21:49:11] [Server thread/INFO]: [AlphaChest] Enabling AlphaChest v1.17.0
[21:49:11] [Server thread/INFO]: [AlphaChest] loaded 1 chests
[21:49:11] [Server thread/INFO]: [Announcer] Enabling Announcer v1.7
[21:49:12] [Thread-11/WARN]: Exception in thread "Thread-11"
[21:49:12] [Thread-11/WARN]: java.lang.NullPointerException
[21:49:12] [Thread-11/WARN]:     at me.thundergemios10.updater.Updater.versionCheck(Updater.java:434)
[21:49:12] [Thread-11/WARN]:     at me.thundergemios10.updater.Updater.access$400(Updater.java:36)
[21:49:12] [Thread-11/WARN]:     at me.thundergemios10.updater.Updater$UpdateRunnable.run(Updater.java:587)
[21:49:12] [Thread-11/WARN]:     at java.lang.Thread.run(Unknown Source)
[21:49:12] [Server thread/INFO]: Announcer v1.7 is enabled!

[21:49:12] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.22.11
[21:49:12] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[21:49:12] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[21:49:12] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 170 classes.
[21:49:12] [Server thread/INFO]: [skQuery] Beginning to process a total of 170 from SkQuery
[21:49:13] [Server thread/INFO]: [skQuery] Out of 170 classes, 164 classes were loaded from SkQuery
[21:49:13] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
[21:49:13] [Server thread/INFO]: [NametagEdit] Found GroupManager! Hooking in.
[21:49:13] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.2.0
[21:49:13] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
[21:49:13] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[21:49:13] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
[21:49:13] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
[21:49:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
[21:49:13] [Server thread/INFO]: [WorldGuard] Loading region data...
[21:49:13] [Thread-10/INFO]: [ClearLag] No updates found!
[21:49:14] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v3.7
[21:49:14] [Server thread/INFO]: [AutoSaveWorld] Version 3.7 is enabled: 6bc7448c-16a9-4e4b-bd45-4e3347cde2c6
[21:49:14] [Server thread/INFO]: [AutoPickup] Enabling AutoPickup v5.0.3
[21:49:14] [Thread-14/INFO]: [AutoSaveWorld] AutoBackupThread Started: Interval is 900 seconds, Warn Times are 0
[21:49:14] [Thread-13/INFO]: [AutoSaveWorld] AutoSaveThread Started: Interval is 450 seconds, Warn Times are 0
[21:49:14] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[21:49:14] [Server thread/INFO]: [WildSkript] skQuery hooked!
[21:49:14] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[21:49:14] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[21:49:14] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[21:49:14] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v1.11.2
[21:49:14] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:14] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v1.11.2
[21:49:14] [Server thread/INFO]: [FeatherBoard] Framework version: 2015-01
[21:49:14] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw
[21:49:14] [Server thread/INFO]: [FeatherBoard] Site: http://www.mvdw-software.be/
[21:49:14] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[21:49:14] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
[21:49:14] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
[21:49:15] [Server thread/INFO]: [FeatherBoard] Hooked into Multiverse!
[21:49:16] [Server thread/INFO]: [FeatherBoard] Loaded 697 of the 952 placholders
[21:49:16] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
[21:49:16] [Server thread/INFO]: [FeatherBoard] Loading messages ...
[21:49:16] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
[21:49:16] [Server thread/INFO]: [FeatherBoard] ERROR: Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
[21:49:16] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
[21:49:16] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
[21:49:16] [Server thread/INFO]: [PlayerMagnet] Enabling PlayerMagnet v1.01
[21:49:16] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.0 (build #52)
[21:49:17] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[21:49:17] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11
[21:49:17] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[21:49:17] [Server thread/INFO]: [CombatLog] Loading config.yml.
[21:49:17] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
[21:49:17] [Server thread/INFO]: [CombatLog] Factions plugin not found! Safezone untagging will not work.
[21:49:17] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Enabled.
[21:49:17] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
[21:49:17] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsChat to the same version.
[21:49:17] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[21:49:18] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
[21:49:18] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
[21:49:18] [Server thread/INFO]: Using locale tr
[21:49:18] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[21:49:18] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[21:49:18] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[21:49:18] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.8.2
[21:49:18] [Server thread/INFO]: [TuSKe] Enabling Metrics... Done!
[21:49:18] [Server thread/INFO]: [TuSKe] Check for updates enabled. It will check in some seconds.
[21:49:18] [Server thread/INFO]: [TuSKe] Documentation enabled. Some files containing all syntax of all addons will be generated.
[21:49:18] [Server thread/INFO]: [TuSKe] 
[21:49:18] [Server thread/INFO]: [TuSKe]  A special thanks for donators:
[21:49:18] [Server thread/INFO]: [TuSKe]  @X0Freak - 50$
[21:49:18] [Server thread/INFO]: [TuSKe]  @RepublicanSensei - 10$
[21:49:18] [Server thread/INFO]: [TuSKe] 
[21:49:18] [Server thread/INFO]: [TuSKe] Loaded 8 events, 12 conditions, 20 effects, 61 expressions and 0 types. Have fun!
[21:49:18] [Server thread/INFO]: [VipZero] Enabling VipZero v1.2.4
[21:49:18] [Server thread/INFO]: [VipZero] Enabling VipZero (V1.2.4) - Author: SubZero0 & nathampa0909
[21:49:18] [Server thread/INFO]: [VipZero] Checking for updates...
[21:49:19] [Server thread/INFO]: [VipZero] No updates found.
[21:49:19] [Server thread/INFO]: [VipZero] Checking for old config file...
[21:49:19] [Server thread/INFO]: [VipZero] No updates found.
[21:49:19] [Server thread/INFO]: [VipZero] Checking for config file update...
[21:49:19] [Server thread/INFO]: [VipZero] No updates found.
[21:49:19] [Server thread/INFO]: [VipZero] Checking for language file update...
[21:49:19] [Server thread/INFO]: [VipZero] No updates found.
[21:49:19] [Server thread/INFO]: [VipZero] Using flatfile system.
[21:49:19] [Server thread/INFO]: [VipZero] Use only Vault for permissions: ENABLED!
[21:49:19] [Server thread/INFO]: [VipZero] Hooked to Vault (Permission).
[21:49:19] [Server thread/INFO]: [VipZero] Hooked to Vault (Economy).
[21:49:19] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
[21:49:19] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[21:49:19] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
[21:49:19] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
[21:49:19] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
[21:49:19] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[21:49:19] [Server thread/INFO]: [WhatIsIt] Enabling WhatIsIt v1.3.9
[21:49:19] [Server thread/INFO]: [WhatIsIt] has been enabled.
[21:49:19] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[21:49:20] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.0.1-b601
[21:49:20] [Server thread/WARN]: §cVersion uyuşmuyor! Lütfen Bütün essentials jarlarını güncelleyiniz
[21:49:20] [Server thread/INFO]: [IslandBorder] Enabling IslandBorder vBuild 1
[21:49:20] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.0.9
[21:49:24] [Server thread/INFO]: [AntiCommandTab] Enabling AntiCommandTab v3.4
[21:49:24] [Server thread/INFO]: [WolvSK] Enabling WolvSK v1.6.2
[21:49:24] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
[21:49:25] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
[21:49:25] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:49:25] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: warplar
[21:49:25] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:49:25] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[21:49:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:25] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:25] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:25] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:25] [Server thread/INFO]: Anti X-Ray: true
[21:49:25] [Server thread/INFO]:     Engine Mode: 1
[21:49:25] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:25] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:25] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:25] [Server thread/INFO]: Random Lighting Updates: false
[21:49:25] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:25] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:25] [Server thread/INFO]: Structure Info Saving: true
[21:49:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:25] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:25] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:25] [Server thread/INFO]: Clear tick list: false
[21:49:25] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:25] [Server thread/INFO]: View Distance: 5
[21:49:25] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:25] [Server thread/INFO]: -------- World Settings For [flatroom] --------
[21:49:25] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:25] [Server thread/INFO]: Fix TNT cannons: false
[21:49:25] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:25] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:25] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:25] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:25] [Server thread/INFO]: World async lighting: false
[21:49:25] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:25] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:25] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:25] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:25] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:25] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5514474791017161509)
[21:49:26] [Server thread/INFO]: Preparing spawn area for flatroom, 52%
[21:49:26] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
[21:49:26] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
[21:49:26] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
[21:49:26] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
[21:49:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
[21:49:26] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
[21:49:26] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:49:27] [Server thread/INFO]: -------- World Settings For [create] --------
[21:49:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
[21:49:27] [Server thread/INFO]: Item Despawn Rate: 6000
[21:49:27] [Server thread/INFO]: Item Merge Radius: 3.5
[21:49:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:49:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:49:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:49:27] [Server thread/INFO]: Mob Spawn Range: 3
[21:49:27] [Server thread/INFO]: Anti X-Ray: true
[21:49:27] [Server thread/INFO]:     Engine Mode: 1
[21:49:27] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[21:49:27] [Server thread/INFO]:     Replace Blocks: [1, 5]
[21:49:27] [Server thread/INFO]: Hopper Transfer: 1 Hopper Check: 24 Hopper Amount: 3
[21:49:27] [Server thread/INFO]: Random Lighting Updates: false
[21:49:27] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
[21:49:27] [Server thread/INFO]: Max TNT Explosions: 100
[21:49:27] [Server thread/INFO]: Structure Info Saving: true
[21:49:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:49:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:49:27] [Server thread/INFO]: Sending up to 10 chunks per packet
[21:49:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:49:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
[21:49:27] [Server thread/INFO]: Clear tick list: false
[21:49:27] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:49:27] [Server thread/INFO]: View Distance: 5
[21:49:27] [Server thread/INFO]: Max Entity Collisions: 2
[21:49:27] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[21:49:27] [Server thread/INFO]: -------- World Settings For [create] --------
[21:49:27] [Server thread/INFO]: Water over lava flow speed: 5
[21:49:27] [Server thread/INFO]: Fix TNT cannons: false
[21:49:27] [Server thread/INFO]: Living Entity Despawn Ranges:  Soft: 28 Hard: 96
[21:49:27] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
[21:49:27] [Server thread/INFO]: Allow undead horse types to be leashed: false
[21:49:27] [Server thread/INFO]: Keep spawn chunk loaded: true
[21:49:27] [Server thread/INFO]: World async lighting: false
[21:49:27] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
[21:49:27] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
[21:49:27] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
[21:49:27] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
[21:49:27] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
[21:49:27] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8357445351471663971)
[21:49:28] [Server thread/INFO]: Preparing spawn area for create, 81%
[21:49:28] [Server thread/INFO]: [WorldGuard] (create) TNT ignition is PERMITTED.
[21:49:28] [Server thread/INFO]: [WorldGuard] (create) Lighters are PERMITTED.
[21:49:28] [Server thread/INFO]: [WorldGuard] (create) Lava fire is blocked.
[21:49:28] [Server thread/INFO]: [WorldGuard] (create) Fire spread is UNRESTRICTED.
[21:49:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'create'
[21:49:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: dᅢz
[21:49:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:49:28] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[21:49:28] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
[21:49:28] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.3
[21:49:28] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_8_R3, using UniversalSkinFactory.
[21:49:28] [Server thread/INFO]: [SkinsRestorer] Detected Multiverse-Core! Using it for dimensions.
[21:49:28] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.86
[21:49:29] [Server thread/INFO]: [Shopkeepers] Loading data of 3 shopkeepers..
[21:49:29] [Server thread/INFO]: [FramePicture] Enabling FramePicture v1.8.7
[21:49:29] [Server thread/INFO]: [FramePicture] Configuration loaded!
[21:49:29] [Server thread/INFO]: [FramePicture] Loaded 0 frames!
[21:49:29] [Server thread/INFO]: [FramePicture] Caching frames ...
[21:49:29] [Server thread/INFO]: [FramePicture] Cached 0 frames!
[21:49:29] [Server thread/INFO]: [FramePicture] Plugin enabled!
[21:49:29] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
[21:49:29] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
[21:49:29] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'edit1' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'edit2' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'edit3' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'takas' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'spawner' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'blok' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/WARN]: [HolographicDisplays] Hologram 'fener' was in the world 'warplar' but it wasn't loaded.
[21:49:29] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.12
[21:49:29] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.12!
[21:49:29] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
[21:49:29] [Server thread/INFO]: [skRayFall] Cooking Bacon...
[21:49:29] [Server thread/INFO]: [skRayFall] Citizens not found! Sorry you cant make friends, but don't worry we will still be your friend <3
[21:49:29] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib partical ninjas!
[21:49:29] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
[21:49:29] [Server thread/INFO]: [skRayFall] Bacon holograms found
[21:49:29] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
[21:49:29] [Server thread/INFO]: [skRayFall] Enabling general 1.8+ bacon!
[21:49:30] [Server thread/INFO]: [skRayFall] Getting the extra special 1.8.4 - 1.8.8 bacon!
[21:49:30] [Server thread/INFO]: [skRayFall] An update for skRayFall is available!
[21:49:30] [Server thread/INFO]: [skRayFall] Bacon is ready!
[21:49:30] [Server thread/INFO]: [CratesPlus] Enabling CratesPlus v4.5.1
[21:49:30] [Server thread/ERROR]: Error occurred while enabling CratesPlus v4.5.1 (Is it up to date?)
java.lang.NullPointerException
    at org.bukkit.Location.getBlock(Location.java:87) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at plus.crates.CratesPlus.loadMetaData(CratesPlus.java:443) ~[?:?]
    at plus.crates.CratesPlus.onEnable(CratesPlus.java:212) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
[21:49:30] [Server thread/INFO]: [CratesPlus] Disabling CratesPlus v4.5.1
[21:49:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:49:31] [Server thread/INFO]: Done (25,522s)! For help, type "help" or "?"
[21:49:31] [Server thread/INFO]: Starting remote control listener
[21:49:31] [RCON Listener #1/INFO]: RCON running on 0.0.0.0:7777
[21:49:31] [Server thread/INFO]: Timings Reset
[21:49:31] [Server thread/INFO]: [ASkyBlock] Silencing command feedback for Ops...
[21:49:31] [Server thread/INFO]: Game rule has been updated
[21:49:31] [Server thread/INFO]: [ASkyBlock] If you do not want this, do /gamerule sendCommandFeedback true
[21:49:31] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
[21:49:31] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.3.1
[21:49:31] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[21:49:31] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[21:49:31] [Server thread/INFO]: [ChestCommands] Found a new version: v3.2.0 (yours: v3.1.4)
[21:49:31] [Server thread/INFO]: [ChestCommands] Download it on Bukkit Dev:
[21:49:31] [Server thread/INFO]: [ChestCommands] dev.bukkit.org/bukkit-plugins/chest-commands
[21:49:31] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
[21:49:31] [Server thread/INFO]: [ViaVersion] Enabling PaperSpigot/TacoSpigot patch: Fixes block placement.
[21:49:31] [Craft Scheduler Thread - 23/INFO]: [FeatherBoard] Loaded '0' players from the database!
[21:49:31] [Server thread/INFO]: [Skript] Loading variables...
[21:49:31] [Craft Scheduler Thread - 0/INFO]: [Vault] You are running the latest version
[21:49:31] [Server thread/INFO]: [Skript] Loaded 26 variables in 0.2 seconds
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 35: execute console command "tm msg %player% &eZümrüt Blok"')
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 38: execute console command "tm msg %player% &eElmas Blok"')
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 41: execute console command "tm msg %player% &eAltın Blok"')
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 44: execute console command "tm msg %player% &eDemir Blok"')
[21:49:31] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 47: execute console command "tm msg %player% &eEnd Stone"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 35: execute console command "tm msg %player% &eZümrüt Blok"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 38: execute console command "tm msg %player% &eElmas Blok"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 41: execute console command "tm msg %player% &eAltın Blok"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 44: execute console command "tm msg %player% &eDemir Blok"')
[21:49:32] [Server thread/ERROR]: [Skript] indentation error: expected 8 spaces, but found 2 tabs (adakit.sk, line 47: execute console command "tm msg %player% &eEnd Stone"')
[21:49:32] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '121' with e.g. 'ender_stone'. (adakit.sk, line 48: give 256 121 to player')
[21:49:32] [Craft Scheduler Thread - 16/INFO]: [PlaceholderAPI] 128 placeholder expansions are available on the cloud.
[21:49:32] [Craft Scheduler Thread - 16/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
[21:49:33] [Server thread/ERROR]: [Skript] can't understand this event: 'on break of spawner' (ipeksi.sk, line 8: on break of spawner:')
[21:49:33] [Craft Scheduler Thread - 8/INFO]: [Skript] A new version of Skript is available: 2.3-beta4 (you're currently running 2.2-dev25)
[21:49:34] [Server thread/WARN]: [Skript] Possible name conflict of variables {ping::*} and {ping::%player%} (there might be more conflicts). (ping.sk, line 11: clear {_ping::*}')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 21: give 1 52 named "&eDemir Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 53: give 1 52 named "&eDemir Block Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 87: give 1 52 named "&eAltın Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 119: give 1 52 named "&eAltın Block Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 151: give 1 52 named "&eElmas Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 183: give 1 52 named "&eElmas Block Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 215: give 1 52 named "&eZümrüt Spawner" to player')
[21:49:35] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'mob_spawner'. (sp.sk, line 246: give 1 52 named "&eZümrüt Block Spawner" to player')
[21:49:35] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: hasn't permission "op" (yazma.sk, line 2: hasn't permission "op"')
[21:49:35] [Server thread/INFO]: [Skript] Loaded 13 scripts with a total of 27 triggers and 29 commands in 4.06 seconds
[21:49:35] [Server thread/INFO]: [Skript] Finished loading.
[21:49:35] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[21:49:35] [Server thread/INFO]: [ASkyBlock] Loading island grid...
[21:49:35] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
[21:49:35] [Server thread/INFO]: [ASkyBlock] Loading warps...
[21:49:35] [Server thread/INFO]: [ASkyBlock] Loading warp panel...
[21:49:36] [Server thread/INFO]: [ASkyBlock] Loading Top Ten
[21:49:36] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
[21:49:36] [Server thread/INFO]: [ASkyBlock] Metrics loaded.
[21:49:36] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.9.2) is available at:
[21:49:36] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[21:49:36] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.6.0, you're on: 1.3.0
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] ----------------------------------------------
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     +===============+
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     | SkinsRestorer |
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     +===============+
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] ----------------------------------------------
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     Current version: 13.3
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer]     A new version is available! Downloading it now...
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] ----------------------------------------------
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] [SpigetUpdate] Downloading update...
[21:49:36] [Craft Scheduler Thread - 16/INFO]: [SkinsRestorer] Update downloaded successfully, it will be applied on the next restart.
[21:49:36] [Craft Scheduler Thread - 16/WARN]: [SkinsRestorer] [SpigetUpdate] Could not download update
java.lang.RuntimeException: Download returned status #404
    at skinsrestorer.shared.utils.updater.update.spiget.download.UpdateDownloader.download(UpdateDownloader.java:71) ~[SkinsRestorer.jar:?]
    at skinsrestorer.shared.utils.updater.update.spiget.download.UpdateDownloader$1.run(UpdateDownloader.java:50) [SkinsRestorer.jar:?]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.github.paperspigot.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:23) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_191]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_191]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
[21:49:38] [Craft Scheduler Thread - 0/INFO]: [TuSKe] Checking for latest update...
[21:49:38] [Server thread/INFO]: [ASkyBlock] No update available.
[21:49:38] [Craft Scheduler Thread - 0/INFO]: [TuSKe] No new update was found!
[21:49:39] [Craft Scheduler Thread - 20/INFO]: [TuSKe] Generating documentation of Skript & Addons.
[21:49:39] [Craft Scheduler Thread - 20/INFO]: [TuSKe] Documentation was generated successfully.
[21:53:02] [Thread-23/INFO]: UUID of player hasnaksu_ is ad7b1a28-3839-35ed-a1ae-52e812674afb
[21:53:03] [Server thread/INFO]: is leader = false
[21:53:03] [Server thread/INFO]: hasnaksu_[/88.245.146.15:50287] logged in with entity id 145 at ([ASkyBlock]-10.3913489438937, 120.76770874292457, 5.289354984399934)
[21:53:03] [Server thread/INFO]: KURUCU hasnaksu_ Aramıza katıldı!
[21:53:11] [Server thread/INFO]: hasnaksu_ issued server command: /demirblockspawner
[21:53:11] [Server thread/INFO]: hasnaksu_ [ad7b1a28-3839-35ed-a1ae-52e812674afb]: /demirblockspawner
[21:53:12] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.
[21:53:13] [Server thread/INFO]: [hasnaksu_: Block placed]
[21:53:43] [Server thread/INFO]: hasnaksu_ issued server command: /mv tp
[21:53:44] [Server thread/INFO]: hasnaksu_ issued server command: /mv tp flatroom
[21:53:48] [Server thread/INFO]: [hasnaksu_: Block placed]
[21:53:52] [Server thread/ERROR]: Could not pass event BlockBreakEvent to AutoPickup v5.0.3
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PlayerInteractManager.breakBlock(PlayerInteractManager.java:286) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PlayerInteractManager.a(PlayerInteractManager.java:121) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:626) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
    at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
    at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [spigot.jar:git-PaperSpigot-"4c7641d"]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
Caused by: java.lang.NoSuchMethodError: org.bukkit.inventory.PlayerInventory.getItemInMainHand()Lorg/bukkit/inventory/ItemStack;
    at me.MnMaxon.AutoPickup.MainListener.onBlockBreak(MainListener.java:398) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
    ... 18 more
Gönderi otomatik olarak birleştirildi:

BEYLER ,BAYANLAR BAKAN YOKMU KONUYA BEEEAAAAA
iki tane options bölümü var ondan dolayı olabilir
 
iki tane options bölümü var ondan dolayı olabilir
nasil 2tane? her sp başinda 1 tane var yada ben görmüyorum
Gönderi otomatik olarak birleştirildi:

yetkili biri yokmu uf??
Gönderi otomatik olarak birleştirildi:

offff bi yetkili baksin konuya açill yazım yaa!!!!
Gönderi otomatik olarak birleştirildi:

beyler bi bakin la gerekli!!
 
Son düzenleme:
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst