Class StargateConstant
java.lang.Object
org.sgrewritten.stargate.property.StargateConstant
Some stargate constants used internally
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the config filestatic final intThe current config (and database) version; used in migrationsstatic final StringThe id of the default networkstatic final StringWhere should stargate store internal data (such as server uuid, and the .properties database)static final StringWhere the default gate formats are stored internallystatic final StringThe name of the stargate properties databasestatic final intMaximum name length of networks and portalsstatic final LevelThe log level to use before loading the log level from configstatic final StringThe 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:
-