Class ProxyPingEvent

java.lang.Object
com.velocitypowered.api.event.proxy.ProxyPingEvent

public final class ProxyPingEvent extends Object
This event is fired when a server list ping request is sent by a remote client. Velocity will wait on this event to finish firing before delivering the results to the remote client, but you are urged to be as parsimonious as possible when handling this event due to the amount of ping packets a client can send.