diff --git a/MinecraftLandGenerator.conf b/MinecraftLandGenerator.conf deleted file mode 100644 index 4096b2c..0000000 --- a/MinecraftLandGenerator.conf +++ /dev/null @@ -1,27 +0,0 @@ -#Minecraft Land Generator Configuration File: Version: 1.5.1 -#Authors: Corrodias, Morlok8k, pr0f1x -#Auto-Generated: Monday, October 17, 2011 at 11:40 PM Pacific Daylight Time - -#Line to run server: -Java=java -Djava.awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui - -#Location of server. use "." for the same folder as MLG -ServerPath=. - -#Strings read from the server -Done_Text=[INFO] Done -Preparing_Text=[INFO] Preparing spawn area: -Preparing_Level=[INFO] Preparing start region for -Level-0=The Overworld -Level-1=The Nether -Level-2=The End -Level-3=Level 3 (Future Level) -Level-4=Level 4 (Future Level) -Level-5=Level 5 (Future Level) -Level-6=Level 6 (Future Level) -Level-7=Level 7 (Future Level) -Level-8=Level 8 (Future Level) -Level-9=Level 9 (Future Level) - -#Optional: Wait a few seconds after saving. -WaitSave=false diff --git a/bin/new_config_file.sh b/bin/new_config_file.sh deleted file mode 100755 index e66528b..0000000 --- a/bin/new_config_file.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -## Minecraft Land Generator - Configuration File Generation -## Morlok8k - Updated 10/17/2011 - -## Just a simple script to help me update my Default Configuration file on github. -## MLG will create a default "MinecraftLandGenerator.conf" file with the "-conf" argument - -java -jar MinecraftLandGenerator.jar -conf - - -