Uses of Annotation Interface
com.velocitypowered.api.event.annotation.AwaitingEvent
Packages that use AwaitingEvent
Package
Description
Provides events for handling incoming connections to the proxy and logins.
Provides events to handle setting up permissions for permission subjects.
Provides events for handling actions performed by players.
Provides events for handling the lifecycle of the proxy.
Provides events for handling GS4 queries.
-
Uses of AwaitingEvent in com.velocitypowered.api.event.command
Classes in com.velocitypowered.api.event.command with annotations of type AwaitingEventModifier and TypeClassDescriptionfinal class
This event is fired when someone executes a command.class
Allows plugins to modify the packet indicating commands available on the server to a Minecraft 1.13+ client. -
Uses of AwaitingEvent in com.velocitypowered.api.event.connection
Classes in com.velocitypowered.api.event.connection with annotations of type AwaitingEventModifier and TypeClassDescriptionfinal class
This event is fired when a player disconnects from the proxy.final class
This event is fired once the player has been authenticated, but before they connect to a server.final class
This event is fired when a plugin message is sent to the proxy, either from a client (Player
) or a server (ServerConnection
).final class
This event is fired once the player has been fully initialized and is about to connect to their first server.final class
This event is fired when a player has initiated a connection with the proxy but before the proxy authenticates the player with Mojang or before the player's proxy connection is fully established (for offline mode).final class
This event is executed before sending a player to another host, either by the backend server or by a plugin using thePlayer.transferToHost(InetSocketAddress)
method. -
Uses of AwaitingEvent in com.velocitypowered.api.event.permission
Classes in com.velocitypowered.api.event.permission with annotations of type AwaitingEventModifier and TypeClassDescriptionfinal class
Called when aPermissionSubject
's permissions are being setup. -
Uses of AwaitingEvent in com.velocitypowered.api.event.player
Classes in com.velocitypowered.api.event.player with annotations of type AwaitingEventModifier and TypeClassDescriptionfinal class
This event is fired when a cookie response from a client is received by the proxy.final class
This event is fired when a cookie from a client is requested either by a proxy plugin or by a backend server.final class
This event is fired when a cookie should be stored on a player's client.final class
This event is fired after thePreLoginEvent
in order to set up the game profile for the user.final class
Fired when a player is kicked from a server.final class
This event is fired when a player types in a chat message.class
Fired when a player has finished the login process, and we need to choose the first server to connect to.class
This event is fired when the status of a resource pack sent to the player by the server is changed.final class
This event is fired once the player has successfully connected to the target server and the connection to the previous server has been de-established.class
Fired when a server sends a login plugin message to the proxy.final class
This event is fired before the player connects to a server.class
This event is fired when the downstream server tries to remove a resource pack from player or clear all of them.class
This event is fired when the downstream server tries to send a player a ResourcePack packet.class
This event is fired after a tab complete response is sent by the remote server, for clients on 1.12.2 and below. -
Uses of AwaitingEvent in com.velocitypowered.api.event.player.configuration
Classes in com.velocitypowered.api.event.player.configuration with annotations of type AwaitingEventModifier and TypeClassDescriptionfinal record
This event is executed when a player entered the configuration state and can be configured by Velocity.final record
This event is executed when a player is about to enter the configuration state.final record
This event is executed when a player is about to finish the configuration state. -
Uses of AwaitingEvent in com.velocitypowered.api.event.proxy
Classes in com.velocitypowered.api.event.proxy with annotations of type AwaitingEventModifier and TypeClassDescriptionfinal class
This event is fired by the proxy after plugins have been loaded but before the proxy starts accepting connections.final class
This event is fired when a request for server information is sent by a remote client, or when the server sends the MOTD and favicon to the client after a successful login.final class
This event is fired by the proxy after the proxy has stopped accepting connections but before the proxy process exits. -
Uses of AwaitingEvent in com.velocitypowered.api.event.query
Classes in com.velocitypowered.api.event.query with annotations of type AwaitingEventModifier and TypeClassDescriptionfinal class
This event is fired if proxy is getting queried over GS4 Query protocol.