Guest User

tardis

a guest
Nov 4th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. 11:19:07 [SEVERE] Could not pass event PlayerInteractEvent to TARDIS v1.7
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  7. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
  8. at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:366)
  9. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:650)
  10. at net.minecraft.server.Packet15Place.handle(SourceFile:58)
  11. at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
  12. at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:111)
  13. at net.minecraft.server.ServerConnection.b(SourceFile:35)
  14. at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
  15. at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:578)
  16. at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:215)
  17. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:495)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:428)
  19. at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
  20. Caused by: java.lang.IllegalArgumentException: n must be positive
  21. at java.util.Random.nextInt(Unknown Source)
  22. at me.eccentric_nz.plugins.TARDIS.TARDISPlayerListener.tt(TARDISPlayerListener.java:629)
  23. at me.eccentric_nz.plugins.TARDIS.TARDISPlayerListener.onPlayerInteract(TARDISPlayerListener.java:411)
  24. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
  28. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment