mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-15 14:58:18 -07:00
Move the default world, port, and IP variables to join the rest of the default world variables
This commit is contained in:
parent
64e86b01c5
commit
c50b774c19
@ -163,6 +163,9 @@ CURRENT_VERSION=$(
|
||||
# ---------------------------------------------------------------------------
|
||||
# Default settings if not provided in the world's server.properties file.
|
||||
|
||||
DEFAULT_WORLD="world"
|
||||
DEFAULT_PORT="25565"
|
||||
DEFAULT_IP=""
|
||||
DEFAULT_SERVER_VERSION=$CURRENT_VERSION
|
||||
DEFAULT_SERVER_JAR='minecraft_server.$SERVER_VERSION.jar'
|
||||
DEFAULT_SERVER_URL='https://s3.amazonaws.com/Minecraft.Download/versions/$SERVER_VERSION/minecraft_server.$SERVER_VERSION.jar'
|
||||
@ -224,12 +227,6 @@ WORLDS_LOCATION="$LOCATION/worlds"
|
||||
# The location to store disabled world server files.
|
||||
DISABLED_WORLDS_LOCATION="$LOCATION/worlds-disabled"
|
||||
|
||||
# Default world name, port, and IP address if the worlds.conf file is
|
||||
# missing.
|
||||
DEFAULT_WORLD="world"
|
||||
DEFAULT_PORT="25565"
|
||||
DEFAULT_IP=""
|
||||
|
||||
|
||||
# Global Message Of The Day file (MOTD)
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user