yesdog / Waterdog

Waterdog, a Yesdog fork of Waterfall/BungeeCord that adds Bedrock support.
MIT License
186 stars 37 forks source link

Show real ping of each player #129

Closed zkita closed 3 years ago

zkita commented 4 years ago

Some way that does not ping always on 20 or 41 as if I had good signal?, since I use a score board I would like you to dial the real ping of each player, but with the Waterdog always marks it with good ping

Alemiz112 commented 4 years ago

Hi, If player is joined thought proxy, ping from player#getPing() is actually ping between proxy and server. If you wish to get real ping, use PluginMessages system. You can read more about it in Bungeecord docs.