Skript Error

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Typh

Member
Jan 27, 2017
14
2
0
24
Skript gives error to console and doesn't working.
code_language.skript:
[13:11:50] [Server thread/INFO]: [Skript] Loading variables...
[13:11:50] [Server thread/INFO]: [Skript] Loaded 64 variables in 0.0 seconds
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:50] [Server thread/ERROR]: #!#! Could not load 1v1.sk
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:50] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:50] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:50] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:50] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:50] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:50] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Stack trace:
[13:11:50] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:50] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Version Information:
[13:11:50] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:50] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:50] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:50] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:50] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Current node: {1vs1.%player%} is true: (1v1.sk, line 23)
[13:11:50] [Server thread/ERROR]: #!#! Current item: null
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! End of Error.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:50] [Server thread/ERROR]: #!#! Could not load abck.sk
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:50] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:50] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:50] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:50] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:50] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:50] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Stack trace:
[13:11:50] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:60)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:650)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:467)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:50] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Version Information:
[13:11:50] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:50] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:50] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:50] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:50] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Current node: set the player's health to 4 (abck.sk, line 9)
[13:11:50] [Server thread/ERROR]: #!#! Current item: null
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! End of Error.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:50] [Server thread/ERROR]: #!#! Could not load aclik.sk
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:50] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:50] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:50] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:50] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:50] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:50] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Stack trace:
[13:11:50] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:50] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Version Information:
[13:11:50] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:50] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:50] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:50] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:50] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Current node: if player have permission "krallik.ultravip": (aclik.sk, line 2)
[13:11:50] [Server thread/ERROR]: #!#! Current item: null
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! End of Error.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:50] [Server thread/ERROR]: #!#! Could not load demirci.sk
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:50] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:50] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:50] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:50] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:50] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:50] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Stack trace:
[13:11:50] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:50] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Version Information:
[13:11:50] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:50] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:50] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:50] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:50] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Current node: if player's tool is {@esya}: (demirci.sk, line 12)
[13:11:50] [Server thread/ERROR]: #!#! Current item: null
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! End of Error.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:50] [Server thread/ERROR]: #!#! Could not load factions.sk
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:50] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:50] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:50] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:50] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:50] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:50] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Stack trace:
[13:11:50] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:60)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:650)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:50] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Version Information:
[13:11:50] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:50] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:50] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:50] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:50] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Current node: player has permission "krallik.vip" (factions.sk, line 12)
[13:11:50] [Server thread/ERROR]: #!#! Current item: null
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! End of Error.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:50] [Server thread/ERROR]: #!#! Could not load kasaac.sk
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:50] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:50] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:50] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:50] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:50] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:50] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Stack trace:
[13:11:50] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:668)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:50] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Version Information:
[13:11:50] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:50] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:50] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:50] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:50] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Current node: loop all players: (kasaac.sk, line 8)
[13:11:50] [Server thread/ERROR]: #!#! Current item: null
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! End of Error.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/WARN]: [Skript] Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (om.sk, line 47: if player is op:')
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:50] [Server thread/ERROR]: #!#! Could not load om.sk
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:50] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:50] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:50] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:50] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:50] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:50] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Stack trace:
[13:11:50] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:467)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:50] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Version Information:
[13:11:50] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:50] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:50] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:50] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:50] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Current node: if arg 2 is set: (om.sk, line 12)
[13:11:50] [Server thread/ERROR]: #!#! Current item: null
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! End of Error.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:50] [Server thread/ERROR]: #!#! Could not load opkomutlari.sk
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:50] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:50] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:50] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:50] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:50] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:50] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Stack trace:
[13:11:50] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:467)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:50] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:50] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:50] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:50] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Version Information:
[13:11:50] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:50] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:50] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:50] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:50] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Current node: if arg 1 is set: (opkomutlari.sk, line 15)
[13:11:50] [Server thread/ERROR]: #!#! Current item: null
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:50] [Server thread/ERROR]: #!#! End of Error.
[13:11:50] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:51] [Server thread/ERROR]: #!#! Could not load oxdeneme.sk
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:51] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:51] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:51] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:51] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:51] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:51] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Stack trace:
[13:11:51] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:60)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:650)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:51] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Version Information:
[13:11:51] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:51] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:51] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:51] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:51] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Current node: set {ox::location::visitor} to location at 131, 91, -82 in world "mg" (oxdeneme.sk, line 20)
[13:11:51] [Server thread/ERROR]: #!#! Current item: null
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! End of Error.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:51] [Server thread/ERROR]: #!#! Could not load sabah.sk
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:51] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:51] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:51] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:51] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:51] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:51] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Stack trace:
[13:11:51] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:51] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Version Information:
[13:11:51] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:51] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:51] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:51] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:51] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Current node: chance of 10%: (sabah.sk, line 15)
[13:11:51] [Server thread/ERROR]: #!#! Current item: null
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! End of Error.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:51] [Server thread/ERROR]: #!#! Could not load sagtik.sk
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:51] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:51] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:51] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:51] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:51] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:51] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Stack trace:
[13:11:51] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional$1.<init>(Conditional.java:74)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.loadElseClause(Conditional.java:74)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:709)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:51] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Version Information:
[13:11:51] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:51] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:51] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:51] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:51] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Current node: if player is op: (sagtik.sk, line 16)
[13:11:51] [Server thread/ERROR]: #!#! Current item: null
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! End of Error.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:51] [Server thread/ERROR]: #!#! Could not load warpkit.sk
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:51] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:51] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:51] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:51] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:51] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:51] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Stack trace:
[13:11:51] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1054)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:60)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:650)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:510)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:51] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Version Information:
[13:11:51] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:51] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:51] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:51] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:51] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Current node: open virtual chest with size 5 named "&8Warp Menüsü" to player (warpkit.sk, line 7)
[13:11:51] [Server thread/ERROR]: #!#! Current item: null
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! End of Error.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/INFO]: [0;37;22m[[0;31;1mWhitelist[0;37;22m] [0;37;22m[0;37;22mWhitelist plugini yenilendi.[m
[13:11:51] [Craft Scheduler Thread - 17/INFO]: [0;33;22mPlotSquared 3.5.0 is available:[m
[13:11:51] [Craft Scheduler Thread - 17/INFO]: [0;30;1m - [0;36;22mUse: [0;37;22m/plot update[m
[13:11:51] [Craft Scheduler Thread - 17/INFO]: [0;30;1m - [0;36;22mOr: [0;37;22mPlotSquared-Bukkit.jar[m
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:11:51] [Server thread/ERROR]: #!#! Could not load whitelist.sk
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[13:11:51] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[13:11:51] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[13:11:51] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[13:11:51] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:11:51] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[13:11:51] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Stack trace:
[13:11:51] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for brewerinventory
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1394)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1115)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:320)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:417)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1136)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1061)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1127)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1088)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:220)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:175)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:83)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:729)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:467)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[13:11:51] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:405)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:11:51] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:11:51] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:11:51] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Version Information:
[13:11:51] [Server thread/ERROR]: #!#!   Skript: 2.2-Fixes-V8b
[13:11:51] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:11:51] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[13:11:51] [Server thread/ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
[13:11:51] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Current node: if player is op: (whitelist.sk, line 17)
[13:11:51] [Server thread/ERROR]: #!#! Current item: null
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! Thread: Server thread
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/ERROR]: #!#! End of Error.
[13:11:51] [Server thread/ERROR]: #!#!
[13:11:51] [Server thread/INFO]: [Skript] All scripts loaded without errors.
[13:11:51] [Server thread/INFO]: [Skript] Loaded 2 scripts with a total of 0 triggers and 4 commands in 0.7 seconds
[13:11:51] [Server thread/INFO]: [Skript] Finished loading.

