Store
Subscribe
Randomly, vanilla messages appearing in chat?
Well, lately, I've been noticing that random messages in the vanilla form (<playername> message), are being thrown in chat. It seems kinda weird and I was unsure if y'all were aware of this.
 0
PM Link
Yeah, its a bug with @SmellyPenguin's code. He hasn't been able to figure it out yet (he's slow, give him some time).
 0
PM Link
There's an exception being thrown with no stack trace, so it's gonna take me a while to figure it out.
 0
PM Link

SmellyPenguin wrote

There's an exception being thrown with no stack trace, so it's gonna take me a while to figure it out.

Would this exception be thrown at the PlayerChatEvent?
 0
PM Link

Cavasi wrote

SmellyPenguin wrote...


Would this exception be thrown at the PlayerChatEvent?


That event is old and not used anymore. Its very complicated because we have one of the few chat systems that is efficient and doesnt lag, but its complicated with many layers to donit. When i get a bit of time i will sit down and figure it out.
 0
PM Link

MasterGberry wrote

Cavasi wrote...



That event is old and not used anymore. Its very complicated because we have one of the few chat systems that is efficient and doesnt lag, but its complicated with many layers to donit. When i get a bit of time i will sit down and figure it out.


My bad, I meant AsyncPlayerChatEvent. The last time I full-out coded was back when PlayerChatEvent was still a thing
 0
PM Link
Yeah, the exception that is being thrown literally says "Java Exception: null" and nothing else. No stack trace, no code lines, nothing lol.
 0
PM Link

Archybot wrote

Yeah, the exception that is being thrown literally says "Java Exception: null" and nothing else. No stack trace, no code lines, nothing lol.


#Java
 0
PM Link