This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the issue?I am running Tag 1.0 (also tried .9) and AntiRelog version 1.3 and i just tried 1.4.When a player logs out of the server, we get a Could not pass PlayerQuitEvent to Ddeckys Tag Plugin org.buckkit.event.EventException.I think this has to do with the AntiRelog plugin listening to the player being hit and the logging out. this plugin basically detects someone logging off during a PVP fight and bans then for 1 minute and kills them. I believe these two plugins are conflicting and causing yours to give this error.Also, I submitted another ticket about the Tag game breaking after the IT person logs off. I have removed the AntiRelog plugin entirely as a test, and the Tag game is still broke, so Antirelog doesnt appear to be the cause of that issue. These are two seperate issues.
2012-05-30 22:50:10 [INFO] CookieRawrs lost connection: disconnect.endOfStream2012-05-30 22:50:11 [SEVERE] Could not pass event PlayerQuitEvent to Ddeckys Tag Pluginorg.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459) at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:179) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:698) at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:48) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)Caused by: java.lang.NullPointerException at me.ddeckys.Tag.Tag.onPlayerQuit(Tag.java:560) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ... 10 more
Have you tried tag v1.1?
Sorry about the late reply.
To post a comment, please login or register a new account.