My hobby bots but in Java instead of Node.JS
Find a file
2025-05-02 17:46:38 +07:00
.idea feat: initial files 2025-01-16 09:42:03 +07:00
gradle/wrapper chore: update gradle wrapper 2025-02-21 19:39:53 +07:00
src/main feat: use text displays for vm bot 2025-05-02 17:46:38 +07:00
.gitignore feat: initial files 2025-01-16 09:42:03 +07:00
build.gradle chore: bump to 1.21.4 2025-02-20 15:21:09 +07:00
gradlew chore: update gradle wrapper 2025-02-21 19:39:53 +07:00
gradlew.bat chore: update gradle wrapper 2025-02-21 19:39:53 +07:00
LICENSE feat: README and LICENSE 2025-02-19 15:00:49 +07:00
README.md feat: README and LICENSE 2025-02-19 15:00:49 +07:00
settings.gradle feat: initial files 2025-01-16 09:42:03 +07:00

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