Class StargateConstant
java.lang.Object
org.sgrewritten.stargate.property.StargateConstant
Some stargate constants used internally
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of the config filestatic final int
The current config (and database) version; used in migrationsstatic final String
The id of the default networkstatic final String
Where should stargate store internal data (such as server uuid, and the .properties database)static final String
Where the default gate formats are stored internallystatic final String
The name of the stargate properties databasestatic final int
Maximum name length of networks and portalsstatic final Level
The log level to use before loading the log level from configstatic final String
The name of Stargate -
Method Summary
-
Field Details
-
STARGATE_NAME
The name of Stargate- See Also:
-
INTERNAL_GATE_FOLDER
Where the default gate formats are stored internally- See Also:
-
INTERNAL_FOLDER
Where should stargate store internal data (such as server uuid, and the .properties database)- See Also:
-
INTERNAL_PROPERTIES_FILE
The name of the stargate properties database- See Also:
-
CONFIG_FILE
The name of the config file- See Also:
-
CURRENT_CONFIG_VERSION
public static final int CURRENT_CONFIG_VERSIONThe current config (and database) version; used in migrations- See Also:
-
PRE_STARTUP_LOG_LEVEL
The log level to use before loading the log level from config -
MAX_TEXT_LENGTH
public static final int MAX_TEXT_LENGTHMaximum name length of networks and portals- See Also:
-
DEFAULT_NETWORK_ID
The id of the default network- See Also:
-