Uses of Package
dev.aura.bungeechat.event
-
Packages that use dev.aura.bungeechat.event Package Description dev.aura.bungeechat.account dev.aura.bungeechat.listener -
Classes in dev.aura.bungeechat.event used by dev.aura.bungeechat.account Class Description BungeeChatJoinEvent Event called as soon as a connection has aProxiedPlayer
and is ready to be connected to a server.BungeeChatLeaveEvent Called when a player has left the proxy, it is not safe to call any methods that perform an action on the passed player instance. -
Classes in dev.aura.bungeechat.event used by dev.aura.bungeechat.listener Class Description BungeeChatJoinEvent Event called as soon as a connection has aProxiedPlayer
and is ready to be connected to a server.BungeeChatLeaveEvent Called when a player has left the proxy, it is not safe to call any methods that perform an action on the passed player instance.BungeeChatServerSwitchEvent Called when a player has changed servers.