Skip to content
/ Botlin Public

Command-line Minecraft client and scripting environment

License

Notifications You must be signed in to change notification settings

Gjum/Botlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3eaf9d · Apr 30, 2020
Apr 20, 2020
Apr 25, 2019
Mar 26, 2020
Apr 30, 2020
Mar 16, 2020
Apr 20, 2020
Mar 16, 2020
Mar 18, 2020
Apr 20, 2020
Apr 25, 2019
Apr 25, 2019
Mar 16, 2020
Apr 16, 2020

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