Multiverse / Multiverse-Core

The original Bukkit Multi-World Plugin!
BSD 3-Clause "New" or "Revised" License
949 stars 299 forks source link

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

Open NoltoxGit opened 8 months ago

NoltoxGit commented 8 months ago

Describe the feature

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

Agreements