Interface RconService


  • public interface RconService
    Manages Rcon-related settings.
    • Method Detail

      • isRconEnabled

        boolean isRconEnabled()
        Tests whether Rcon is enabled for this service.

        Rcon allows commands to be remotely run on the server, after Rcon client have authenticated with a password.

        Returns:
        Where Rcon is enabled
      • rconPassword

        String rconPassword()
        Gets the Rcon password for this service.

        This password is used by Rcon clients to authenticate.

        Returns:
        The Rcon password for this service