My hobby bots but in Java instead of Node.JS
Find a file
2025-02-21 19:39:53 +07:00
.idea
gradle/wrapper
src/main
.gitignore
build.gradle
gradlew
gradlew.bat
LICENSE
README.md
settings.gradle

testing-bot

This repository consists of the hobby bots I have written. Some of them are poorly written so do not expect good code.

Running

./gradlew build then at build/libs run java -Dhost=<host> -Dport=<port> -jar testing-bot-6.0.9-all.jar <bot name>

Example: java -Dhost=localhost -Dport=25565 -jar testing-bot-6.0.9-all.jar coretest