Solved Drop without velocity (Skript Version)

  • 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.

Oliv583c

Member
Jan 11, 2021
13
0
1
18
Hi! I have a problem with dropping an item. I want it to drop an item without the item spawning with velocity. I already know the syntax for it but my problem is that my Skript version is probably outdated or something... But I checked my Skript version and according to the config it's "2.1.2" I have searched a lot on google. And I really need this to work. The syntax I have tried with many other variants:

drop 1 of grass at player's location without velocity

It just returns "grass at player's location without velocity' is not an entity type"...
Anyone know the answer?

My server runs Spigot/Bukkit 1.8.8. Using Skript 2.1.2 I think.
 
I recommend you use 2.2-dev36.
You can check your version with /version Skript.
See EffDrop:
Code:
drop %item types/experience points% [%directions% %locations%] without velocity
 
I just tried out the 2.2-dev26 but as usual it just doesn't work... I'm not sure why it wont work. But the Skript plugin I have on is the only on that apparently wanna work for me.
 
You said 2.2-dev26, I said 2.2-dev36. If that was a typo, there's a good chance there's a big error, send it.
 
Check your console and send the error you find. If there is none, explain what isn't working.
 
Ok. Let me explain what's going on. The plugin is technically working. I can make a command that broadcasts just fine. No errors no nothing. Here comes the problem: I have been working on a server for nearly 2 months. I'm nearly finished and I just need the drop without velocity now. And when I reload the skripts with the new plugin. No errors come up. Just nothing in the code is working... As in the commands don't exist when reloading but no errors pop up. Soooo not sure what is going on..
 
Can you send your full console log when that happens?
 
This is what the console says upon reloading the skript:

[12:05:17] [Server thread/ERROR]: #!#!
[12:05:17] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[12:05:17] [Server thread/ERROR]: #!#! Could not load Admin.sk
[12:05:17] [Server thread/ERROR]: #!#!
[12:05:17] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[12:05:17] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[12:05:17] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[12:05:17] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[12:05:17] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[12:05:17] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[12:05:17] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[12:05:17] [Server thread/ERROR]: #!#!
[12:05:17] [Server thread/ERROR]: #!#! Stack trace:
[12:05:17] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:434)
[12:05:17] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:181)
[12:05:17] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[12:05:17] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[12:05:17] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[12:05:17] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[12:05:17] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[12:05:17] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[12:05:17] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[12:05:17] [Server thread/ERROR]: #!#!
[12:05:17] [Server thread/ERROR]: #!#! Version Information:
[12:05:17] [Server thread/ERROR]: #!#! Skript: 2.2-dev36 (custom version)
[12:05:17] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[12:05:17] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[12:05:17] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[12:05:17] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[12:05:17] [Server thread/ERROR]: #!#!
[12:05:17] [Server thread/ERROR]: #!#! Server platform: Spigot
[12:05:17] [Server thread/ERROR]: #!#!
[12:05:17] [Server thread/ERROR]: #!#! Current node: give player 1 of bed named "%{_Text}% &7Bed" with lore "&7Place down to spawn bed!" (Admin.sk, line 21)
[12:05:17] [Server thread/ERROR]: #!#! Current item: null
[12:05:17] [Server thread/ERROR]: #!#!
[12:05:17] [Server thread/ERROR]: #!#! Thread: Server thread
[12:05:17] [Server thread/ERROR]: #!#!
[12:05:17] [Server thread/ERROR]: #!#! Language: english
[12:05:17] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[12:05:17] [Server thread/ERROR]: #!#!
[12:05:17] [Server thread/ERROR]: #!#! End of Error.
[12:05:17] [Server thread/ERROR]: #!#!
 
What addons (and their version) are you running?
 
I use the addons:

MorkazSK (Not sure what version though)
SkBee 1.9.1
SkQuery (Not sure what version though)
SkExtras (Not sure what version though)
SkRayFall (Not sure what version though)
Most of the addons I just get on google. Usually I just search the addon and get it off the first site.
 
Do you get any console errors / warnings when you start your server?
 
This is all the skript errors that come in the console when starting the server:

