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 VentureChat v3.6.0 is installed on Waterfall 552 or BungeeCord 1769, I am kicked whenever I send a chat message. In the console I get:
00:21:51 [WARNING] [datatags] <-> DownstreamBridge <-> [hub] - could not decode packet! io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: No enum constant net.md_5.bungee.api.chat.ClickEvent.Action.
I tried removing the click events from the chat formatting, but it didn't seem to change anything. Let me know if any other details are needed. Thanks!
(This doesn't seem to be related to #91 as I don't have this issue on Waterfall 548, which didn't exist at the time of the most recent comment.)
The text was updated successfully, but these errors were encountered:
Apparently this happens when certain placeholders are used in the channel format, including invalid ones. For example, setting the channel format like this causes it for me:
format: '{invalidplaceholder}&f:'
I also have a PAPI expansion that causes it, but invalid placeholders are probably the easiest thing to check with
Edit: Never mind, it's not that, still not sure what's going on
Edit again: No, it was that, and it was also that the format of the jsonformatting block had changed and my config hadn't been migrated. Both of those seem to cause the issue I'm having
When VentureChat v3.6.0 is installed on Waterfall 552 or BungeeCord 1769, I am kicked whenever I send a chat message. In the console I get:
I tried removing the click events from the chat formatting, but it didn't seem to change anything. Let me know if any other details are needed. Thanks!
(This doesn't seem to be related to #91 as I don't have this issue on Waterfall 548, which didn't exist at the time of the most recent comment.)
The text was updated successfully, but these errors were encountered: