Basit Script Oluşturma
Basit bir script, her satırında bir komut bulunan bir metin dosyasıdır. See the Internal Commands section, or type /help in the console to see the available commands. Any line beginning with # is ignored and treated as a comment.
Application variables defined with the set command or in the [AppVars] config section can be used. The following read-only variables are also available: %username%, %login%, %serverip%, %serverport%, %datetime%, %players% (%players% expands to the current online player names separated by commas, or an empty string when not connected).
Örnek
örnek-scripti.txt: Bir merhaba mesajı gönder, 60 saniye bekle ve sunucudan ayrıl.
#Bu, Minecraft Console Client için örnek bir script'tir.
# "#" ile başlayan herhangi bir satır yoksayılır ve yorum olarak değerlendirilir.
send Merhaba AkParti! Ben Minecraft Console Client kullanarak yazılmış bir botum.
wait 60
send Şimdi sg oluyom. Hadi bb :)
exitSee the example scripts folder for more examples.
If you need more advanced behavior, see Creating Chat Bots.
