Class ServerProperties

java.lang.Object
com.djrapitops.plan.identification.properties.ServerProperties
Direct Known Subclasses:
BukkitServerProperties, BungeeServerProperties, FabricServerProperties, NukkitServerProperties, SpongeServerProperties, VelocityServerProperties

public class ServerProperties extends Object
Class responsible for holding server variable values that do not change without a reload.
  • Constructor Details

  • Method Details

    • getIp

      public String getIp()
      Ip string in server.properties.
      Returns:
      the ip.
    • getName

      public String getName()
    • getPort

      public int getPort()
    • getVersion

      public String getVersion()
    • getImplVersion

      public String getImplVersion()
    • getMaxPlayers

      public int getMaxPlayers()