public interface RconService
Modifier and Type | Method and Description |
---|---|
String |
getRconPassword()
Gets the Rcon password for this service.
|
boolean |
isRconEnabled()
Tests whether Rcon is enabled for this service.
|
boolean isRconEnabled()
Rcon allows commands to be remotely run on the server, after Rcon client have authenticated with a password.
String getRconPassword()
This password is used by Rcon clients to authenticate.