Class RemoteServerCommandEvent

All Implemented Interfaces:
Cancellable

public class RemoteServerCommandEvent extends ServerCommandEvent
This event is called when a command is received over RCON. See the javadocs of ServerCommandEvent for more information.
  • Constructor Details

    • RemoteServerCommandEvent

      @Internal public RemoteServerCommandEvent(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String command)
  • Method Details