1.6.05 readme fix
This commit is contained in:
parent
9430c55b47
commit
7b4a7eb62d
3
README
3
README
@ -24,6 +24,9 @@ Other Public Domain code has been used in this program, and references to source
|
|||||||
|
|
||||||
Version History:
|
Version History:
|
||||||
Morlok8k:
|
Morlok8k:
|
||||||
|
1.6.05
|
||||||
|
- Minor fixes/edits/typos
|
||||||
|
|
||||||
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
|
||||||
|
@ -28,3 +28,4 @@ E8F78713C050CAF5AFE80EDDB1091BE8=1324945000000# MLG v1.6.02
|
|||||||
41AEE7ED67C84151DAEA0BCD131216DD=1328271164000# MLG v1.6.03
|
41AEE7ED67C84151DAEA0BCD131216DD=1328271164000# MLG v1.6.03
|
||||||
ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05
|
ADD84FD64285CAE603BF1E184C66ACE4=1330940254000# MLG v1.6.05
|
||||||
7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05
|
7F8A35FC70A51FB00D97A19650E884B8=1330940891000# MLG v1.6.05
|
||||||
|
A5882424B11003537756204DD7EC0DED=1330941087000# MLG v1.6.05
|
||||||
|
@ -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:48 AM Pacific Standard Time
|
#Auto-Generated: Monday, March 5, 2012 at 1:51 AM Pacific Standard 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.
@ -981,6 +981,9 @@ public class Main {
|
|||||||
+ newLine
|
+ newLine
|
||||||
+ "Version History:" + newLine
|
+ "Version History:" + newLine
|
||||||
+ "Morlok8k:" + newLine
|
+ "Morlok8k:" + newLine
|
||||||
|
+ "1.6.05" + newLine
|
||||||
|
+ "- Minor fixes/edits/typos" + 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
|
||||||
+ "- added \"-downloadlist [list]\" where [list] is a text file with URL's on each line" + newLine
|
+ "- added \"-downloadlist [list]\" where [list] is a text file with URL's on each line" + newLine
|
||||||
|
Reference in New Issue
Block a user