I think it's about my variables.csv
code_language.skript:
# === Skript's variable storage ===
# Please do not modify this file manually!
#
# version: 2.2-Fixes-V8b

1vs1.<player>, boolean, 00
chat.<player>, boolean, 00
eventdurumu, string, 8003596F6B
firstjoin-<player>, boolean, 00
konusmax.<player>, boolean, 00
oldurme.<player>, long, 0000000000000000
olme.<player>, long, 0000000000000000
parlaklik.<player>, boolean, 00
whitelist, boolean, 00
whitelistsebep, string, 800642616BC4B16D

kasaaciliyor, null,
kasa::esyalar::item::1, string, 800731206772617373
kasa::esyalar::item::2, string, 8007352073746F6E65
kasa::esyalar::item::3, string, 800735206772617373
kasa::esyalar::item::4, string, 80083330206772617373
kasa::esyalar::item::5, string, 800C333020626C756520636C6179
kasa::esyalar::item::6, string, 80083135206172726F77
kasa::esyalar::item::7, string, 80053120626F77
kasa::esyalar::item::8, string, 800B73746F6E652073776F7264
kasa::esyalar::item::9, string, 800C776F6F64656E2073776F7264
kasa::esyalar::item::10, string, 801D73746F6E65207069636B617865206F6620656666696369656E63792033
kasa::esyalar::item::11, string, 801A73746F6E652073776F7264206F662073686172706E6573732033
kasa::esyalar::item::12, string, 801973746F6E6520617865206F6620656666696369656E63792032
kasa::esyalar::item::13, string, 80183120656E6368616E74656420676F6C64656E206170706C65
kasa::esyalar::item::14, string, 800D3120656E64657220706561726C
kasa::esyalar::item::15, string, 80083235206172726F77
kasa::esyalar::item::16, string, 80083130206172726F77
kasa::esyalar::item::17, string, 80083132206772617373
kasa::esyalar::item::18, string, 80083330206772617373
kasa::esyalar::item::19, string, 800836342073746F6E65
kasa::esyalar::item::20, string, 800E333020636F62626C6573746F6E65
kasa::esyalar::item::21, string, 80113120666C696E7420616E64207374656C6C
kasa::esyalar::item::22, string, 80053120626F77
kasa::esyalar::item::23, string, 800731206772617373
kasa::esyalar::item::24, string, 8007352073746F6E65
kasa::esyalar::item::25, string, 800735206772617373
kasa::esyalar::item::26, string, 80083330206772617373
kasa::esyalar::item::27, string, 800A312072656420636C6179
kasa::esyalar::item::28, string, 800B31352072656420636C6179
kasa::esyalar::item::29, string, 800D363420677265656E20636C6179
kasa::esyalar::item::30, string, 800D73746F6E65207069636B617865
kasa::esyalar::item::31, string, 800A776F6F64656E20617865
kasa::esyalar::item::32, string, 800E776F6F64656E207069636B617865
kasa::esyalar::item::33, string, 8007352073746F6E65
kasa::esyalar::item::34, string, 800735206772617373
kasa::esyalar::item::35, string, 80083330206772617373
kasa::esyalar::item::36, string, 80083130206172726F77
kasa::esyalar::item::37, string, 80083230206172726F77
ox::location::visitor, location, 8605776F726C6480FF0000000181046E616D652080026D6701780940606000000000000179094056C00000000000017A09C0548000000000000570697463680800000000037961770800000000
ox::location::game, location, 8605776F726C6480FF0000000181046E616D652080026D6701780940614000000000000179094055000000000000017A09C0548000000000000570697463680800000000037961770800000000
ox, boolean, 00
eventmenu, string, 8003596F6B
ox.oyunx::*, null,
chat.typh, boolean, 00
chat.typh, boolean, 01
chat.typh, boolean, 00
chat.typh, boolean, 01
ayrildi.typh, boolean, 01
chat.typh, boolean, 00
chat.typh, boolean, 01
kingdom-typh, string, 80054E6F727468
After gives error, i restart server and it works but sometimes don't work. Why?
 
Status
Not open for further replies.