Class ServerSettings

java.lang.Object
de.ellpeck.rockbottom.api.data.settings.ServerSettings
All Implemented Interfaces:
IJsonSettings

@ApiInternal public final class ServerSettings extends Object implements IJsonSettings
  • Field Details

    • autosaveIntervalSeconds

      public int autosaveIntervalSeconds
    • maxPlayerAmount

      public int maxPlayerAmount
    • worldName

      public String worldName
  • Constructor Details

    • ServerSettings

      public ServerSettings()
  • Method Details