mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Last changes for 1.8.0 Beta release
Update sample script Update Readme file and add it to repository Update version numbers and fix missing field in Program
This commit is contained in:
parent
61907833bf
commit
6e841f11aa
3 changed files with 186 additions and 9 deletions
|
|
@ -1,13 +1,8 @@
|
|||
# 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
|
||||
# Allowed instructions: see README file for an updated list of instructions.
|
||||
|
||||
send Hello World! I'm a bot scripted using Minecraft Console Client.
|
||||
wait 60
|
||||
send Now quitting. Bye :)
|
||||
disconnect
|
||||
exit
|
||||
Loading…
Add table
Add a link
Reference in a new issue