Command-line Minecraft client leveraging Kotlin coroutines for automation
- 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
- Open a terminal,
cdto your Botlin installation - Create a file
.credentialsin the same directory, containing email and password separated by space:your-email@example.com my pas$wordYou 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.
