mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Update sample script Update Readme file and add it to repository Update version numbers and fix missing field in Program
8 lines
No EOL
307 B
Text
8 lines
No EOL
307 B
Text
# This is a sample script for Minecraft Console Client
|
|
# Any line beginning with "#" is ignored and treated as a comment.
|
|
# 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 :)
|
|
exit |