aromaa/WorldGuardExtraFlags

[Feature Request] Add support for Paper's AsyncChat

Opened this issue · 3 comments

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.

Example for a new configuration:

# Use Paper's async Chat Event
use-async-chat: true/false

Thank you so much if you add this! :)

I don't really see any reason to change this? The AsyncPlayerChatEvent is provided by Bukkit and supported on Paper too.

I don't really see any reason to change this? The AsyncPlayerChatEvent is provided by Bukkit and supported on Paper too.

Yes, but one of my plugins strongly recommends using this event.

Unless there is some direct benefit with it I don't see any reason to change it. Otherwise its just more complexity for no gains.