OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
100 stars 85 forks source link

Server List Bug #67

Open iCake opened 10 years ago

iCake commented 10 years ago

When you hover over the player count, it usually shows ~10 players; with SportBukkit I think it shows all of them..

Example: https://s.kpvp.in/QHoS2

njb-said commented 10 years ago

Another example- to show it is not a one-off issue; http://imnjb.me/i/v2DG

tonybruess commented 10 years ago

What does normal CraftBukkit 1.7.5 look like?

iCake commented 10 years ago

@mrapple https://s.kpvp.in/AeebR

aerouk commented 10 years ago

A BungeeCord plugin is being used to pass the server list ping on from Bungee to the server, but it works with regular CraftBukkit and Spigot, just not SportBukkit.

tonybruess commented 10 years ago

I don't understand what you mean @aerouk. Could you explain?

aerouk commented 10 years ago

@mrapple We have a plugin on our BungeeCord which passes the ServerListPingEvent (pretty much) on from bungee to the server behind the forced host. This means all the data from the server behind bungee is passed on to the player.

This is the plugin link, as I'm probably explaining it very poorly: http://www.spigotmc.org/resources/dynamicmotd.172/

tonybruess commented 10 years ago

Alright. I'm very confused, especially because we don't modify anything related to the server ping (as far as I know). Clearly something's going on and I'll investigate later today.

ewized commented 10 years ago

I looked into this and its a Bukkit problem, Spigot make this patch to make it like vanilla. https://github.com/SpigotMC/Spigot/blob/master/CraftBukkit-Patches/0091-Configurable-Ping-Sample-Size.patch