Advertisement
phanaticd

Untitled

Apr 15th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. [14:40:39] [Server thread/ERROR]: Uh oh! You've found an error in Core.
  2. This is an error caused while running your code, so you may be able to find a workaround, but is ultimately an error in Core itself.
  3. The line of code that caused the error was this:
  4. @hat = 'd93e9067-b5c9-485c-b249-d67ff01a6953'
  5. set_entity_rider(@hat, '7c15299a-c58a-4577-9da2-0a8b5c045280')
  6. on or around /minecraft/hub/plugins/CommandHelper/LocalPackages/playerrider.ms:9.
  7. Please report this error to the developers, and be sure to include the version numbers:
  8. Server version: 1.9.2-R0.1-SNAPSHOT;
  9. CommandHelper version: 3.3.2-SNAPSHOT.3107-;
  10. Loaded extensions and versions:
  11. Core (version 3.3.2);
  12. CHSpigot (version 1.5.0);
  13. Here's the stacktrace:
  14. java.lang.IllegalStateException: Circular entity riding! EntitySlime['Slime'/6427, l='hub', x=19.88, y=62.06, z=-12.01] EntityPlayer['Altaleb'/5184, l='hub', x=20.50, y=62.06, z=-12.50](Altaleb at 20.5,62.0625,-12.5)
  15. at com.google.common.base.Preconditions.checkState(Preconditions.java:200)
  16. at net.minecraft.server.v1_9_R1.Entity.o(Entity.java:1693)
  17. at net.minecraft.server.v1_9_R1.Entity.a(Entity.java:1662)
  18. at net.minecraft.server.v1_9_R1.EntityPlayer.a(EntityPlayer.java:618)
  19. at net.minecraft.server.v1_9_R1.Entity.startRiding(Entity.java:1650)
  20. at org.bukkit.craftbukkit.v1_9_R1.entity.CraftEntity.setPassenger(CraftEntity.java:322)
  21. at com.laytonsmith.abstraction.bukkit.entities.BukkitMCEntity.setPassenger(BukkitMCEntity.java:230)
  22. at com.laytonsmith.core.functions.EntityManagement$set_entity_rider.exec(EntityManagement.java:1677)
  23. at com.laytonsmith.core.Script.eval(Script.java:375)
  24. at com.laytonsmith.core.Procedure.execute(Procedure.java:218)
  25. at com.laytonsmith.core.Procedure.cexecute(Procedure.java:168)
  26. at com.laytonsmith.core.Script.eval(Script.java:304)
  27. at com.laytonsmith.core.functions.Exceptions$_try.execs(Exceptions.java:172)
  28. at com.laytonsmith.core.Script.eval(Script.java:334)
  29. at com.laytonsmith.core.Script.eval(Script.java:344)
  30. at com.laytonsmith.core.Script.seval(Script.java:253)
  31. at com.laytonsmith.core.functions.BasicLogic$_if.execs(BasicLogic.java:85)
  32. at com.laytonsmith.core.Script.eval(Script.java:334)
  33. at com.laytonsmith.core.Script.eval(Script.java:344)
  34. at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1977)
  35. at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1934)
  36. at com.laytonsmith.core.events.AbstractEvent.execute(AbstractEvent.java:109)
  37. at com.laytonsmith.core.events.BoundEvent.execute(BoundEvent.java:320)
  38. at com.laytonsmith.core.events.BoundEvent.trigger(BoundEvent.java:278)
  39. at com.laytonsmith.core.events.EventUtils.FireListeners(EventUtils.java:253)
  40. at com.laytonsmith.core.events.EventUtils.TriggerListener(EventUtils.java:240)
  41. at com.laytonsmith.abstraction.bukkit.events.drivers.BukkitEntityListener.onClickEnt(BukkitEntityListener.java:48)
  42. at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:498)
  45. at com.laytonsmith.commandhelper.CommandHelperPlugin$8.execute(CommandHelperPlugin.java:509)
  46. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  47. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
  48. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517)
  49. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502)
  50. at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1570)
  51. at net.minecraft.server.v1_9_R1.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:48)
  52. at net.minecraft.server.v1_9_R1.PacketPlayInUseEntity.a(PacketPlayInUseEntity.java:5)
  53. at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13)
  54. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  55. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  56. at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45)
  57. at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:811)
  58. at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:404)
  59. at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:721)
  60. at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:620)
  61. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement