Skip to content
forked from Gjum/Botlin

Command-line Minecraft client and scripting environment

License

Notifications You must be signed in to change notification settings

RemainingToast/Botlin

 
 

Repository files navigation

Botlin

Command-line Minecraft client leveraging Kotlin coroutines for automation

Installation

  • On Windows, (use git-bash as a terminal)
  • Download the code and extract it somewhere ("Botlin" directory)
  • Enter the repository directory: cd Botlin
  • Build the project binary: ./gradlew clean shadowJar

Usage

  • Open a terminal, cd to your Botlin installation
  • Create a file .credentials in the same directory, containing email and password separated by space: your-email@example.com my pas$word You can add multiple accounts, one per line.
  • Run the bot's command-line interface (CLI), specifying username and server address: java -jar build/libs/botlin-0.2.0-SNAPSHOT-all.jar your-email@example.com mc.server-address.example.com:12345

To get started with the commands available in the CLI, type help.

Botlin example session

Build Status

About

Command-line Minecraft client and scripting environment

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%