[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Admin.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: give player 1 of bed named "%{_Text}% &7Bed" with lore "&7Place down to spawn bed!" (Admin.sk, line 21)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Bed.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1458)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if player is not in world "BedwarsEventsSpawn" or "Test": (Bed.sk, line 7)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load BedwarsEvents.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1458)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if player is in world "BedwarsEventsSpawn": (BedwarsEvents.sk, line 2)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Chat.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:325)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:627)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:241)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Variable.newInstance(Variable.java:151)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseVariable(SkriptParser.java:281)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:429)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if {Event.%player%.Continue} is set: (Chat.sk, line 30)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Combat.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if attacker is a player: (Combat.sk, line 4)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load DeadSwitch.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: wait 1 tick (DeadSwitch.sk, line 2)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Events.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if inventory name of player's current inventory contains "&e&LEVENTS": (Events.sk, line 2)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load EventsActive.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if chance of 80%: (EventsActive.sk, line 7)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Explosive.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1458)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if player is not in world "BedwarsEventsSpawn": (Explosive.sk, line 2)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Finish.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: wait 0.5 tick (Finish.sk, line 2)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Gadgets.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: set {_Name::*} to name of attacker split at "'s" (Gadgets.sk, line 6)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Gameplay.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if inventory name of player's current inventory is "container.crafting": (Gameplay.sk, line 4)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Gens.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1458)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: drop 1 emerald named "Emerald_Gen_1 Unstackable: %random integer between 0 and 9999999%" at (location at -17, 84.5, 19 in {_World}) (Gens.sk, line 5)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Join.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:325)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:627)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:241)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Variable.newInstance(Variable.java:151)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseVariable(SkriptParser.java:281)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:429)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: set {Damage.Reduction.%player%} to 1 (Join.sk, line 9)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Msg.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:325)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:627)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:241)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:145)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:493)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if arg-1 is not "%player%": (Msg.sk, line 7)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load NPCS.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if npc name is "&bSolo" or "&bDoubles": (NPCS.sk, line 22)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Shop.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if npc name is "&b&lSHOP": (Shop.sk, line 2)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Shop2.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if amount of iron ingot in player's inventory is greater than or equal to 4: (Shop2.sk, line 4)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Start.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if victim is a player: (Start.sk, line 2)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Traps.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1458)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1531)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if player is not in world "BedwarsEventsSpawn" or "Test": (Traps.sk, line 8)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Upgrades.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:495)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1492)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if npc name is "&b&lTEAM UPGRADES": (Upgrades.sk, line 7)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[13:58:37] [Server thread/ERROR]: #!#! Could not load Warp.sk
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[13:58:37] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:58:37] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[13:58:37] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[13:58:37] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[13:58:37] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[13:58:37] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Stack trace:
[13:58:37] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for particle
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1465)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:325)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:627)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:241)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Variable.newInstance(Variable.java:151)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseVariable(SkriptParser.java:281)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:429)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:814)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1535)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.<init>(Conditional.java:44)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1058)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:54)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional$1.<init>(Conditional.java:72)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Conditional.loadElseClause(Conditional.java:72)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1031)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$0(ScriptLoader.java:331)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:361)
[13:58:37] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:490)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[13:58:37] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[13:58:37] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[13:58:37] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Version Information:
[13:58:37] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[13:58:37] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[13:58:37] [Server thread/ERROR]: #!#! Minecraft: 1.8.8
[13:58:37] [Server thread/ERROR]: #!#! Java: 1.8.0_72 (Java HotSpot(TM) 64-Bit Server VM 25.72-b15)
[13:58:37] [Server thread/ERROR]: #!#! OS: Linux amd64 4.2.0-27-generic
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Server platform: Spigot
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Current node: if {Warp.Privat.Allerede.%player%.%arg-2%} is not set: (Warp.sk, line 12)
[13:58:37] [Server thread/ERROR]: #!#! Current item: null
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Thread: Server thread
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! Language: english
[13:58:37] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[13:58:37] [Server thread/ERROR]: #!#!
[13:58:37] [Server thread/ERROR]: #!#! End of Error.
[13:58:37] [Server thread/ERROR]: #!#!
 
I recommend using a paste service next time, like pastebin.
For the issue, you can either go back to your previous Skript version, or update skQuery.
 
I'll try updating SkQuery. If that doesn't work I'll try to find out another way :emoji_slight_smile: Thanks for the feedback and from now on I'll put it into the code form!
 
Status
Not open for further replies.