You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: