Interface RconConnectionEvent.Auth

All Superinterfaces:
Cancellable, Event, RconConnectionEvent
Enclosing interface:
RconConnectionEvent

public static interface RconConnectionEvent.Auth extends RconConnectionEvent, Cancellable
Called when a RCON client attempts to get authenticated against the server.

Authorized clients are able to execute commands.

Cancelling this event will close the connection.