From fc372a1b451d8e6f839f45e3e5a92303c7fa56b0 Mon Sep 17 00:00:00 2001 From: Morlok8k Date: Mon, 19 Jan 2015 02:23:48 -0800 Subject: [PATCH] Gallion's fix broke the initial setup script. compensating. --- scripts/MLG_Update_Files.txt | 1 + scripts/MLG_Update_Files_Linux.txt | 1 + scripts/MLG_Update_Files_Mac.txt | 1 + scripts/MLG_Update_Files_Windows.txt | 1 + scripts/server.properties | 7 +++++++ 5 files changed, 11 insertions(+) create mode 100644 scripts/server.properties diff --git a/scripts/MLG_Update_Files.txt b/scripts/MLG_Update_Files.txt index 89bcc46..3d80e41 100755 --- a/scripts/MLG_Update_Files.txt +++ b/scripts/MLG_Update_Files.txt @@ -28,3 +28,4 @@ https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initia https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initial_Setup_Mac.command https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initial_Setup_Windows.cmd https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/eula.txt +https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/server.properties diff --git a/scripts/MLG_Update_Files_Linux.txt b/scripts/MLG_Update_Files_Linux.txt index fed701a..c99cc3b 100755 --- a/scripts/MLG_Update_Files_Linux.txt +++ b/scripts/MLG_Update_Files_Linux.txt @@ -12,3 +12,4 @@ https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initia https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initial_Setup_Mac.command https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initial_Setup_Windows.cmd https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/eula.txt +https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/server.properties diff --git a/scripts/MLG_Update_Files_Mac.txt b/scripts/MLG_Update_Files_Mac.txt index 6a5c2ab..b241258 100755 --- a/scripts/MLG_Update_Files_Mac.txt +++ b/scripts/MLG_Update_Files_Mac.txt @@ -12,3 +12,4 @@ https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initia https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initial_Setup_Mac.command https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initial_Setup_Windows.cmd https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/eula.txt +https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/server.properties diff --git a/scripts/MLG_Update_Files_Windows.txt b/scripts/MLG_Update_Files_Windows.txt index f41d859..cb831be 100755 --- a/scripts/MLG_Update_Files_Windows.txt +++ b/scripts/MLG_Update_Files_Windows.txt @@ -12,3 +12,4 @@ https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initia https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initial_Setup_Mac.command https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/MLG_Initial_Setup_Windows.cmd https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/eula.txt +https://raw.github.com/Morlok8k/MinecraftLandGenerator/master/scripts/server.properties diff --git a/scripts/server.properties b/scripts/server.properties new file mode 100644 index 0000000..242ee10 --- /dev/null +++ b/scripts/server.properties @@ -0,0 +1,7 @@ +query.port=25565 +enable-query=TRUE +rcon.port=25575 +server-port=25565 +level-name=world +rcon.password= +enable-rcon=false