MD

Results 104 comments of MD

> with that comes with trying to figure out where within the proxy we need to unregister Out of curiosity, why would the proxy need to be able to unregister...

> What exactly is holding back the re-implementation of these disabled chart types? Maybe the community can help :) From looking through the code, it looks like the API can...

Could you post the full `pom.xml` file for your Bukkit plugin? Many Bukkit plugins shade bStats through Maven and don't run into this issue, which suggests your setup isn't correct.

The server brand is supposed to be used for this purpose anyway, but Spigot still uses `CraftBukkit`, and hybrid servers like Thermos and Kettle tend to be poorly maintained and...

We would much prefer that Bukkit actually exposed custom biomes properly. However, that currently isn't the case, and is unlikely to happen before Minecraft 1.20 is released (nor guaranteed after...

EssentialsX Chat only currently supports modifications to chat messages within Bukkit's `AsyncPlayerChatEvent`. We're working on supporting Paper's component-based chat event, but this is dependent on #4717.

It can't - it relies on chat components, which don't exist on Bukkit. You'll need to wait for EssentialsX Chat to support components first.

On 1.19.1+, EssentialsX Chat performs chat formatting during the preview event so that the client can see and sign the formatted chat message. When the player presses Enter to send...

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 message...

I disagree with this on the basis that it completely undermines Essentials' lazy loading by regularly force loading every single user's data into memory, which would end up making EssentialsX...