Advertisement
Guest User

Untitled

a guest
Nov 15th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. .[12:51:42] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  2. [12:51:42] [Server thread/ERROR]: #!#! Could not load scripts.sk
  3. [12:51:42] [Server thread/ERROR]: #!#!
  4. [12:51:42] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
  5. [12:51:42] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
  6. [12:51:42] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
  7. [12:51:42] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
  8. [12:51:42] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
  9. [12:51:42] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
  10. [12:51:42] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
  11. [12:51:42] [Server thread/ERROR]: #!#!
  12. [12:51:42] [Server thread/ERROR]: #!#! Stack trace:
  13. [12:51:42] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: Cannot use classinfos until registration is over
  14. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.checkAllowClassInfoInteraction(Classes.java:220)
  15. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfos(Classes.java:225)
  16. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:393)
  17. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.parse(Classes.java:427)
  18. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:543)
  19. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
  20. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
  21. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
  22. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
  23. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
  24. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
  25. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseObjectExpression(SkriptParser.java:380)
  26. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:286)
  27. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
  28. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
  29. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
  30. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:981)
  31. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:942)
  32. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
  33. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
  34. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:42)
  35. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
  36. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
  37. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
  38. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
  39. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript.reload(Skript.java:548)
  40. [12:51:42] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:130)
  41. [12:51:42] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  42. [12:51:42] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  43. [12:51:42] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646)
  44. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.PlayerConnection.handleCommand(PlayerConnection.java:1139)
  45. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:974)
  46. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:45)
  47. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:1)
  48. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13)
  49. [12:51:42] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  50. [12:51:42] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  51. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60)
  52. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:712)
  53. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
  54. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
  55. [12:51:42] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
  56. [12:51:42] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745)
  57. [12:51:42] [Server thread/ERROR]: #!#!
  58. [12:51:42] [Server thread/ERROR]: #!#! Version Information:
  59. [12:51:42] [Server thread/ERROR]: #!#! Skript: 2.1.2
  60. [12:51:42] [Server thread/ERROR]: #!#! Bukkit: 1.8.3-R0.1-SNAPSHOT
  61. [12:51:42] [Server thread/ERROR]: #!#! Minecraft: 1.8.3
  62. [12:51:42] [Server thread/ERROR]: #!#! Java: 1.8.0_45
  63. [12:51:42] [Server thread/ERROR]: #!#!
  64. [12:51:42] [Server thread/ERROR]: #!#! Running CraftBukkit: false
  65. [12:51:42] [Server thread/ERROR]: #!#!
  66. [12:51:42] [Server thread/ERROR]: #!#! Current node: attacker is holding stick (scripts.sk, line 2)
  67. [12:51:42] [Server thread/ERROR]: #!#! Current item: null
  68. [12:51:42] [Server thread/ERROR]: #!#!
  69. [12:51:42] [Server thread/ERROR]: #!#! Thread: Server thread
  70. [12:51:42] [Server thread/ERROR]: #!#!
  71. [12:51:42] [Server thread/ERROR]: #!#! End of Error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement