minecrafter / RedisBungee

The leading player synchronization system for BungeeCord
https://www.spigotmc.org/resources/redisbungee.13494/
Eclipse Public License 1.0
157 stars 122 forks source link

ProxyPingEvent #29

Closed przemek3697 closed 8 years ago

przemek3697 commented 8 years ago

Hey Can u add to api method to register own plugin which modify ping respone?

minecrafter commented 8 years ago

No. You should be able to do this by handling ProxyPingEvent directly.

What are you trying to achieve?

przemek3697 commented 8 years ago

private static final List<String> ASYNC_PING_EVENT_HOSTILE = ImmutableList.of("ServerListPlus", "SwiftMOTD"); Add my own plugin to this list :) What I want to achieve its my own secret, but your plugin making some trouble for me ;)

minecrafter commented 8 years ago

I see. I will simply remove async ping event support, as it requires all sorts of hacks for most plugins.

minecrafter commented 8 years ago

Removed in 3b2d157.