Interface RconService


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

    Modifier and Type
    Method
    Description
    boolean
    Tests whether Rcon is enabled for this service.
    Gets the Rcon password for this service.
  • Method Details

    • 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