ProxioDev / ValioBungee

Synchronize players data between BungeeCord / Velocity proxies
Eclipse Public License 1.0
200 stars 51 forks source link

Fix compatibility with antibot plugins #19

Closed ghost closed 2 years ago

ghost commented 3 years ago

This prevents RedisBungee from handling connections that are cancelled by antibots

(The priority change is also to prevent the cancellation ignore of antibots)

ham1255 commented 3 years ago

why are you checking if plugin message event was cancelled?

ghost commented 3 years ago

for plugins that limits/cancels the plugin message event

/ i can remove that change if you want too