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
Hello,
Can you add the support for the Paper AsyncChatEvent and/or AsyncChatDecorateEvent in the configuration of your plugin please?
Because you're currently using an old listener: org.bukkit.event.player.AsyncPlayerChatEvent.
A Solution
Add a new configuration for this:
# Use Paper's async Chat Eventuse-async-chat: true/false
Anything Else?
Thank you so much if you add this! :)
The text was updated successfully, but these errors were encountered:
i'm not entirely sure what the need here is. at the moment, worldguard (7.0.x) needs to
a) maintain spigot compat and
b) remove recipients from chat events
we don't so much as touch the contents of the message, so there shouldn't(?) be any issues with things like formatting/components.
The Problem
Hello,
Can you add the support for the Paper
AsyncChatEvent
and/orAsyncChatDecorateEvent
in the configuration of your plugin please?Because you're currently using an old listener:
org.bukkit.event.player.AsyncPlayerChatEvent
.A Solution
Add a new configuration for this:
Anything Else?
Thank you so much if you add this! :)
The text was updated successfully, but these errors were encountered: