Results 37 comments of Bobcat00

You'll have to wait for the web site end to support multiple plugins with the same name. That's still not possible.

Yes! I'm seeing the same thing with both Spigot and Paper. I have a language filter plugin which uses `AsyncPlayerChatEvent#setMessage()` to replace naughty words. If my listener is at priority...

I found another case of EssentialsXChat tampering with the text of chat messages. I have a language filter plugin which can change words in chat messages. For this test, I...

This line is the root of all evil. It is causing both problems. 1) It can throw away changes made by another plugin. 2) It can take changes from another...

EssentialsXChat shouldn't be applying cached modifications from _other_ plugins. Let those plugins take care of their own changes. But it probably doesn't matter, because after spending hours on this, Mojang...

> It doesn't apply changes from other plugins unless they also modified the message during the preview event (in which case, they would need to be applied to match the...

ViaVersion ViaRewind ProtocolSupport BurritoSpigot 1.8.8 I don't think that's a supported combination.

I get exceptions from /baltop using Essentials 2.19.1-dev+18-58b0fb0. It always seems to be the same players. Here's an example of one: `[Essentials] Found UUID becf5e47-803e-4951-ae47-0f006f56e123 for player GemHuntress, but player...

> They should go hand in hand with each other, defining a `pattern` filter in this version will behave the same as a regular `command-cooldown` in that PR So this...