Class StargateConstant

java.lang.Object
org.sgrewritten.stargate.property.StargateConstant

public class StargateConstant extends Object
Some stargate constants used internally
  • Field Details

    • STARGATE_NAME

      public static final String STARGATE_NAME
      The name of Stargate
      See Also:
    • INTERNAL_GATE_FOLDER

      public static final String INTERNAL_GATE_FOLDER
      Where the default gate formats are stored internally
      See Also:
    • INTERNAL_FOLDER

      public static final String INTERNAL_FOLDER
      Where should stargate store internal data (such as server uuid, and the .properties database)
      See Also:
    • INTERNAL_PROPERTIES_FILE

      public static final String INTERNAL_PROPERTIES_FILE
      The name of the stargate properties database
      See Also:
    • CONFIG_FILE

      public static final String CONFIG_FILE
      The name of the config file
      See Also:
    • CURRENT_CONFIG_VERSION

      public static final int CURRENT_CONFIG_VERSION
      The current config (and database) version; used in migrations
      See Also:
    • PRE_STARTUP_LOG_LEVEL

      public static final Level 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_LENGTH
      Maximum name length of networks and portals
      See Also:
    • DEFAULT_NETWORK_ID

      public static final String DEFAULT_NETWORK_ID
      The id of the default network
      See Also: