Aust1n46 / VentureChat

GNU General Public License v3.0
37 stars 46 forks source link

AsyncChatEvent #122

Open contti228 opened 3 weeks ago

contti228 commented 3 weeks ago

The following plugins have listener in legacy org.bukkit.event.player.AsyncPlayerChatEvent event: VentureChat. [16:43:34 WARN]: [SignedVelocity] This may negatively affect the functionality of SignedVelocity, [16:43:34 WARN]: [SignedVelocity] please report to the author to use Paper's AsyncChatEvent and/or AsyncChatDecorateEvent.

Lia-LV commented 3 weeks ago

True. Currently, the AsyncChatEvent is not detected properly for chats using VentureChat. please update ChatEvent to Paper's AsyncChatEvent (when server using Paper or it's fork)

contti228 commented 3 weeks ago

I made a few changes to the plugin and now it uses AsyncChatEvent. do you know when the ability to delete messages will be added? I tried to do something myself, but it didn't work =(