1.6.05 readme update

This commit is contained in:
Morlok8k 2012-03-27 00:24:33 -07:00
parent 6cf60fc0c1
commit 2b99ab4026
10 changed files with 28 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
*.class *.class
*.backup *.backup
*.sh

8
README
View File

@ -1,10 +1,12 @@
Minecraft Land Generator version 1.6.05 Minecraft Land Generator version 1.6.05
Updated March 5, 2012 Updated March 27, 2012
Original Code by Corrodias November 2010 Original Code by Corrodias November 2010
Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to March 5, 2012!) Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to March 27, 2012!)
Additional Code by pr0f1x October 2011 Additional Code by pr0f1x October 2011
Website: https://sites.google.com/site/minecraftlandgenerator/
Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/ Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/
Source: https://github.com/Morlok8k/MinecraftLandGenerator Source: https://github.com/Morlok8k/MinecraftLandGenerator
@ -27,7 +29,7 @@ Morlok8k:
1.6.05 1.6.05
- MLG displays if the server is converting the Map format, when not in verbose mode. (McRegion -> Anvil, or Chunk-File -> McRegion) - MLG displays if the server is converting the Map format, when not in verbose mode. (McRegion -> Anvil, or Chunk-File -> McRegion)
- Minor fixes/edits/typos - Minor fixes/edits/typos
- Added link to new MLG website to readme file
1.6.03 1.6.03
- added decoding of escape characters of URL's (so a space is a " " and not "%20") - added decoding of escape characters of URL's (so a space is a " " and not "%20")
- added "-downloadlist [list]" where [list] is a text file with URL's on each line - added "-downloadlist [list]" where [list] is a text file with URL's on each line

View File

@ -30,3 +30,4 @@ ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05
7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05 7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05
A5882424B11003537756204DD7EC0DED=1330941087000# MLG v1.6.05 A5882424B11003537756204DD7EC0DED=1330941087000# MLG v1.6.05
6239928969FC1027A89AF17D82952F5B=1330941366000# MLG v1.6.05 6239928969FC1027A89AF17D82952F5B=1330941366000# MLG v1.6.05
E65AC7BA69362EA559901E336C85F22F=1332833070000# MLG v1.6.05

View File

@ -1,6 +1,6 @@
#Minecraft Land Generator Configuration File: Version: 1.6.05 #Minecraft Land Generator Configuration File: Version: 1.6.05
#Authors: Corrodias, Morlok8k, pr0f1x #Authors: Corrodias, Morlok8k, pr0f1x
#Auto-Generated: Monday, March 5, 2012 at 1:56 AM Pacific Standard Time #Auto-Generated: Tuesday, March 27, 2012 at 12:24 AM Pacific Daylight Time
#Line to run server: #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 Java=java -Djava.awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui

Binary file not shown.

View File

@ -0,0 +1,5 @@
#!/bin/sh
java -client -showversion -Djava.awt.headless=true -jar MinecraftLandGenerator.jar 2000 2000
#rm server.log

View File

@ -0,0 +1,3 @@
#!/bin/sh
java -client -showversion -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar

View File

@ -0,0 +1,5 @@
#!/bin/sh
java -client -showversion -Djava.awt.headless=true -jar MinecraftLandGenerator.jar -update
#rm server.log

View File

@ -0,0 +1,5 @@
#!/bin/sh
java -client -showversion -Djava.awt.headless=true -jar MinecraftLandGenerator.jar -downloadfile https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft_server.jar
#rm server.log

View File

@ -960,6 +960,8 @@ public class Main {
+ "Original Code by Corrodias November 2010" + newLine + "Original Code by Corrodias November 2010" + newLine
+ "Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to " + dateFormat_MDY.format(MLG_Last_Modified_Date) + "!)" + newLine + "Enhanced Code by Morlok8k Feb. 2011 to Now (or at least to " + dateFormat_MDY.format(MLG_Last_Modified_Date) + "!)" + newLine
+ "Additional Code by pr0f1x October 2011" + newLine + "Additional Code by pr0f1x October 2011" + newLine
+ newLine
+ "Website: https://sites.google.com/site/minecraftlandgenerator/" + newLine
+ "Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/" + newLine + "Forum: http://www.minecraftforum.net/topic/187737-minecraft-land-generator/" + newLine
+ "Source: https://github.com/Morlok8k/MinecraftLandGenerator" + newLine + "Source: https://github.com/Morlok8k/MinecraftLandGenerator" + newLine
+ newLine + newLine
@ -984,6 +986,7 @@ public class Main {
+ "1.6.05" + newLine + "1.6.05" + newLine
+ "- MLG displays if the server is converting the Map format, when not in verbose mode. (McRegion -> Anvil, or Chunk-File -> McRegion)" + newLine + "- MLG displays if the server is converting the Map format, when not in verbose mode. (McRegion -> Anvil, or Chunk-File -> McRegion)" + newLine
+ "- Minor fixes/edits/typos" + newLine + "- Minor fixes/edits/typos" + newLine
+ "- Added link to new MLG website to readme file"
+ newLine + newLine
+ "1.6.03" + newLine + "1.6.03" + newLine
+ "- added decoding of escape characters of URL's (so a space is a \" \" and not \"%20\")" + newLine + "- added decoding of escape characters of URL's (so a space is a \" \" and not \"%20\")" + newLine