aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
88 stars 70 forks source link

[Feature Request] Add support for Paper's AsyncChat #267

Open NoltoxGit opened 7 months ago

NoltoxGit commented 7 months ago

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! :)

aromaa commented 7 months ago

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

NoltoxGit commented 7 months ago

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.

aromaa commented 7 months ago

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.