Advertisement
Guest User

Errors in creativecontrol

a guest
Jun 2nd, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. [SEVERE] Could not pass event PlayerInteractEvent to CreativeControl
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  5. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
  6. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
  7. at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:287)
  8. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
  9. at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:119)
  10. at net.minecraft.server.Packet15Place.handle(SourceFile:39)
  11. at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
  12. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
  13. at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:83)
  14. at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
  15. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
  17. at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  18. Caused by: java.lang.NullPointerException
  19. at me.FurH.CreativeControl.listener.CreativePlayerListener.onPlayerInteract(CreativePlayerListener.java:305)
  20. at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  22. at java.lang.reflect.Method.invoke(Unknown Source)
  23. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
  24. ... 14 more
  25.  
  26. And i get this error from CreativeControl too.
  27.  
  28. 2012-06-02 21:41:56 [INFO] [CreativeControl]: Can't read the MySQ database [SQLITE_NOTADB] File opened that is not a database file (file is encrypted or is not a database)
  29. 2012-06-02 21:41:57 [INFO] [CreativeControl]: Can't read the MySQ database [SQLITE_NOTADB] File opened that is not a database file (file is encrypted or is not a database)
  30. 2012-06-02 21:41:58 [INFO] [CreativeControl]: Can't read the MySQ database [SQLITE_NOTADB] File opened that is not a database file (file is encrypted or is not a database)
  31. 2012-06-02 21:41:59 [INFO] [CreativeControl]: Can't read the MySQ database [SQLITE_NOTADB] File opened that is not a database file (file is encrypted or is not a database)
  32. 2012-06-02 21:42:00 [INFO] [CreativeControl]: Can't read the MySQ database [SQLITE_NOTADB] File opened that is not a database file (file is encrypted or is not a database)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement