Last changes for 1.7.3 release

Change config files. Change version number.
This commit is contained in:
ORelio 2014-05-14 21:39:26 +02:00
parent 49a2d2b681
commit 879c124d6a
7 changed files with 50 additions and 9 deletions

View file

@ -0,0 +1,13 @@
# This is a sample script for Minecraft Console Client
# Any line beginning with "#" is ignored and treated as a comment.
# Allowed instructions: send, wait, disconnect, exit
# send <text> : send a message or a command to the server
# wait <time> : wait X ticks (10 ticks = 1 second)
# connect <serverip> : go to the given server and resume the script
# disconnect : disconnect from the server and exit the client
# exit : exit this script but stay connected to the server
send Hello World! I'm a bot scripted using Minecraft Console Client.
wait 60
send Now quitting. Bye :)
disconnect