Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not pass event AsyncPlayerChatEvent to bChatManager v3.1.1 #9

Open
ghost opened this issue Dec 21, 2013 · 0 comments
Open

Could not pass event AsyncPlayerChatEvent to bChatManager v3.1.1 #9

ghost opened this issue Dec 21, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 21, 2013

When trying to send a message in the client the following errors appears and normal MC message is used instead of bchatmanager.

Using the console of the server works alright.

Using Mcpc+ with FTB Direwold20 (1.6.4) with bchatmanager 3.1.1

[SEVERE] Could not pass event AsyncPlayerChatEvent to bChatManager v3.1.1
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:437)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:31)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:461)
at net.minecraft.network.NetServerHandler.chat(NetServerHandler.java:1266)
at net.minecraft.network.NetServerHandler.func_72481_a(NetServerHandler.java:1194)
at net.minecraft.network.packet.Packet3Chat.func_73279_a(Packet3Chat.java:68)
at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:350)
at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:556)
at net.minecraft.network.TcpReaderThread.run(TcpReaderThread.java:23)
Caused by: java.lang.NullPointerException
at net.rymate.bchatmanager.bChatManager.replacePlayerPlaceholders(bChatManager.java:117)
at net.rymate.bchatmanager.bChatListener.onPlayerChat(bChatListener.java:107)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:435)
... 10 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants