Skocz do zawartości
  • 0

bug


Impression

Pytanie

cześć, mam serwer w Minecrafcie lecz występuje mi pewnien błąd - gdy gracz wchodzi na serwer nie moze nic zrobic - od razu sie zamyka.

wpisuje "/" nie może nawet dokończyć i okno sie zamyka (to do pisania, nie minecraft), otwiera ekwipunek i tez od razu sie zamyka

Odnośnik do komentarza
Udostępnij na innych stronach

6 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Log:

[18:35:53] [Server thread/INFO]: Starting minecraft server version 1.8.8


[18:35:53] [Server thread/INFO]: Loading properties
[18:35:53] [Server thread/INFO]: Default game type: SURVIVAL
[18:35:53] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-5f38d38-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[18:35:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:35:53] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:35:53] [Server thread/INFO]: Debug logging is disabled
[18:35:53] [Server thread/INFO]: Generating keypair
[18:35:53] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25808
[18:35:54] [Server thread/WARN]: Plugin `Frame_Protector v1.3' uses the space-character (0x20) in its name `Frame Protector' - this is discouraged
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins/Essentials.jar' and `plugins/Essentials-2.x-SNAPSHOT.jar' in `plugins'
[18:35:54] [Server thread/WARN]: Plugin `iConomy_Recreation v8.0' uses the space-character (0x20) in its name `iConomy Recreation' - this is discouraged
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `WorldEdit' for files `plugins/worldedit-bukkit-6.1.jar' and `plugins/WorldEdit.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `PermissionsEx' for files `plugins/PermissionsEx.jar' and `plugins/PermissionsEx-1.23.3.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `EssentialsChat' for files `plugins/EssentialsChat-2.x-SNAPSHOT.jar' and `plugins/EssentialsChat.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins/Multiverse-Core-2.5.jar' and `plugins/Multiverse-Core-2.4.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Could not load 'plugins/Clearlag.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_80]
    at java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:1.7.0_80]
    at java.util.zip.ZipFile.<init>(ZipFile.java:145) ~[?:1.7.0_80]
    at java.util.jar.JarFile.<init>(JarFile.java:154) ~[?:1.7.0_80]
    at java.util.jar.JarFile.<init>(JarFile.java:118) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    ... 5 more
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `Vault' for files `plugins/Vault (1).jar' and `plugins/Vault.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `EssentialsSpawn' for files `plugins/EssentialsSpawn-2.x-SNAPSHOT.jar' and `plugins/EssentialsSpawn.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `WorldGuard' for files `plugins/WorldGuard.jar' and `plugins/worldguard-6.1.jar' in `plugins'
[18:35:54] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[18:35:54] [Server thread/INFO]: [PermissionsEx] sql backend registered!
[18:35:54] [Server thread/INFO]: [PermissionsEx] file backend registered!
[18:35:54] [Server thread/ERROR]: Could not load 'plugins/IslandWorldChallenges.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: pl/iwc/IWChallenges : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
Caused by: java.lang.UnsupportedClassVersionError: pl/iwc/IWChallenges : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_80]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_80]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_80]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_80]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_80]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_80]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    ... 6 more
[18:35:54] [Server thread/INFO]: [LotusPierozki] Loading LotusPierozki v1.0
[18:35:54] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.4
[18:35:54] [Server thread/INFO]: [ChatQ] Loading ChatQ v2.1
[18:35:54] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[18:35:54] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.10.6-RC-sMD5NET-b644
[18:35:54] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
[18:35:54] [Server thread/INFO]: [sVote] Loading sVote v1.0
[18:35:54] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[18:35:54] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
[18:35:54] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.2
[18:35:54] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[18:35:54] [Server thread/INFO]: Permissions file successfully reloaded
[18:35:54] [Server thread/INFO]: [Frame_Protector] Loading Frame_Protector v1.3
[18:35:54] [Server thread/INFO]: [FigAdmin] Loading FigAdmin v1.2
[18:35:54] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.7.1
[18:35:54] [Server thread/INFO]: [Najs_UNCMD] Loading Najs_UNCMD v1.0
[18:35:54] [Server thread/INFO]: [Jackpot] Loading Jackpot v1.0.4
[18:35:54] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.4
[18:35:54] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.52
[18:35:54] [Server thread/INFO]: [LogIt] Loading LogIt v0.6.8-b772
[18:35:54] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[18:35:54] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v1.11.2
[18:35:54] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[18:35:54] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11
[18:35:54] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.3.6-vk-1_10_R1
[18:35:54] [Server thread/INFO]: [StatusSign] Loading StatusSign v1.7.0
[18:35:54] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
[18:35:54] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.7.0
[18:35:54] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
[18:35:54] [Server thread/WARN]: [ProtocolLib] [MinecraftReflection] Cannot find standard Minecraft library location. Assuming MCPC.
[18:35:55] [Server thread/ERROR]:   [ProtocolLib] INTERNAL ERROR: Cannot load ProtocolLib.
  If this problem hasn't already been reported, please open a ticket
  at http://dev.bukkit.org/server-mods/protocollib/ with the following data:
            ===== STACK TRACE =====
  java.lang.NoClassDefFoundError: net/minecraft/util/io/netty/channel/ChannelInboundHandler
      at com.comphenix.protocol.injector.PacketFilterManager.<init>(PacketFilterManager.java:271)
      at com.comphenix.protocol.injector.PacketFilterBuilder.buildInternal(PacketFilterBuilder.java:250)
      at com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:233)
      at com.comphenix.protocol.ProtocolLibrary.onLoad(ProtocolLibrary.java:202)
      at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:297)
      at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198)
      at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
      at java.lang.Thread.run(Thread.java:745)
  Caused by: java.lang.ClassNotFoundException: net.minecraft.util.io.netty.channel.ChannelInboundHandler
      at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
      at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
      ... 8 more
            ===== DUMP =====
  Parameters: 
    [NULL]
  Sender:
    com.comphenix.protocol.ProtocolLibrary@45cf6558[
      statistics=<null>
      backgroundCompiler=<null>
      packetTask=-1
      tickCounter=0
      unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@2a745adf
      configExpectedMod=-1
      logger=org.bukkit.plugin.PluginLogger@3cf9fc3f
      redirectHandler=<null>
      commandProtocol=<null>
      commandPacket=<null>
      commandFilter=<null>
      skipDisable=false
      isEnabled=false
      loader=org.bukkit.plugin.java.JavaPluginLoader@14d97f8d
      server=CraftServer{serverName=CraftBukkit,serverVersion=git-Spigot-5f38d38-18fbb24,minecraftVersion=1.8.8}
      file=plugins/ProtocolLib.jar
      description=org.bukkit.plugin.PluginDescriptionFile@5a431ae9
      dataFolder=plugins/ProtocolLib
      classLoader=org.bukkit.plugin.java.PluginClassLoader@5142b8b
      naggable=true
      ebean=<null>
      newConfig=YamlConfiguration[path='', root='YamlConfiguration']
      configFile=plugins/ProtocolLib/config.yml
      logger=org.bukkit.plugin.PluginLogger@3cf9fc3f
    ]
  Version:
    ProtocolLib v3.7.0
  Server:
    git-Spigot-5f38d38-18fbb24 (MC: 1.8.8)

[18:35:55] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
[18:35:55] [Server thread/INFO]: [SkAddonLib] Loading SkAddonLib v1.1
[18:35:55] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.4
[18:35:55] [Server thread/INFO]: [mwParkour2] Loading mwParkour2 v1.5.9
[18:35:55] [Server thread/INFO]: [MobArena] Loading MobArena v0.96.8
[18:35:55] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
[18:35:55] [Server thread/INFO]: [iConomy_Recreation] Loading iConomy_Recreation v8.0
[18:35:55] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
[18:35:55] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
[18:35:55] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[18:35:55] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b540
[18:35:55] [Server thread/INFO]: [IslandWorld] Loading IslandWorld v6.9
[18:35:55] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.0-SNAPSHOT
[18:35:55] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[18:35:55] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
[18:35:55] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[18:35:55] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[18:35:55] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[18:35:55] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[18:35:55] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[18:35:55] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[18:35:55] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[18:35:55] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[18:35:55] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[18:35:55] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[18:35:55] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.7.0
[18:35:55] [Server thread/ERROR]:   [ProtocolLib] INTERNAL ERROR: Cannot enable ProtocolLib.
  If this problem hasn't already been reported, please open a ticket
  at http://dev.bukkit.org/server-mods/protocollib/ with the following data:
            ===== STACK TRACE =====
  java.lang.ExceptionInInitializerError
      at com.comphenix.protocol.ProtocolLibrary.onEnable(ProtocolLibrary.java:355)
      at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
      at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
      at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
      at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
      at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
      at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199)
      at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
      at java.lang.Thread.run(Thread.java:745)
  Caused by: com.comphenix.protocol.reflect.FieldAccessException: Field index must be within 0 - count
      at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:191)
      at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.initialize(NettyProtocolRegistry.java:124)
      at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.<init>(NettyProtocolRegistry.java:59)
      at com.comphenix.protocol.injector.packet.PacketRegistry.initialize(PacketRegistry.java:80)
      at com.comphenix.protocol.injector.packet.PacketRegistry.getPacketClassFromType(PacketRegistry.java:356)
      at com.comphenix.protocol.utility.ChatExtensions.getJsonFormatConstructor(ChatExtensions.java:218)
      at com.comphenix.protocol.utility.ChatExtensions.<clinit>(ChatExtensions.java:56)
      ... 9 more
  Caused by: java.lang.IndexOutOfBoundsException: Out of bounds
      ... 16 more
            ===== DUMP =====
  Sender:
    com.comphenix.protocol.ProtocolLibrary@45cf6558[
      statistics=<null>
      backgroundCompiler=<null>
      packetTask=-1
      tickCounter=0
      unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@2a745adf
      configExpectedMod=-1
      logger=org.bukkit.plugin.PluginLogger@3cf9fc3f
      redirectHandler=<null>
      commandProtocol=<null>
      commandPacket=<null>
      commandFilter=<null>
      skipDisable=false
      isEnabled=true
      loader=org.bukkit.plugin.java.JavaPluginLoader@14d97f8d
      server=CraftServer{serverName=CraftBukkit,serverVersion=git-Spigot-5f38d38-18fbb24,minecraftVersion=1.8.8}
      file=plugins/ProtocolLib.jar
      description=org.bukkit.plugin.PluginDescriptionFile@5a431ae9
      dataFolder=plugins/ProtocolLib
      classLoader=org.bukkit.plugin.java.PluginClassLoader@5142b8b
      naggable=true
      ebean=<null>
      newConfig=YamlConfiguration[path='', root='YamlConfiguration']
      configFile=plugins/ProtocolLib/config.yml
      logger=org.bukkit.plugin.PluginLogger@3cf9fc3f
    ]
  Version:
    ProtocolLib v3.7.0
  Server:
    git-Spigot-5f38d38-18fbb24 (MC: 1.8.8)

[18:35:55] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.7.0
[18:35:55] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
[18:35:55] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
[18:35:55] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:35:55] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:35:55] [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.
[18:35:55] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:35:55] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[18:35:55] [Server thread/INFO]: Preparing level "world"
[18:35:55] [Server thread/INFO]: -------- World Settings For [world] --------
[18:35:55] [Server thread/INFO]: Anti X-Ray: true
[18:35:55] [Server thread/INFO]:     Engine Mode: 1
[18:35:55] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:35:55] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:35:55] [Server thread/INFO]: Mob Spawn Range: 4
[18:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:35:55] [Server thread/INFO]: Random Lighting Updates: false
[18:35:55] [Server thread/INFO]: Structure Info Saving: true
[18:35:55] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:35:55] [Server thread/INFO]: Max Entity Collisions: 8
[18:35:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:35:55] [Server thread/INFO]: Max TNT Explosions: 100
[18:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:35:55] [Server thread/INFO]: Item Despawn Rate: 6000
[18:35:55] [Server thread/INFO]: Item Merge Radius: 2.5
[18:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:35:55] [Server thread/INFO]: View Distance: 10
[18:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:35:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:35:55] [Server thread/INFO]: Clear tick list: false
[18:35:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:35:55] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:35:55] [Server thread/INFO]: Anti X-Ray: true
[18:35:55] [Server thread/INFO]:     Engine Mode: 1
[18:35:55] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:35:55] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:35:55] [Server thread/INFO]: Mob Spawn Range: 4
[18:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:35:55] [Server thread/INFO]: Random Lighting Updates: false
[18:35:55] [Server thread/INFO]: Structure Info Saving: true
[18:35:55] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:35:55] [Server thread/INFO]: Max Entity Collisions: 8
[18:35:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:35:55] [Server thread/INFO]: Max TNT Explosions: 100
[18:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:35:55] [Server thread/INFO]: Item Despawn Rate: 6000
[18:35:55] [Server thread/INFO]: Item Merge Radius: 2.5
[18:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:35:55] [Server thread/INFO]: View Distance: 10
[18:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:35:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:35:55] [Server thread/INFO]: Clear tick list: false
[18:35:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:35:55] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:35:55] [Server thread/INFO]: Anti X-Ray: true
[18:35:55] [Server thread/INFO]:     Engine Mode: 1
[18:35:55] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:35:55] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:35:55] [Server thread/INFO]: Mob Spawn Range: 4
[18:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:35:55] [Server thread/INFO]: Random Lighting Updates: false
[18:35:55] [Server thread/INFO]: Structure Info Saving: true
[18:35:55] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:35:55] [Server thread/INFO]: Max Entity Collisions: 8
[18:35:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:35:55] [Server thread/INFO]: Max TNT Explosions: 100
[18:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:35:55] [Server thread/INFO]: Item Despawn Rate: 6000
[18:35:55] [Server thread/INFO]: Item Merge Radius: 2.5
[18:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:35:55] [Server thread/INFO]: View Distance: 10
[18:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:35:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:35:55] [Server thread/INFO]: Clear tick list: false
[18:35:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:35:55] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6043845665628951936)
[18:35:56] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4642402980561159075)
[18:35:57] [Server thread/INFO]: Preparing start region for level 2 (Seed: 4642402980561159075)
[18:35:57] [Server thread/INFO]: [LotusPierozki] Enabling LotusPierozki v1.0
[18:35:57] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.4
[18:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[18:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[18:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 500 at X: 96.5 Z: 256.5
[18:35:57] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 4.0 Y: 96.0 Z: 52.0
[18:35:57] [Server thread/INFO]: [ChatQ] Enabling ChatQ v2.1
[18:35:57] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[18:35:58] [Server thread/INFO]: New permissions resolver: GroupManagerResolver detected. Added to disabled resolvers list.
[18:35:58] [Server thread/INFO]: WEPIF: Updated config file
[18:35:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[18:35:58] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[18:35:58] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.10.6-RC-sMD5NET-b644
[18:35:58] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for your specific Minecraft + server-mod version.
[18:35:58] [Server thread/WARN]: [NoCheatPlus] API-only MCAccess: Some features will likely not function properly, performance might suffer.
[18:35:58] [Server thread/WARN]: [NoCheatPlus]  Check for updates at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
[18:35:58] [Server thread/WARN]: [NoCheatPlus]  Development builds: http://ci.ecocitycraft.com/job/NoCheatPlus/
[18:35:58] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.1|1.6.2|? / Bukkit-API
[18:35:58] [Server thread/ERROR]: java.lang.NoSuchFieldError: LOCKED_CHEST
    at fr.neatmonster.nocheatplus.utilities.BlockProperties.initBlocks(BlockProperties.java:741)
    at fr.neatmonster.nocheatplus.utilities.BlockProperties.init(BlockProperties.java:384)
    at fr.neatmonster.nocheatplus.NoCheatPlus.initBlockProperties(NoCheatPlus.java:982)
    at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:725)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
    at java.lang.Thread.run(Thread.java:745)

[18:35:58] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[18:35:58] [Server thread/INFO]: [NoCheatPlus] Version 3.10.6-RC-sMD5NET-b644 is enabled.
[18:35:58] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
[18:36:00] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
[18:36:00] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
[18:36:00] [Server thread/INFO]: [Skript]  ~ created by & © Peter GĂĽttinger aka Njol ~
[18:36:00] [Server thread/INFO]: [sVote] Enabling sVote v1.0
[18:36:00] [Server thread/INFO]: [sVote] Plugin enabled!
[18:36:00] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
[18:36:00] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
[18:36:00] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 4642402980561159075
[18:36:01] [Server thread/INFO]: -------- World Settings For [SkyBlock] --------
[18:36:01] [Server thread/INFO]: Anti X-Ray: true
[18:36:01] [Server thread/INFO]:     Engine Mode: 1
[18:36:01] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:36:01] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:36:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:36:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:36:01] [Server thread/INFO]: Mob Spawn Range: 4
[18:36:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:36:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:36:01] [Server thread/INFO]: Random Lighting Updates: false
[18:36:01] [Server thread/INFO]: Structure Info Saving: true
[18:36:01] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:36:01] [Server thread/INFO]: Max Entity Collisions: 8
[18:36:01] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:36:01] [Server thread/INFO]: Max TNT Explosions: 100
[18:36:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:36:01] [Server thread/INFO]: Item Despawn Rate: 6000
[18:36:01] [Server thread/INFO]: Item Merge Radius: 2.5
[18:36:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:36:01] [Server thread/INFO]: View Distance: 10
[18:36:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:36:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:36:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:36:01] [Server thread/INFO]: Clear tick list: false
[18:36:01] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:36:01] [Server thread/INFO]: Preparing start region for level 3 (Seed: -9057190612698579293)
[18:36:01] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[18:36:01] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[18:36:01] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.2
[18:36:01] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[18:36:01] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[18:36:01] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[18:36:01] [Server thread/INFO]: [Frame_Protector] Enabling Frame_Protector v1.3
[18:36:01] [Server thread/INFO]: [Frame_Protector] Frame Protector version 1.3 has been enabled.
[18:36:01] [Server thread/INFO]: [Frame_Protector] Developed by: [lst96]
[18:36:02] [Server thread/INFO]: Frame Protector v1.3 is the latest version available!
[18:36:02] [Server thread/INFO]: [FigAdmin] Enabling FigAdmin v1.2
[18:36:02] [Server thread/INFO]: FigAdmin version 1.2 is enabled!
[18:36:02] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.7.1
[18:36:02] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world) Lighters are blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[18:36:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[18:36:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[18:36:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[18:36:02] [Server thread/INFO]: [WorldGuard] (SkyBlock) TNT ignition is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (SkyBlock) Lighters are blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (SkyBlock) Lava fire is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (SkyBlock) Fire spread is UNRESTRICTED.
[18:36:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyBlock'
[18:36:02] [Server thread/INFO]: [WorldGuard] 4 regions loaded for 'world'
[18:36:02] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
[18:36:02] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
[18:36:02] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'SkyBlock'
[18:36:02] [Server thread/INFO]: [Najs_UNCMD] Enabling Najs_UNCMD v1.0
[18:36:02] [Server thread/INFO]: [Jackpot] Enabling Jackpot v1.0.4
[18:36:02] [Server thread/INFO]: [Jackpot] Jackpot 1.0.4 by bazsi700 has been enabled succesfully.
[18:36:02] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.4
[18:36:02] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.52
[18:36:02] [Server thread/ERROR]: [Shopkeepers] Potentially incompatible server version: v1_8_R3
[18:36:02] [Server thread/ERROR]: [Shopkeepers] Shopkeepers is trying to run in 'compatibility mode'.
[18:36:02] [Server thread/INFO]: [Shopkeepers] Check for updates at http://dev.bukkit.org/bukkit-plugins/shopkeepers/
[18:36:02] [Server thread/ERROR]: [Shopkeepers] Incompatible server version: Shopkeepers cannot be enabled.
[18:36:03] [Server thread/INFO]: [LogIt] Enabling LogIt v0.6.8-b772
[18:36:03] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[18:36:03] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v1.11.2
[18:36:03] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[18:36:03] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v1.11.2
[18:36:03] [Server thread/INFO]: [FeatherBoard] Framework version: 2015-01
[18:36:03] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw
[18:36:03] [Server thread/INFO]: [FeatherBoard] Site: http://www.mvdw-software.be/
[18:36:03] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[18:36:03] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
[18:36:03] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
[18:36:03] [Server thread/INFO]: [FeatherBoard] Hooked into Multiverse!
[18:36:04] [Server thread/INFO]: [FeatherBoard] Loaded 786 of the 1051 placholders
[18:36:04] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
[18:36:04] [Server thread/INFO]: [FeatherBoard] Loading messages ...
[18:36:04] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
[18:36:04] [Server thread/INFO]: [FeatherBoard] ERROR: Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
[18:36:04] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
[18:36:04] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[18:36:04] [Server thread/INFO]: [WildSkript] skQuery hooked!
[18:36:04] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[18:36:04] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[18:36:04] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[18:36:04] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11
[18:36:04] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[18:36:04] [Server thread/INFO]: [CombatLog] Loading config.yml.
[18:36:05] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
[18:36:05] [Server thread/INFO]: [CombatLog] Factions plugin not found! Safezone untagging will not work.
[18:36:05] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Enabled.
[18:36:05] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.3.6-vk-1_10_R1
[18:36:05] [Server thread/INFO]: [OpenInv] [Config] Update not required.
[18:36:05] [Server thread/INFO]: [StatusSign] Enabling StatusSign v1.7.0
[18:36:05] [Server thread/INFO]: [StatusSign] All the status sign files has been reviewed
[18:36:05] [Server thread/INFO]: [Status Sign] Will update all the signs every 1800 seconds
[18:36:05] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
[18:36:05] [ServiceThread/WARN]: [Fatal Error] :1:1: Premature end of file.

[18:36:05] [ServiceThread/INFO]: UpdateCheck: Unable to connect to BukkitDev!
[18:36:05] [Server thread/INFO]: [ClearLag] Loading modules...
[18:36:05] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[18:36:05] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[18:36:05] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[18:36:05] [Thread-12/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[18:36:05] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
[18:36:05] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[18:36:05] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[18:36:05] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
[18:36:05] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
[18:36:05] [Server thread/ERROR]: Error occurred while enabling SkQuery v3.21.4 (Is it up to date?)
java.lang.NoClassDefFoundError: com/comphenix/protocol/events/PacketListener
    at com.w00tmast3r.skquery.elements.ProtocolHandlers.run(ProtocolHandlers.java:21) ~[?:?]
    at com.w00tmast3r.skquery.Registration.register(Registration.java:149) ~[?:?]
    at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:68) ~[?:?]
    at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:25) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.events.PacketListener
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_80]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_80]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
    ... 15 more
[18:36:05] [Server thread/INFO]: [SkAddonLib] Enabling SkAddonLib v1.1
[18:36:05] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.4
[18:36:05] [Server thread/INFO]: [AutoSaveWorld] Version 4.4 is enabled: 160e989a-8b5d-4177-82eb-a7a290ef431d
[18:36:05] [Server thread/INFO]: [mwParkour2] Enabling mwParkour2 v1.5.9
[18:36:05] [Thread-13/INFO]: [AutoSaveWorld] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
[18:36:05] [Thread-14/INFO]: [AutoSaveWorld] AutoBackupThread Started: Interval is 21600 seconds, Warn Times are 0
[18:36:05] [Thread-15/INFO]: [AutoSaveWorld] AutoPurgeThread Started: Interval is 86400 seconds, Warn Times are 0
[18:36:05] [Server thread/INFO]: [MobArena] Enabling MobArena v0.96.8
[18:36:05] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[18:36:05] [Thread-12/INFO]: [ClearLag] No updates found!
[18:36:05] [Server thread/INFO]: [MobArena] Loaded arena 'default'
[18:36:05] [Server thread/INFO]: [MobArena] v0.96.8 enabled.
[18:36:05] [Server thread/INFO]: [iConomy_Recreation] Enabling iConomy_Recreation v8.0
[18:36:05] [Server thread/INFO]: [iConomy_Recreation - April Fools] Enabled (16 ms)
[18:36:05] [Server thread/INFO]: [iConomy_Recreation] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[18:36:05] [Server thread/INFO]: [Vault][Economy] iConomy 8 hooked.
[18:36:05] [Thread-17/INFO]: [iConomy_Recreation - April Fools] Purged accounts with default balance.
[18:36:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
[18:36:05] [Server thread/WARN]: §4Version mismatch! Please update EssentialsSpawn to the same version.
[18:36:05] [Server thread/WARN]: §4Version mismatch! Please update EssentialsChat to the same version.
[18:36:05] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[18:36:05] [Server thread/INFO]: git-Spigot-5f38d38-18fbb24 (MC: 1.8.8)
[18:36:05] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
[18:36:05] [Server thread/INFO]: Using locale pl_PL
[18:36:05] [Server thread/ERROR]: java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
[18:36:05] [Server thread/ERROR]: Error occurred while enabling Essentials v2.13.1 (Is it up to date?)
java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
    at com.earth2me.essentials.UserMap.<init>(UserMap.java:27) ~[?:?]
    at com.earth2me.essentials.Essentials.onEnable(Essentials.java:195) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
[18:36:05] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[18:36:05] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
[18:36:05] [Server thread/ERROR]: Essentials not installed or failed to load. Essenials Protect is in emergency mode now.
[18:36:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[18:36:05] [Server thread/ERROR]: Error occurred while enabling EssentialsSpawn vTeamCity (Is it up to date?)
java.lang.NoSuchMethodError: com.earth2me.essentials.I18n.tl(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
    at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:34) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
[18:36:05] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b540
[18:36:05] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b540 Enabled - By Rigby and fernferret
[18:36:05] [Server thread/INFO]: [Multiverse-Portals]  0 - Portals(s) loaded
[18:36:05] [Server thread/INFO]: [IslandWorld] Enabling IslandWorld v6.9
[18:36:06] [Server thread/INFO]: [IslandWorld] Dynmap support disabled
[18:36:06] [Server thread/WARN]: [IslandWorld] ============================
[18:36:06] [Server thread/WARN]: [IslandWorld] ERROR
[18:36:06] [Server thread/WARN]: [IslandWorld] World named IslandWorld (world-isle) doesn't exists!
[18:36:06] [Server thread/WARN]: [IslandWorld] ============================
[18:36:06] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.0-SNAPSHOT
[18:36:06] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[18:36:06] [Server thread/INFO]: [AuthMe] Set Language: pl
[18:36:06] [Server thread/INFO]: [AuthMe] Metrics started successfully!
[18:36:06] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[18:36:06] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[18:36:06] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[18:36:06] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[18:36:06] [Server thread/INFO]: [AuthMe] AuthMe hook perfectly with server hosting VERYGAMES
[18:36:06] [Server thread/INFO]: [AuthMe] Authme 5.0-SNAPSHOT enabled
[18:36:06] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[18:36:06] [Server thread/ERROR]: Error occurred while enabling EssentialsChat vTeamCity (Is it up to date?)
java.lang.NoSuchMethodError: com.earth2me.essentials.I18n.tl(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
    at com.earth2me.essentials.chat.EssentialsChat.onEnable(EssentialsChat.java:26) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
[18:36:06] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
[18:36:06] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: iConomy 8
[18:36:06] [Server thread/INFO]: Timeismoney is now enabled
[18:36:06] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:36:06] [Server thread/INFO]: Done (10.688s)! For help, type "help" or "?"
[18:36:06] [Server thread/INFO]: Starting GS4 status listener
[18:36:06] [Query Listener #1/INFO]: Query running on 0.0.0.0:25808
[18:36:06] [Server thread/INFO]: Using epoll channel type
[18:36:06] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[18:36:06] [Server thread/INFO]: [Status Sign] All the status sign has been updated
[18:36:06] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[18:36:06] [Craft Scheduler Thread - 5/INFO]: [FeatherBoard] Loaded '0' players from the database!
[18:36:06] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[18:36:06] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
[18:36:06] [Server thread/WARN]: --- Missing entries -------------------------------
[18:36:06] [Server thread/WARN]: * MISSING 0(AIR) 
[18:36:06] [Server thread/WARN]: * MISSING 7(BEDROCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 8(WATER / LIQUID+WATER+HEIGHT_8SIM_DEC) 
[18:36:06] [Server thread/WARN]: * MISSING 9(STATIONARY_WATER / LIQUID+WATER+HEIGHT_8SIM_DEC) 
[18:36:06] [Server thread/WARN]: * MISSING 10(LAVA / LIQUID+LAVA+HEIGHT_8SIM_DEC) 
[18:36:06] [Server thread/WARN]: * MISSING 11(STATIONARY_LAVA / LIQUID+LAVA+HEIGHT_8SIM_DEC) 
[18:36:06] [Server thread/WARN]: * MISSING 90(PORTAL) 
[18:36:06] [Server thread/WARN]: * MISSING 95(STAINED_GLASS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 119(ENDER_PORTAL) 
[18:36:06] [Server thread/WARN]: * MISSING 120(ENDER_PORTAL_FRAME / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 146(TRAPPED_CHEST / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 147(GOLD_PLATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 148(IRON_PLATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 149(REDSTONE_COMPARATOR_OFF) 
[18:36:06] [Server thread/WARN]: * MISSING 150(REDSTONE_COMPARATOR_ON) 
[18:36:06] [Server thread/WARN]: * MISSING 151(DAYLIGHT_DETECTOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 152(REDSTONE_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 153(QUARTZ_ORE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 154(HOPPER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 155(QUARTZ_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 156(QUARTZ_STAIRS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 157(ACTIVATOR_RAIL) 
[18:36:06] [Server thread/WARN]: * MISSING 158(DROPPER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 159(STAINED_CLAY / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 160(STAINED_GLASS_PANE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 161(LEAVES_2 / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 162(LOG_2 / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 163(ACACIA_STAIRS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 164(DARK_OAK_STAIRS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 165(SLIME_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 166(BARRIER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 167(IRON_TRAPDOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 168(PRISMARINE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 169(SEA_LANTERN / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 170(HAY_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 171(CARPET) 
[18:36:06] [Server thread/WARN]: * MISSING 172(HARD_CLAY / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 173(COAL_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 174(PACKED_ICE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 175(DOUBLE_PLANT) 
[18:36:06] [Server thread/WARN]: * MISSING 176(STANDING_BANNER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 177(WALL_BANNER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 178(DAYLIGHT_DETECTOR_INVERTED / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 179(RED_SANDSTONE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 180(RED_SANDSTONE_STAIRS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 181(DOUBLE_STONE_SLAB2 / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 182(STONE_SLAB2 / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 183(SPRUCE_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 184(BIRCH_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 185(JUNGLE_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 186(DARK_OAK_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 187(ACACIA_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 188(SPRUCE_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 189(BIRCH_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 190(JUNGLE_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 191(DARK_OAK_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 192(ACACIA_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 193(SPRUCE_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 194(BIRCH_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 195(JUNGLE_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 196(ACACIA_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 197(DARK_OAK_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:06] [Server thread/ERROR]: #!#! Could not load CobbleX.sk
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:06] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:06] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:06] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:06] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:06] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:06] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Stack trace:
[18:36:06] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:06] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Version Information:
[18:36:06] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:06] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:06] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:06] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Current node: "CobbleX".Recipe.registerIngredient{1, 64 cobblestone}; (CobbleX.sk, line 10)
[18:36:06] [Server thread/ERROR]: #!#! Current item: null
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! End of Error.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:06] [Server thread/ERROR]: #!#! Could not load aukcje.sk
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:06] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:06] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:06] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:06] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:06] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:06] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Stack trace:
[18:36:06] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:06] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Version Information:
[18:36:06] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:06] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:06] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:06] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Current node: if arg 1 is set: (aukcje.sk, line 7)
[18:36:06] [Server thread/ERROR]: #!#! Current item: null
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! End of Error.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:06] [Server thread/ERROR]: #!#! Could not load blad.sk
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:06] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:06] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:06] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:06] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:06] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:06] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Stack trace:
[18:36:06] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:55)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:701)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:06] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Version Information:
[18:36:06] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:06] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:06] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:06] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Current node: player don't have permission "sprawdz.plg": (blad.sk, line 3)
[18:36:06] [Server thread/ERROR]: #!#! Current item: null
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! End of Error.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:06] [Server thread/ERROR]: #!#! Could not load czas.sk
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:06] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:06] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:06] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:06] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:06] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:06] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Stack trace:
[18:36:06] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:633)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:06] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Version Information:
[18:36:06] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:06] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:06] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:06] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Current node: loop all players: (czas.sk, line 7)
[18:36:06] [Server thread/ERROR]: #!#! Current item: null
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! End of Error.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load doungeony.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:908)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:55)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:701)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: set {_r} to location at {@d1x}, {@d1y}, {@d1z} (doungeony.sk, line 23)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load kd.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: if name of player's tool is "&3KD+1>>Speed": (kd.sk, line 2)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load kupowanie.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: if argument 1 is not set: (kupowanie.sk, line 4)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load losowanie.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: set {1} to 0 or 1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9 (losowanie.sk, line 4)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load nether.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:908)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: send "&4Nie masz uprawnien! Kup Vipa lub zdobadz bilet!" to player (nether.sk, line 4)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load onoffpvp.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:55)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:701)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: if arg world is set: (onoffpvp.sk, line 11)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load pomoc.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:199)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:111)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:507)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:908)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: execute console command "chestcommands open menu %player%" (pomoc.sk, line 91)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load punkty.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: if {powiekszanie.%player%} is greater or equal to 100: (punkty.sk, line 6)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load rankingstone.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: {stone::%player%} is not set: (rankingstone.sk, line 2)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load surowce.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: chance of 100%: (surowce.sk, line 5)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load svip.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: open the player's ender chest to the player (svip.sk, line 6)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[18:36:07] [Server thread/WARN]: [Skript] No scripts were found, maybe you should write some ;)
[18:36:07] [Server thread/INFO]: [Skript] Finished loading.
[18:36:07] [Craft Scheduler Thread - 10/INFO]: [Vault] Checking for Updates ... 
[18:36:07] [Server thread/INFO]: [MobArena] MobArena v0.97.1 is now available!
[18:36:07] [Server thread/INFO]: [MobArena] Your version: v0.96.8
[18:36:07] [Craft Scheduler Thread - 10/INFO]: [Vault] No new version available
[18:37:06] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[18:38:07] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[18:39:02] [Thread-19/INFO]: UUID of player MyszakPL is 214b9583-1813-3819-9f08-e5b76708f125
[18:39:02] [Server thread/WARN]: java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.getUser(Ljava/util/UUID;)Lru/tehkode/permissions/PermissionUser;
[18:39:02] [Server thread/WARN]:     at com.sk89q.wepif.PermissionsExResolver.inGroup(PermissionsExResolver.java:73)
[18:39:02] [Server thread/WARN]:     at com.sk89q.wepif.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:178)
[18:39:02] [Server thread/WARN]:     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:289)
[18:39:02] [Server thread/WARN]:     at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:343)
[18:39:02] [Server thread/WARN]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:39:02] [Server thread/WARN]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[18:39:02] [Server thread/WARN]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:39:02] [Server thread/WARN]:     at java.lang.reflect.Method.invoke(Method.java:606)
[18:39:02] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[18:39:02] [Server thread/WARN]:     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[18:39:02] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[18:39:02] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:39:02] [Server thread/WARN]:     at java.lang.Thread.run(Thread.java:745)
[18:39:02] [Server thread/INFO]: MyszakPL[/46.174.212.12:55673] logged in with entity id 129 at ([world]-41.86954955336388, 82.0, -0.8710224675147845)
[18:39:02] [Craft Scheduler Thread - 5/WARN]: Exception in thread "Craft Scheduler Thread - 5" 
[18:39:02] [Craft Scheduler Thread - 5/WARN]: org.apache.commons.lang.UnhandledException: Plugin AuthMe v5.0-SNAPSHOT generated an exception while executing task 459
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.getUser(Ljava/util/UUID;)Lru/tehkode/permissions/PermissionUser;
    at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getUser(Permission_PermissionsEx.java:243)
    at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getPrimaryGroup(Permission_PermissionsEx.java:264)
    at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738)
    at fr.xephi.authme.cache.limbo.LimboCache.addLimboPlayer(LimboCache.java:76)
    at fr.xephi.authme.cache.limbo.LimboCache.updateLimboPlayer(LimboCache.java:131)
    at fr.xephi.authme.process.join.AsyncronousJoin.process(AsyncronousJoin.java:127)
    at fr.xephi.authme.process.Management$5.run(Management.java:81)
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[18:39:07] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[18:39:25] [Server thread/ERROR]: [WorldEdit] Could not dispatch event: com.sk89q.worldedit.event.platform.PlayerInputEvent@70b98398 to handler EventHandler{priority=NORMAL}
java.lang.reflect.InvocationTargetException
    at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:75) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187) [worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173) [worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.WorldEdit.handleArmSwing(WorldEdit.java:652) [worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.bukkit.WorldEditListener.onPlayerInteract(WorldEditListener.java:153) [worldedit-bukkit-6.1.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
    at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1200) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:18) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_80]
    at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_80]
    at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
    at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
    at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[worldedit-bukkit-6.1.jar:?]
    ... 27 more
Caused by: java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.has(Ljava/util/UUID;Ljava/lang/String;Ljava/lang/String;)Z
    at com.sk89q.wepif.PermissionsExResolver.hasPermission(PermissionsExResolver.java:68) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.wepif.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:173) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.bukkit.BukkitPlayer.hasPermission(BukkitPlayer.java:144) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.extension.platform.PlayerProxy.hasPermission(PlayerProxy.java:143) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.session.SessionManager.get(SessionManager.java:168) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.extension.platform.PlatformManager.handlePlayerInput(PlatformManager.java:417) ~[worldedit-bukkit-6.1.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
    at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
    at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[worldedit-bukkit-6.1.jar:?]
    ... 27 more
[18:39:33] [Server thread/INFO]: MyszakPL lost connection: Internal Exception: java.io.IOException: Error while read(...): Connection reset by peer
[18:39:33] [Server thread/INFO]: [MyCraftLand] Trwa automatyczne zapisywanie swiata...
[18:39:33] [Server thread/INFO]: [AutoSaveWorld] [MyCraftLand] Trwa automatyczne zapisywanie swiata...
[18:39:33] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
[18:39:33] [Server thread/INFO]: [MyCraftLand] Zapisywanie zakonczone pomyslnie!
[18:39:33] [Server thread/INFO]: [AutoSaveWorld] [MyCraftLand] Zapisywanie zakonczone pomyslnie!
[18:40:07] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[18:41:07] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[18:42:07] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[18:42:47] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[18:43:07] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[18:43:27] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[18:43:47] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[18:44:07] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[18:45:02] [Server thread/INFO]: Saving...
[18:45:02] [Server thread/INFO]: Saved the world
[18:45:08] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[18:46:08] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[18:47:08] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[18:48:08] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[18:49:08] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[18:50:08] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[18:50:28] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[18:51:09] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[18:51:09] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[18:51:29] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[18:52:09] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[18:53:09] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[18:54:09] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[18:55:09] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[18:56:10] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[18:57:10] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[18:58:10] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[18:58:10] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[18:58:50] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[18:59:10] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[18:59:10] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[19:00:02] [Server thread/INFO]: Saving...
[19:00:02] [Server thread/INFO]: Saved the world
[19:00:10] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[19:01:10] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[19:02:11] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[19:03:11] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[19:04:11] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[19:05:11] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[19:05:51] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[19:06:11] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[19:06:11] [Server thread/INFO]: [Status Sign] All the status sign has been updated
[19:06:31] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[19:06:51] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[19:07:11] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[19:08:11] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[19:09:11] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[19:10:11] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[19:11:11] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[19:12:11] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[19:13:11] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[19:13:31] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[19:14:11] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[19:14:11] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[19:14:31] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[19:15:02] [Server thread/INFO]: Saving...
[19:15:02] [Server thread/INFO]: Saved the world
[19:15:12] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl

Edytowane przez bvcz
Log pakuje w spoiler
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
Dnia 14.09.2016 o 19:16, Myszak napisał:

Log:

 

  Pokaż ukrytą zawartość

[18:35:53] [Server thread/INFO]: Starting minecraft server version 1.8.8


[18:35:53] [Server thread/INFO]: Loading properties
[18:35:53] [Server thread/INFO]: Default game type: SURVIVAL
[18:35:53] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-5f38d38-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[18:35:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:35:53] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:35:53] [Server thread/INFO]: Debug logging is disabled
[18:35:53] [Server thread/INFO]: Generating keypair
[18:35:53] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25808
[18:35:54] [Server thread/WARN]: Plugin `Frame_Protector v1.3' uses the space-character (0x20) in its name `Frame Protector' - this is discouraged
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins/Essentials.jar' and `plugins/Essentials-2.x-SNAPSHOT.jar' in `plugins'
[18:35:54] [Server thread/WARN]: Plugin `iConomy_Recreation v8.0' uses the space-character (0x20) in its name `iConomy Recreation' - this is discouraged
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `WorldEdit' for files `plugins/worldedit-bukkit-6.1.jar' and `plugins/WorldEdit.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `PermissionsEx' for files `plugins/PermissionsEx.jar' and `plugins/PermissionsEx-1.23.3.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `EssentialsChat' for files `plugins/EssentialsChat-2.x-SNAPSHOT.jar' and `plugins/EssentialsChat.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `Multiverse-Core' for files `plugins/Multiverse-Core-2.5.jar' and `plugins/Multiverse-Core-2.4.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Could not load 'plugins/Clearlag.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_80]
    at java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:1.7.0_80]
    at java.util.zip.ZipFile.<init>(ZipFile.java:145) ~[?:1.7.0_80]
    at java.util.jar.JarFile.<init>(JarFile.java:154) ~[?:1.7.0_80]
    at java.util.jar.JarFile.<init>(JarFile.java:118) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    ... 5 more
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `Vault' for files `plugins/Vault (1).jar' and `plugins/Vault.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `EssentialsSpawn' for files `plugins/EssentialsSpawn-2.x-SNAPSHOT.jar' and `plugins/EssentialsSpawn.jar' in `plugins'
[18:35:54] [Server thread/ERROR]: Ambiguous plugin name `WorldGuard' for files `plugins/WorldGuard.jar' and `plugins/worldguard-6.1.jar' in `plugins'
[18:35:54] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[18:35:54] [Server thread/INFO]: [PermissionsEx] sql backend registered!
[18:35:54] [Server thread/INFO]: [PermissionsEx] file backend registered!
[18:35:54] [Server thread/ERROR]: Could not load 'plugins/IslandWorldChallenges.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: pl/iwc/IWChallenges : Unsupported major.minor version 52.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
Caused by: java.lang.UnsupportedClassVersionError: pl/iwc/IWChallenges : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_80]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_80]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_80]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_80]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_80]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_80]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_80]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_80]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    ... 6 more
[18:35:54] [Server thread/INFO]: [LotusPierozki] Loading LotusPierozki v1.0
[18:35:54] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.4
[18:35:54] [Server thread/INFO]: [ChatQ] Loading ChatQ v2.1
[18:35:54] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[18:35:54] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.10.6-RC-sMD5NET-b644
[18:35:54] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
[18:35:54] [Server thread/INFO]: [sVote] Loading sVote v1.0
[18:35:54] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[18:35:54] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
[18:35:54] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.2
[18:35:54] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[18:35:54] [Server thread/INFO]: Permissions file successfully reloaded
[18:35:54] [Server thread/INFO]: [Frame_Protector] Loading Frame_Protector v1.3
[18:35:54] [Server thread/INFO]: [FigAdmin] Loading FigAdmin v1.2
[18:35:54] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.7.1
[18:35:54] [Server thread/INFO]: [Najs_UNCMD] Loading Najs_UNCMD v1.0
[18:35:54] [Server thread/INFO]: [Jackpot] Loading Jackpot v1.0.4
[18:35:54] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.4
[18:35:54] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.52
[18:35:54] [Server thread/INFO]: [LogIt] Loading LogIt v0.6.8-b772
[18:35:54] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
[18:35:54] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v1.11.2
[18:35:54] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
[18:35:54] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11
[18:35:54] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.3.6-vk-1_10_R1
[18:35:54] [Server thread/INFO]: [StatusSign] Loading StatusSign v1.7.0
[18:35:54] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
[18:35:54] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.7.0
[18:35:54] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
[18:35:54] [Server thread/WARN]: [ProtocolLib] [MinecraftReflection] Cannot find standard Minecraft library location. Assuming MCPC.
[18:35:55] [Server thread/ERROR]:   [ProtocolLib] INTERNAL ERROR: Cannot load ProtocolLib.
  If this problem hasn't already been reported, please open a ticket
  at http://dev.bukkit.org/server-mods/protocollib/ with the following data:
            ===== STACK TRACE =====
  java.lang.NoClassDefFoundError: net/minecraft/util/io/netty/channel/ChannelInboundHandler
      at com.comphenix.protocol.injector.PacketFilterManager.<init>(PacketFilterManager.java:271)
      at com.comphenix.protocol.injector.PacketFilterBuilder.buildInternal(PacketFilterBuilder.java:250)
      at com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:233)
      at com.comphenix.protocol.ProtocolLibrary.onLoad(ProtocolLibrary.java:202)
      at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:297)
      at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198)
      at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
      at java.lang.Thread.run(Thread.java:745)
  Caused by: java.lang.ClassNotFoundException: net.minecraft.util.io.netty.channel.ChannelInboundHandler
      at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
      at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
      ... 8 more
            ===== DUMP =====
  Parameters: 
    [NULL]
  Sender:
    com.comphenix.protocol.ProtocolLibrary@45cf6558[
      statistics=<null>
      backgroundCompiler=<null>
      packetTask=-1
      tickCounter=0
      unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@2a745adf
      configExpectedMod=-1
      logger=org.bukkit.plugin.PluginLogger@3cf9fc3f
      redirectHandler=<null>
      commandProtocol=<null>
      commandPacket=<null>
      commandFilter=<null>
      skipDisable=false
      isEnabled=false
      loader=org.bukkit.plugin.java.JavaPluginLoader@14d97f8d
      server=CraftServer{serverName=CraftBukkit,serverVersion=git-Spigot-5f38d38-18fbb24,minecraftVersion=1.8.8}
      file=plugins/ProtocolLib.jar
      description=org.bukkit.plugin.PluginDescriptionFile@5a431ae9
      dataFolder=plugins/ProtocolLib
      classLoader=org.bukkit.plugin.java.PluginClassLoader@5142b8b
      naggable=true
      ebean=<null>
      newConfig=YamlConfiguration[path='', root='YamlConfiguration']
      configFile=plugins/ProtocolLib/config.yml
      logger=org.bukkit.plugin.PluginLogger@3cf9fc3f
    ]
  Version:
    ProtocolLib v3.7.0
  Server:
    git-Spigot-5f38d38-18fbb24 (MC: 1.8.8)

[18:35:55] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
[18:35:55] [Server thread/INFO]: [SkAddonLib] Loading SkAddonLib v1.1
[18:35:55] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.4
[18:35:55] [Server thread/INFO]: [mwParkour2] Loading mwParkour2 v1.5.9
[18:35:55] [Server thread/INFO]: [MobArena] Loading MobArena v0.96.8
[18:35:55] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
[18:35:55] [Server thread/INFO]: [iConomy_Recreation] Loading iConomy_Recreation v8.0
[18:35:55] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
[18:35:55] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
[18:35:55] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[18:35:55] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b540
[18:35:55] [Server thread/INFO]: [IslandWorld] Loading IslandWorld v6.9
[18:35:55] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.0-SNAPSHOT
[18:35:55] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[18:35:55] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
[18:35:55] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[18:35:55] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[18:35:55] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[18:35:55] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[18:35:55] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[18:35:55] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[18:35:55] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[18:35:55] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[18:35:55] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[18:35:55] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[18:35:55] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.7.0
[18:35:55] [Server thread/ERROR]:   [ProtocolLib] INTERNAL ERROR: Cannot enable ProtocolLib.
  If this problem hasn't already been reported, please open a ticket
  at http://dev.bukkit.org/server-mods/protocollib/ with the following data:
            ===== STACK TRACE =====
  java.lang.ExceptionInInitializerError
      at com.comphenix.protocol.ProtocolLibrary.onEnable(ProtocolLibrary.java:355)
      at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
      at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
      at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
      at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
      at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
      at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199)
      at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
      at java.lang.Thread.run(Thread.java:745)
  Caused by: com.comphenix.protocol.reflect.FieldAccessException: Field index must be within 0 - count
      at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:191)
      at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.initialize(NettyProtocolRegistry.java:124)
      at com.comphenix.protocol.injector.netty.NettyProtocolRegistry.<init>(NettyProtocolRegistry.java:59)
      at com.comphenix.protocol.injector.packet.PacketRegistry.initialize(PacketRegistry.java:80)
      at com.comphenix.protocol.injector.packet.PacketRegistry.getPacketClassFromType(PacketRegistry.java:356)
      at com.comphenix.protocol.utility.ChatExtensions.getJsonFormatConstructor(ChatExtensions.java:218)
      at com.comphenix.protocol.utility.ChatExtensions.<clinit>(ChatExtensions.java:56)
      ... 9 more
  Caused by: java.lang.IndexOutOfBoundsException: Out of bounds
      ... 16 more
            ===== DUMP =====
  Sender:
    com.comphenix.protocol.ProtocolLibrary@45cf6558[
      statistics=<null>
      backgroundCompiler=<null>
      packetTask=-1
      tickCounter=0
      unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@2a745adf
      configExpectedMod=-1
      logger=org.bukkit.plugin.PluginLogger@3cf9fc3f
      redirectHandler=<null>
      commandProtocol=<null>
      commandPacket=<null>
      commandFilter=<null>
      skipDisable=false
      isEnabled=true
      loader=org.bukkit.plugin.java.JavaPluginLoader@14d97f8d
      server=CraftServer{serverName=CraftBukkit,serverVersion=git-Spigot-5f38d38-18fbb24,minecraftVersion=1.8.8}
      file=plugins/ProtocolLib.jar
      description=org.bukkit.plugin.PluginDescriptionFile@5a431ae9
      dataFolder=plugins/ProtocolLib
      classLoader=org.bukkit.plugin.java.PluginClassLoader@5142b8b
      naggable=true
      ebean=<null>
      newConfig=YamlConfiguration[path='', root='YamlConfiguration']
      configFile=plugins/ProtocolLib/config.yml
      logger=org.bukkit.plugin.PluginLogger@3cf9fc3f
    ]
  Version:
    ProtocolLib v3.7.0
  Server:
    git-Spigot-5f38d38-18fbb24 (MC: 1.8.8)

[18:35:55] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.7.0
[18:35:55] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
[18:35:55] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
[18:35:55] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:35:55] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:35:55] [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.
[18:35:55] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:35:55] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[18:35:55] [Server thread/INFO]: Preparing level "world"
[18:35:55] [Server thread/INFO]: -------- World Settings For [world] --------
[18:35:55] [Server thread/INFO]: Anti X-Ray: true
[18:35:55] [Server thread/INFO]:     Engine Mode: 1
[18:35:55] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:35:55] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:35:55] [Server thread/INFO]: Mob Spawn Range: 4
[18:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:35:55] [Server thread/INFO]: Random Lighting Updates: false
[18:35:55] [Server thread/INFO]: Structure Info Saving: true
[18:35:55] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:35:55] [Server thread/INFO]: Max Entity Collisions: 8
[18:35:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:35:55] [Server thread/INFO]: Max TNT Explosions: 100
[18:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:35:55] [Server thread/INFO]: Item Despawn Rate: 6000
[18:35:55] [Server thread/INFO]: Item Merge Radius: 2.5
[18:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:35:55] [Server thread/INFO]: View Distance: 10
[18:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:35:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:35:55] [Server thread/INFO]: Clear tick list: false
[18:35:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:35:55] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:35:55] [Server thread/INFO]: Anti X-Ray: true
[18:35:55] [Server thread/INFO]:     Engine Mode: 1
[18:35:55] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:35:55] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:35:55] [Server thread/INFO]: Mob Spawn Range: 4
[18:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:35:55] [Server thread/INFO]: Random Lighting Updates: false
[18:35:55] [Server thread/INFO]: Structure Info Saving: true
[18:35:55] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:35:55] [Server thread/INFO]: Max Entity Collisions: 8
[18:35:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:35:55] [Server thread/INFO]: Max TNT Explosions: 100
[18:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:35:55] [Server thread/INFO]: Item Despawn Rate: 6000
[18:35:55] [Server thread/INFO]: Item Merge Radius: 2.5
[18:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:35:55] [Server thread/INFO]: View Distance: 10
[18:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:35:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:35:55] [Server thread/INFO]: Clear tick list: false
[18:35:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:35:55] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:35:55] [Server thread/INFO]: Anti X-Ray: true
[18:35:55] [Server thread/INFO]:     Engine Mode: 1
[18:35:55] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:35:55] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:35:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:35:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:35:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:35:55] [Server thread/INFO]: Mob Spawn Range: 4
[18:35:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:35:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:35:55] [Server thread/INFO]: Random Lighting Updates: false
[18:35:55] [Server thread/INFO]: Structure Info Saving: true
[18:35:55] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:35:55] [Server thread/INFO]: Max Entity Collisions: 8
[18:35:55] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:35:55] [Server thread/INFO]: Max TNT Explosions: 100
[18:35:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:35:55] [Server thread/INFO]: Item Despawn Rate: 6000
[18:35:55] [Server thread/INFO]: Item Merge Radius: 2.5
[18:35:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:35:55] [Server thread/INFO]: View Distance: 10
[18:35:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:35:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:35:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:35:55] [Server thread/INFO]: Clear tick list: false
[18:35:55] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:35:55] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6043845665628951936)
[18:35:56] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4642402980561159075)
[18:35:57] [Server thread/INFO]: Preparing start region for level 2 (Seed: 4642402980561159075)
[18:35:57] [Server thread/INFO]: [LotusPierozki] Enabling LotusPierozki v1.0
[18:35:57] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.4
[18:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[18:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[18:35:57] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 500 at X: 96.5 Z: 256.5
[18:35:57] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 4.0 Y: 96.0 Z: 52.0
[18:35:57] [Server thread/INFO]: [ChatQ] Enabling ChatQ v2.1
[18:35:57] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[18:35:58] [Server thread/INFO]: New permissions resolver: GroupManagerResolver detected. Added to disabled resolvers list.
[18:35:58] [Server thread/INFO]: WEPIF: Updated config file
[18:35:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[18:35:58] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[18:35:58] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.10.6-RC-sMD5NET-b644
[18:35:58] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for your specific Minecraft + server-mod version.
[18:35:58] [Server thread/WARN]: [NoCheatPlus] API-only MCAccess: Some features will likely not function properly, performance might suffer.
[18:35:58] [Server thread/WARN]: [NoCheatPlus]  Check for updates at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
[18:35:58] [Server thread/WARN]: [NoCheatPlus]  Development builds: http://ci.ecocitycraft.com/job/NoCheatPlus/
[18:35:58] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.1|1.6.2|? / Bukkit-API
[18:35:58] [Server thread/ERROR]: java.lang.NoSuchFieldError: LOCKED_CHEST
    at fr.neatmonster.nocheatplus.utilities.BlockProperties.initBlocks(BlockProperties.java:741)
    at fr.neatmonster.nocheatplus.utilities.BlockProperties.init(BlockProperties.java:384)
    at fr.neatmonster.nocheatplus.NoCheatPlus.initBlockProperties(NoCheatPlus.java:982)
    at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:725)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
    at java.lang.Thread.run(Thread.java:745)

[18:35:58] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[18:35:58] [Server thread/INFO]: [NoCheatPlus] Version 3.10.6-RC-sMD5NET-b644 is enabled.
[18:35:58] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
[18:36:00] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
[18:36:00] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
[18:36:00] [Server thread/INFO]: [Skript]  ~ created by & © Peter GĂĽttinger aka Njol ~
[18:36:00] [Server thread/INFO]: [sVote] Enabling sVote v1.0
[18:36:00] [Server thread/INFO]: [sVote] Plugin enabled!
[18:36:00] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
[18:36:00] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
[18:36:00] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 4642402980561159075
[18:36:01] [Server thread/INFO]: -------- World Settings For [SkyBlock] --------
[18:36:01] [Server thread/INFO]: Anti X-Ray: true
[18:36:01] [Server thread/INFO]:     Engine Mode: 1
[18:36:01] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:36:01] [Server thread/INFO]:     Replace Blocks: [1, 5]
[18:36:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:36:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:36:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:36:01] [Server thread/INFO]: Mob Spawn Range: 4
[18:36:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:36:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:36:01] [Server thread/INFO]: Random Lighting Updates: false
[18:36:01] [Server thread/INFO]: Structure Info Saving: true
[18:36:01] [Server thread/INFO]: Sending up to 5 chunks per packet
[18:36:01] [Server thread/INFO]: Max Entity Collisions: 8
[18:36:01] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:36:01] [Server thread/INFO]: Max TNT Explosions: 100
[18:36:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:36:01] [Server thread/INFO]: Item Despawn Rate: 6000
[18:36:01] [Server thread/INFO]: Item Merge Radius: 2.5
[18:36:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:36:01] [Server thread/INFO]: View Distance: 10
[18:36:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:36:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:36:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
[18:36:01] [Server thread/INFO]: Clear tick list: false
[18:36:01] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:36:01] [Server thread/INFO]: Preparing start region for level 3 (Seed: -9057190612698579293)
[18:36:01] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[18:36:01] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[18:36:01] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.2
[18:36:01] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[18:36:01] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[18:36:01] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[18:36:01] [Server thread/INFO]: [Frame_Protector] Enabling Frame_Protector v1.3
[18:36:01] [Server thread/INFO]: [Frame_Protector] Frame Protector version 1.3 has been enabled.
[18:36:01] [Server thread/INFO]: [Frame_Protector] Developed by: [lst96]
[18:36:02] [Server thread/INFO]: Frame Protector v1.3 is the latest version available!
[18:36:02] [Server thread/INFO]: [FigAdmin] Enabling FigAdmin v1.2
[18:36:02] [Server thread/INFO]: FigAdmin version 1.2 is enabled!
[18:36:02] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.7.1
[18:36:02] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world) Lighters are blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[18:36:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[18:36:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[18:36:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[18:36:02] [Server thread/INFO]: [WorldGuard] (SkyBlock) TNT ignition is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (SkyBlock) Lighters are blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (SkyBlock) Lava fire is blocked.
[18:36:02] [Server thread/INFO]: [WorldGuard] (SkyBlock) Fire spread is UNRESTRICTED.
[18:36:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyBlock'
[18:36:02] [Server thread/INFO]: [WorldGuard] 4 regions loaded for 'world'
[18:36:02] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
[18:36:02] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
[18:36:02] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'SkyBlock'
[18:36:02] [Server thread/INFO]: [Najs_UNCMD] Enabling Najs_UNCMD v1.0
[18:36:02] [Server thread/INFO]: [Jackpot] Enabling Jackpot v1.0.4
[18:36:02] [Server thread/INFO]: [Jackpot] Jackpot 1.0.4 by bazsi700 has been enabled succesfully.
[18:36:02] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.4
[18:36:02] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.52
[18:36:02] [Server thread/ERROR]: [Shopkeepers] Potentially incompatible server version: v1_8_R3
[18:36:02] [Server thread/ERROR]: [Shopkeepers] Shopkeepers is trying to run in 'compatibility mode'.
[18:36:02] [Server thread/INFO]: [Shopkeepers] Check for updates at http://dev.bukkit.org/bukkit-plugins/shopkeepers/
[18:36:02] [Server thread/ERROR]: [Shopkeepers] Incompatible server version: Shopkeepers cannot be enabled.
[18:36:03] [Server thread/INFO]: [LogIt] Enabling LogIt v0.6.8-b772
[18:36:03] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
[18:36:03] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v1.11.2
[18:36:03] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[18:36:03] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v1.11.2
[18:36:03] [Server thread/INFO]: [FeatherBoard] Framework version: 2015-01
[18:36:03] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw
[18:36:03] [Server thread/INFO]: [FeatherBoard] Site: http://www.mvdw-software.be/
[18:36:03] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[18:36:03] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
[18:36:03] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
[18:36:03] [Server thread/INFO]: [FeatherBoard] Hooked into Multiverse!
[18:36:04] [Server thread/INFO]: [FeatherBoard] Loaded 786 of the 1051 placholders
[18:36:04] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
[18:36:04] [Server thread/INFO]: [FeatherBoard] Loading messages ...
[18:36:04] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
[18:36:04] [Server thread/INFO]: [FeatherBoard] ERROR: Critical startup error. Please update your plugin!
If the error persists after updating, contact Maximvdw through spigot PM
[18:36:04] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
[18:36:04] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
[18:36:04] [Server thread/INFO]: [WildSkript] skQuery hooked!
[18:36:04] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[18:36:04] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[18:36:04] [Server thread/INFO]: [WildSkript] ~ Created by & © Dzikoysk ~
[18:36:04] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11
[18:36:04] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[18:36:04] [Server thread/INFO]: [CombatLog] Loading config.yml.
[18:36:05] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
[18:36:05] [Server thread/INFO]: [CombatLog] Factions plugin not found! Safezone untagging will not work.
[18:36:05] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Enabled.
[18:36:05] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.3.6-vk-1_10_R1
[18:36:05] [Server thread/INFO]: [OpenInv] [Config] Update not required.
[18:36:05] [Server thread/INFO]: [StatusSign] Enabling StatusSign v1.7.0
[18:36:05] [Server thread/INFO]: [StatusSign] All the status sign files has been reviewed
[18:36:05] [Server thread/INFO]: [Status Sign] Will update all the signs every 1800 seconds
[18:36:05] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
[18:36:05] [ServiceThread/WARN]: [Fatal Error] :1:1: Premature end of file.

[18:36:05] [ServiceThread/INFO]: UpdateCheck: Unable to connect to BukkitDev!
[18:36:05] [Server thread/INFO]: [ClearLag] Loading modules...
[18:36:05] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[18:36:05] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[18:36:05] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[18:36:05] [Thread-12/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[18:36:05] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
[18:36:05] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
[18:36:05] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[18:36:05] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
[18:36:05] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
[18:36:05] [Server thread/ERROR]: Error occurred while enabling SkQuery v3.21.4 (Is it up to date?)
java.lang.NoClassDefFoundError: com/comphenix/protocol/events/PacketListener
    at com.w00tmast3r.skquery.elements.ProtocolHandlers.run(ProtocolHandlers.java:21) ~[?:?]
    at com.w00tmast3r.skquery.Registration.register(Registration.java:149) ~[?:?]
    at com.w00tmast3r.skquery.Registration.enableSnooper(Registration.java:68) ~[?:?]
    at com.w00tmast3r.skquery.SkQuery.onEnable(SkQuery.java:25) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.events.PacketListener
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_80]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_80]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_80]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_80]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_80]
    ... 15 more
[18:36:05] [Server thread/INFO]: [SkAddonLib] Enabling SkAddonLib v1.1
[18:36:05] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.4
[18:36:05] [Server thread/INFO]: [AutoSaveWorld] Version 4.4 is enabled: 160e989a-8b5d-4177-82eb-a7a290ef431d
[18:36:05] [Server thread/INFO]: [mwParkour2] Enabling mwParkour2 v1.5.9
[18:36:05] [Thread-13/INFO]: [AutoSaveWorld] AutoSaveThread Started: Interval is 300 seconds, Warn Times are 0
[18:36:05] [Thread-14/INFO]: [AutoSaveWorld] AutoBackupThread Started: Interval is 21600 seconds, Warn Times are 0
[18:36:05] [Thread-15/INFO]: [AutoSaveWorld] AutoPurgeThread Started: Interval is 86400 seconds, Warn Times are 0
[18:36:05] [Server thread/INFO]: [MobArena] Enabling MobArena v0.96.8
[18:36:05] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[18:36:05] [Thread-12/INFO]: [ClearLag] No updates found!
[18:36:05] [Server thread/INFO]: [MobArena] Loaded arena 'default'
[18:36:05] [Server thread/INFO]: [MobArena] v0.96.8 enabled.
[18:36:05] [Server thread/INFO]: [iConomy_Recreation] Enabling iConomy_Recreation v8.0
[18:36:05] [Server thread/INFO]: [iConomy_Recreation - April Fools] Enabled (16 ms)
[18:36:05] [Server thread/INFO]: [iConomy_Recreation] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[18:36:05] [Server thread/INFO]: [Vault][Economy] iConomy 8 hooked.
[18:36:05] [Thread-17/INFO]: [iConomy_Recreation - April Fools] Purged accounts with default balance.
[18:36:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
[18:36:05] [Server thread/WARN]: §4Version mismatch! Please update EssentialsSpawn to the same version.
[18:36:05] [Server thread/WARN]: §4Version mismatch! Please update EssentialsChat to the same version.
[18:36:05] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[18:36:05] [Server thread/INFO]: git-Spigot-5f38d38-18fbb24 (MC: 1.8.8)
[18:36:05] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
[18:36:05] [Server thread/INFO]: Using locale pl_PL
[18:36:05] [Server thread/ERROR]: java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
[18:36:05] [Server thread/ERROR]: Error occurred while enabling Essentials v2.13.1 (Is it up to date?)
java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
    at com.earth2me.essentials.UserMap.<init>(UserMap.java:27) ~[?:?]
    at com.earth2me.essentials.Essentials.onEnable(Essentials.java:195) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
[18:36:05] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[18:36:05] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
[18:36:05] [Server thread/ERROR]: Essentials not installed or failed to load. Essenials Protect is in emergency mode now.
[18:36:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[18:36:05] [Server thread/ERROR]: Error occurred while enabling EssentialsSpawn vTeamCity (Is it up to date?)
java.lang.NoSuchMethodError: com.earth2me.essentials.I18n.tl(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
    at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:34) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
[18:36:05] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b540
[18:36:05] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b540 Enabled - By Rigby and fernferret
[18:36:05] [Server thread/INFO]: [Multiverse-Portals]  0 - Portals(s) loaded
[18:36:05] [Server thread/INFO]: [IslandWorld] Enabling IslandWorld v6.9
[18:36:06] [Server thread/INFO]: [IslandWorld] Dynmap support disabled
[18:36:06] [Server thread/WARN]: [IslandWorld] ============================
[18:36:06] [Server thread/WARN]: [IslandWorld] ERROR
[18:36:06] [Server thread/WARN]: [IslandWorld] World named IslandWorld (world-isle) doesn't exists!
[18:36:06] [Server thread/WARN]: [IslandWorld] ============================
[18:36:06] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.0-SNAPSHOT
[18:36:06] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[18:36:06] [Server thread/INFO]: [AuthMe] Set Language: pl
[18:36:06] [Server thread/INFO]: [AuthMe] Metrics started successfully!
[18:36:06] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[18:36:06] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[18:36:06] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[18:36:06] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[18:36:06] [Server thread/INFO]: [AuthMe] AuthMe hook perfectly with server hosting VERYGAMES
[18:36:06] [Server thread/INFO]: [AuthMe] Authme 5.0-SNAPSHOT enabled
[18:36:06] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[18:36:06] [Server thread/ERROR]: Error occurred while enabling EssentialsChat vTeamCity (Is it up to date?)
java.lang.NoSuchMethodError: com.earth2me.essentials.I18n.tl(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
    at com.earth2me.essentials.chat.EssentialsChat.onEnable(EssentialsChat.java:26) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
[18:36:06] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
[18:36:06] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: iConomy 8
[18:36:06] [Server thread/INFO]: Timeismoney is now enabled
[18:36:06] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:36:06] [Server thread/INFO]: Done (10.688s)! For help, type "help" or "?"
[18:36:06] [Server thread/INFO]: Starting GS4 status listener
[18:36:06] [Query Listener #1/INFO]: Query running on 0.0.0.0:25808
[18:36:06] [Server thread/INFO]: Using epoll channel type
[18:36:06] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[18:36:06] [Server thread/INFO]: [Status Sign] All the status sign has been updated
[18:36:06] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[18:36:06] [Craft Scheduler Thread - 5/INFO]: [FeatherBoard] Loaded '0' players from the database!
[18:36:06] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[18:36:06] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
[18:36:06] [Server thread/WARN]: --- Missing entries -------------------------------
[18:36:06] [Server thread/WARN]: * MISSING 0(AIR) 
[18:36:06] [Server thread/WARN]: * MISSING 7(BEDROCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 8(WATER / LIQUID+WATER+HEIGHT_8SIM_DEC) 
[18:36:06] [Server thread/WARN]: * MISSING 9(STATIONARY_WATER / LIQUID+WATER+HEIGHT_8SIM_DEC) 
[18:36:06] [Server thread/WARN]: * MISSING 10(LAVA / LIQUID+LAVA+HEIGHT_8SIM_DEC) 
[18:36:06] [Server thread/WARN]: * MISSING 11(STATIONARY_LAVA / LIQUID+LAVA+HEIGHT_8SIM_DEC) 
[18:36:06] [Server thread/WARN]: * MISSING 90(PORTAL) 
[18:36:06] [Server thread/WARN]: * MISSING 95(STAINED_GLASS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 119(ENDER_PORTAL) 
[18:36:06] [Server thread/WARN]: * MISSING 120(ENDER_PORTAL_FRAME / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 146(TRAPPED_CHEST / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 147(GOLD_PLATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 148(IRON_PLATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 149(REDSTONE_COMPARATOR_OFF) 
[18:36:06] [Server thread/WARN]: * MISSING 150(REDSTONE_COMPARATOR_ON) 
[18:36:06] [Server thread/WARN]: * MISSING 151(DAYLIGHT_DETECTOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 152(REDSTONE_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 153(QUARTZ_ORE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 154(HOPPER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 155(QUARTZ_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 156(QUARTZ_STAIRS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 157(ACTIVATOR_RAIL) 
[18:36:06] [Server thread/WARN]: * MISSING 158(DROPPER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 159(STAINED_CLAY / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 160(STAINED_GLASS_PANE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 161(LEAVES_2 / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 162(LOG_2 / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 163(ACACIA_STAIRS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 164(DARK_OAK_STAIRS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 165(SLIME_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 166(BARRIER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 167(IRON_TRAPDOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 168(PRISMARINE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 169(SEA_LANTERN / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 170(HAY_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 171(CARPET) 
[18:36:06] [Server thread/WARN]: * MISSING 172(HARD_CLAY / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 173(COAL_BLOCK / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 174(PACKED_ICE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 175(DOUBLE_PLANT) 
[18:36:06] [Server thread/WARN]: * MISSING 176(STANDING_BANNER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 177(WALL_BANNER / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 178(DAYLIGHT_DETECTOR_INVERTED / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 179(RED_SANDSTONE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 180(RED_SANDSTONE_STAIRS / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 181(DOUBLE_STONE_SLAB2 / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 182(STONE_SLAB2 / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 183(SPRUCE_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 184(BIRCH_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 185(JUNGLE_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 186(DARK_OAK_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 187(ACACIA_FENCE_GATE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 188(SPRUCE_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 189(BIRCH_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 190(JUNGLE_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 191(DARK_OAK_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 192(ACACIA_FENCE / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 193(SPRUCE_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 194(BIRCH_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 195(JUNGLE_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 196(ACACIA_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/WARN]: * MISSING 197(DARK_OAK_DOOR / SOLID+GROUND) 
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:06] [Server thread/ERROR]: #!#! Could not load CobbleX.sk
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:06] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:06] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:06] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:06] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:06] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:06] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Stack trace:
[18:36:06] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:06] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Version Information:
[18:36:06] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:06] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:06] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:06] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Current node: "CobbleX".Recipe.registerIngredient{1, 64 cobblestone}; (CobbleX.sk, line 10)
[18:36:06] [Server thread/ERROR]: #!#! Current item: null
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! End of Error.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:06] [Server thread/ERROR]: #!#! Could not load aukcje.sk
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:06] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:06] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:06] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:06] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:06] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:06] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Stack trace:
[18:36:06] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:06] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Version Information:
[18:36:06] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:06] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:06] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:06] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Current node: if arg 1 is set: (aukcje.sk, line 7)
[18:36:06] [Server thread/ERROR]: #!#! Current item: null
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! End of Error.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:06] [Server thread/ERROR]: #!#! Could not load blad.sk
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:06] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:06] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:06] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:06] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:06] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:06] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Stack trace:
[18:36:06] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:55)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:701)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:06] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Version Information:
[18:36:06] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:06] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:06] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:06] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Current node: player don't have permission "sprawdz.plg": (blad.sk, line 3)
[18:36:06] [Server thread/ERROR]: #!#! Current item: null
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! End of Error.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:06] [Server thread/ERROR]: #!#! Could not load czas.sk
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:06] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:06] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:06] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:06] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:06] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:06] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Stack trace:
[18:36:06] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:633)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:06] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:06] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:06] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:06] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Version Information:
[18:36:06] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:06] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:06] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:06] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Current node: loop all players: (czas.sk, line 7)
[18:36:06] [Server thread/ERROR]: #!#! Current item: null
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:06] [Server thread/ERROR]: #!#! End of Error.
[18:36:06] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load doungeony.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:908)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:55)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:701)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: set {_r} to location at {@d1x}, {@d1y}, {@d1z} (doungeony.sk, line 23)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load kd.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: if name of player's tool is "&3KD+1>>Speed": (kd.sk, line 2)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load kupowanie.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: if argument 1 is not set: (kupowanie.sk, line 4)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load losowanie.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: set {1} to 0 or 1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9 (losowanie.sk, line 4)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load nether.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:908)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: send "&4Nie masz uprawnien! Kup Vipa lub zdobadz bilet!" to player (nether.sk, line 4)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load onoffpvp.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:55)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:701)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: if arg world is set: (onoffpvp.sk, line 11)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load pomoc.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:199)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:111)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:507)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:908)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: execute console command "chestcommands open menu %player%" (pomoc.sk, line 91)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load punkty.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: if {powiekszanie.%player%} is greater or equal to 100: (punkty.sk, line 6)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load rankingstone.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: {stone::%player%} is not set: (rankingstone.sk, line 2)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load surowce.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:80)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:694)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: chance of 100%: (surowce.sk, line 5)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[18:36:07] [Server thread/ERROR]: #!#! Could not load svip.sk
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[18:36:07] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[18:36:07] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[18:36:07] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[18:36:07] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[18:36:07] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[18:36:07] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Stack trace:
[18:36:07] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:449)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:462)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[18:36:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:378)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[18:36:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:36:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:36:07] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Thread.java:745)
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Version Information:
[18:36:07] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[18:36:07] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[18:36:07] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[18:36:07] [Server thread/ERROR]: #!#!   Java: 1.7.0_80
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Current node: open the player's ender chest to the player (svip.sk, line 6)
[18:36:07] [Server thread/ERROR]: #!#! Current item: null
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! Thread: Server thread
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/ERROR]: #!#! End of Error.
[18:36:07] [Server thread/ERROR]: #!#! 
[18:36:07] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[18:36:07] [Server thread/WARN]: [Skript] No scripts were found, maybe you should write some ;)
[18:36:07] [Server thread/INFO]: [Skript] Finished loading.
[18:36:07] [Craft Scheduler Thread - 10/INFO]: [Vault] Checking for Updates ... 
[18:36:07] [Server thread/INFO]: [MobArena] MobArena v0.97.1 is now available!
[18:36:07] [Server thread/INFO]: [MobArena] Your version: v0.96.8
[18:36:07] [Craft Scheduler Thread - 10/INFO]: [Vault] No new version available
[18:37:06] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[18:38:07] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[18:39:02] [Thread-19/INFO]: UUID of player MyszakPL is 214b9583-1813-3819-9f08-e5b76708f125
[18:39:02] [Server thread/WARN]: java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.getUser(Ljava/util/UUID;)Lru/tehkode/permissions/PermissionUser;
[18:39:02] [Server thread/WARN]:     at com.sk89q.wepif.PermissionsExResolver.inGroup(PermissionsExResolver.java:73)
[18:39:02] [Server thread/WARN]:     at com.sk89q.wepif.PermissionsResolverManager.inGroup(PermissionsResolverManager.java:178)
[18:39:02] [Server thread/WARN]:     at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(WorldGuardPlugin.java:289)
[18:39:02] [Server thread/WARN]:     at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerJoin(WorldGuardPlayerListener.java:343)
[18:39:02] [Server thread/WARN]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:39:02] [Server thread/WARN]:     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[18:39:02] [Server thread/WARN]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[18:39:02] [Server thread/WARN]:     at java.lang.reflect.Method.invoke(Method.java:606)
[18:39:02] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[18:39:02] [Server thread/WARN]:     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[18:39:02] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[18:39:02] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:39:02] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:39:02] [Server thread/WARN]:     at java.lang.Thread.run(Thread.java:745)
[18:39:02] [Server thread/INFO]: MyszakPL[/46.174.212.12:55673] logged in with entity id 129 at ([world]-41.86954955336388, 82.0, -0.8710224675147845)
[18:39:02] [Craft Scheduler Thread - 5/WARN]: Exception in thread "Craft Scheduler Thread - 5" 
[18:39:02] [Craft Scheduler Thread - 5/WARN]: org.apache.commons.lang.UnhandledException: Plugin AuthMe v5.0-SNAPSHOT generated an exception while executing task 459
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.getUser(Ljava/util/UUID;)Lru/tehkode/permissions/PermissionUser;
    at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getUser(Permission_PermissionsEx.java:243)
    at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getPrimaryGroup(Permission_PermissionsEx.java:264)
    at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738)
    at fr.xephi.authme.cache.limbo.LimboCache.addLimboPlayer(LimboCache.java:76)
    at fr.xephi.authme.cache.limbo.LimboCache.updateLimboPlayer(LimboCache.java:131)
    at fr.xephi.authme.process.join.AsyncronousJoin.process(AsyncronousJoin.java:127)
    at fr.xephi.authme.process.Management$5.run(Management.java:81)
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    ... 3 more

[18:39:07] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[18:39:25] [Server thread/ERROR]: [WorldEdit] Could not dispatch event: com.sk89q.worldedit.event.platform.PlayerInputEvent@70b98398 to handler EventHandler{priority=NORMAL}
java.lang.reflect.InvocationTargetException
    at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:75) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187) [worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173) [worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.WorldEdit.handleArmSwing(WorldEdit.java:652) [worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.bukkit.WorldEditListener.onPlayerInteract(WorldEditListener.java:153) [worldedit-bukkit-6.1.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
    at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1200) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:18) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_80]
    at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_80]
    at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [mc.jar:git-Spigot-5f38d38-18fbb24]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_80]
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
    at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
    at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[worldedit-bukkit-6.1.jar:?]
    ... 27 more
Caused by: java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.has(Ljava/util/UUID;Ljava/lang/String;Ljava/lang/String;)Z
    at com.sk89q.wepif.PermissionsExResolver.hasPermission(PermissionsExResolver.java:68) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.wepif.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:173) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.bukkit.BukkitPlayer.hasPermission(BukkitPlayer.java:144) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.extension.platform.PlayerProxy.hasPermission(PlayerProxy.java:143) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.session.SessionManager.get(SessionManager.java:168) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.extension.platform.PlatformManager.handlePlayerInput(PlatformManager.java:417) ~[worldedit-bukkit-6.1.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_80]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_80]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_80]
    at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_80]
    at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[worldedit-bukkit-6.1.jar:?]
    at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[worldedit-bukkit-6.1.jar:?]
    ... 27 more
[18:39:33] [Server thread/INFO]: MyszakPL lost connection: Internal Exception: java.io.IOException: Error while read(...): Connection reset by peer
[18:39:33] [Server thread/INFO]: [MyCraftLand] Trwa automatyczne zapisywanie swiata...
[18:39:33] [Server thread/INFO]: [AutoSaveWorld] [MyCraftLand] Trwa automatyczne zapisywanie swiata...
[18:39:33] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
[18:39:33] [Server thread/INFO]: [MyCraftLand] Zapisywanie zakonczone pomyslnie!
[18:39:33] [Server thread/INFO]: [AutoSaveWorld] [MyCraftLand] Zapisywanie zakonczone pomyslnie!
[18:40:07] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[18:41:07] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[18:42:07] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[18:42:47] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[18:43:07] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[18:43:27] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[18:43:47] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[18:44:07] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[18:45:02] [Server thread/INFO]: Saving...
[18:45:02] [Server thread/INFO]: Saved the world
[18:45:08] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[18:46:08] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[18:47:08] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[18:48:08] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[18:49:08] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[18:50:08] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[18:50:28] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[18:51:09] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[18:51:09] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[18:51:29] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[18:52:09] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[18:53:09] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[18:54:09] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[18:55:09] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[18:56:10] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[18:57:10] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[18:58:10] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[18:58:10] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[18:58:50] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[18:59:10] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[18:59:10] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[19:00:02] [Server thread/INFO]: Saving...
[19:00:02] [Server thread/INFO]: Saved the world
[19:00:10] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[19:01:10] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[19:02:11] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[19:03:11] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[19:04:11] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[19:05:11] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[19:05:51] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[19:06:11] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[19:06:11] [Server thread/INFO]: [Status Sign] All the status sign has been updated
[19:06:31] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[19:06:51] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[19:07:11] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[19:08:11] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl
[19:09:11] [Server thread/INFO]: [MyCraftLand]: Aby powiekszyc swoja wyspe wpisz /powieksz!
[19:10:11] [Server thread/INFO]: [MyCraftLand]: Kupujac z naszego linku https://clients.solopixel.pl/aff.php?aff=011 dostajesz vipa na serwerze! Zglos sie do Roota
[19:11:11] [Server thread/INFO]: [MyCraftLand]: Serwer jest sponsorowany przez >>Nazwa<<
[19:12:11] [Server thread/INFO]: [MyCraftLand]: Potrzebujesz pomocy? Wpisz /pomoc!
[19:13:11] [Server thread/INFO]: [MyCraftLand]: Milo sie gra? Zapros znajomych!
[19:13:31] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 60 sekund!
[19:14:11] [Server thread/INFO]: [MyCraftLand] Itemy zostana usuniete za 20 sekund!
[19:14:11] [Server thread/INFO]: [MyCraftLand]: Zapraszamy do naszego itemshopu:
[19:14:31] [Server thread/INFO]: [MyCraftLand] Usunieto 0 itemow!
[19:15:02] [Server thread/INFO]: Saving...
[19:15:02] [Server thread/INFO]: Saved the world
[19:15:12] [Server thread/INFO]: [MyCraftLand]: Zapraszamy na nasza strone: mycraftland.pl

 

 

Dnia 14.09.2016 o 19:21, Libter napisał:

Zacznij od naprawy wielu błędów z pluginami, wszystkie potrzebne informacje znajdziesz w logach.

Jeżeli nie wiesz a Ci ułatwić wpisz CTRL+F i wpisz tam ERROR

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...