Advertisement
Stworus

Untitled

Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. [20:28:56] [Server thread/ERROR]: #!#!
  2. [20:28:56] [Server thread/ERROR]: #!#! [Skript] Severe Error:
  3. [20:28:56] [Server thread/ERROR]: #!#!
  4. [20:28:56] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
  5. [20:28:56] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
  6. [20:28:56] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
  7. [20:28:56] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
  8. [20:28:56] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
  9. [20:28:56] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
  10. [20:28:56] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
  11. [20:28:56] [Server thread/ERROR]: #!#!
  12. [20:28:56] [Server thread/ERROR]: #!#! Stack trace:
  13. [20:28:56] [Server thread/ERROR]: #!#! java.lang.IllegalArgumentException: Profession is reserved for Zombies: NORMAL
  14. [20:28:56] [Server thread/ERROR]: #!#! at org.apache.commons.lang.Validate.isTrue(Validate.java:71)
  15. [20:28:56] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_10_R1.entity.CraftVillager.setProfession(CraftVillager.java:47)
  16. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.entity.VillagerData.spawn(VillagerData.java:76)
  17. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.entity.VillagerData.spawn(VillagerData.java:1)
  18. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.effects.EffSpawn.execute(EffSpawn.java:88)
  19. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:54)
  20. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:65)
  21. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:93)
  22. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
  23. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:222)
  24. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:184)
  25. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:270)
  26. [20:28:56] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)
  27. [20:28:56] [Server thread/ERROR]: #!#! at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source)
  28. [20:28:56] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. [20:28:56] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:498)
  30. [20:28:56] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
  31. [20:28:56] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  32. [20:28:56] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  33. [20:28:56] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  34. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1343)
  35. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186)
  36. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
  37. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
  38. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
  39. [20:28:56] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  40. [20:28:56] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  41. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
  42. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:732)
  43. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400)
  44. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668)
  45. [20:28:56] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567)
  46. [20:28:56] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
  47. [20:28:56] [Server thread/ERROR]: #!#!
  48. [20:28:56] [Server thread/ERROR]: #!#! Version Information:
  49. [20:28:56] [Server thread/ERROR]: #!#! Skript: 2.2-dev17
  50. [20:28:56] [Server thread/ERROR]: #!#! Bukkit: 1.10.2-R0.1-SNAPSHOT
  51. [20:28:56] [Server thread/ERROR]: #!#! Minecraft: 1.10.2
  52. [20:28:56] [Server thread/ERROR]: #!#! Java: 1.8.0_171 (Java HotSpot(TM) 64-Bit Server VM 25.171-b11)
  53. [20:28:56] [Server thread/ERROR]: #!#! OS: Linux amd64 3.14.32-xxxx-grs-ipv6-64
  54. [20:28:56] [Server thread/ERROR]: #!#!
  55. [20:28:56] [Server thread/ERROR]: #!#! Running CraftBukkit: false
  56. [20:28:56] [Server thread/ERROR]: #!#!
  57. [20:28:56] [Server thread/ERROR]: #!#! Current node: null
  58. [20:28:56] [Server thread/ERROR]: #!#! Current item: spawn [[entitytype:villager]] at {_lokacja}(as org.bukkit.Location)
  59. [20:28:56] [Server thread/ERROR]: #!#!
  60. [20:28:56] [Server thread/ERROR]: #!#! Thread: Server thread
  61. [20:28:56] [Server thread/ERROR]: #!#!
  62. [20:28:56] [Server thread/ERROR]: #!#! End of Error.
  63. [20:28:56] [Server thread/ERROR]: #!#!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement