tazcraft diff README @ rev 5

Quiet a few improvment to tazcraft and cgi interface
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 19 22:29:36 2017 +0100 (2017-03-19)
parents aa3f9dbb0ff8
children 4cfc84382409
line diff
     1.1 --- a/README	Sun Mar 19 17:41:27 2017 +0100
     1.2 +++ b/README	Sun Mar 19 22:29:36 2017 +0100
     1.3 @@ -6,24 +6,44 @@
     1.4  also optionally install the Java Runtime Environment (JRE).
     1.5  
     1.6  
     1.7 -Server operator
     1.8 ----------------
     1.9 -From the server console: /op username
    1.10 +== Play to Minecraft on SliTaz ==
    1.11 +---------------------------------
    1.12 +Tazcraft is not yet packaged, you have to grab the source from Hg and run
    1.13  
    1.14 +	$ sudo make install
    1.15  
    1.16 -Server configuration
    1.17 ---------------------
    1.18 -Config file: server.properties
    1.19 +Tazcraft will automaticaly download Minecraft client and start it. Minecraft
    1.20 +is powered by Java, it may work with icetea but Tazcraft let you install the
    1.21 +Sun Java Runtime environment, please see the Java section. When Java and 
    1.22 +Tazcraft are installed you will find a menu entry in the Games category. To
    1.23 +start playing from command line:
    1.24  
    1.25 -gamemode=
    1.26 -	0 - Survival
    1.27 -	1 - Creative
    1.28 -	2 - Adventure
    1.29 -	3 - Spectator
    1.30 +	$ tazcraft -p
    1.31  
    1.32  
    1.33 -MOTD text colours and formatting
    1.34 --------------------------------
    1.35 +== Minecraft server console commands ==
    1.36 +----------------------------------------
    1.37 +Just a few useful console commands Use the built-in help the get all commands:
    1.38 +
    1.39 +	/help [1-9]
    1.40 +	/op [username]
    1.41 +	/whitelist [on|off|list|add|remove|reload]
    1.42 +	/stop
    1.43 +
    1.44 +
    1.45 +== Server configuration: server.properties ==
    1.46 +---------------------------------------------
    1.47 +
    1.48 +	gamemode=
    1.49 +		0 - Survival
    1.50 +		1 - Creative
    1.51 +		2 - Adventure
    1.52 +		3 - Spectator
    1.53 +
    1.54 +
    1.55 +== MOTD text colours and formatting ==
    1.56 +--------------------------------------
    1.57 +
    1.58  	\u00A70 - BLACK
    1.59  	\u00A71 - DARK BLUE
    1.60  	\u00A72 - DARK GREEN
    1.61 @@ -47,7 +67,9 @@
    1.62  	\u00A7o - Italic
    1.63  	\u00A7r - Reset
    1.64  
    1.65 -Online resources
    1.66 -----------------
    1.67  
    1.68 -MOTD creator: https://mctools.org/motd-creator
    1.69 +== Online resources ==
    1.70 +----------------------
    1.71 +
    1.72 +	MOTD creator: http://mctools.org/motd-creator
    1.73 +