public class ServerGroupProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServerGroupProperties.ServerGroupDefaultPropertiesProvider |
| Constructor and Description |
|---|
ServerGroupProperties(String name) |
ServerGroupProperties(String id,
String name) |
public ServerGroupProperties(String name)
public String getId()
public String getName()
public ServerGroupProperties setName(String name)
public Integer getOnlineAmount()
public ServerGroupProperties setOnlineAmount(Integer onlineAmount)
public Integer getMaxAmount()
public ServerGroupProperties setMaxAmount(Integer maxAmount)
public Integer getRam()
public ServerGroupProperties setRam(Integer ram)
public Boolean isStatic()
public ServerGroupProperties setStatic(Boolean isStatic)
public Integer getPriority()
public ServerGroupProperties setPriority(Integer priority)
public String getBaseIdentifier()
public ServerGroupProperties setBaseIdentifier(String baseIdentifier)
public Collection<String> getSortOutStates()
public ServerGroupProperties setSortOutStates(Collection<String> sortOutStates)
public ServerGroupProperties setJavaParameters(List<String> javaParameters)
public ServerGroupProperties setSpigotParameters(List<String> spigotParameters)
public String getJrePath()
public int getTimeout()
public ServerGroupProperties setTimeout(int timeout)
public ServerGroupProperties setJrePath(String jrePath)
public static String generateId()
Copyright © 2025. All rights reserved.