A Java version of ChomeNS Bot.
Find a file
2025-04-17 10:48:12 +07:00
gradle/wrapper chore: update gradle wrapper 2025-02-21 12:35:19 +07:00
src/main feat: proper flags parser stolen from HBot 2025-04-17 10:48:12 +07:00
.gitignore refactor: dev files into .gitignore 2024-12-28 13:16:49 +07:00
build-number.txt feat: proper flags parser stolen from HBot 2025-04-17 10:48:12 +07:00
build.gradle chore: bump a lot of dependencies 2025-03-17 16:39:18 +07:00
codestyle.xml refactor: have global Listener interface instead of creating one in each plugin 2025-04-16 15:34:20 +07:00
gradlew chore: update gradle wrapper 2025-02-21 12:35:19 +07:00
gradlew.bat refactor: fix buildscripts 2024-11-01 11:03:45 -03:00
inspections.xml style: commit code styles 2025-04-15 10:26:14 +07:00
LICENSE add license 2023-05-05 18:58:31 +07:00
lombok.config Add stuff - first commit 2023-03-18 18:04:06 +07:00
README.md style: commit code styles 2025-04-15 10:26:14 +07:00
settings.gradle refactor: fix buildscripts 2024-11-01 11:03:45 -03:00

ChomeNS Bot Java

A Java version of ChomeNS Bot.

Compiling

To make this successfully compile, you will have to fix the missing ExploitsPlugin.java in the plugins package, and also some enums related to it.

After that, you can now run ./gradlew build to actually get the .jar file.

The .jar file will be at build/libs, to run the bot simply do java -jar chomens_bot-rolling-all.jar

Development

When commiting your changes, please use my code style.

In IntelliJ IDEA:

Ctrl + Alt + S, search Code Style, go to Java, click gear icon, Import Scheme -> IntelliJ IDEA code style XML, use the codestyle.xml file in this repository

Ctrl + Alt + Shift + H, click Configure Inspections..., click gear icon, Import Profile..., use the inspections.xml file in this repository