b8ea9890269432d5c30db3b5922d4563d56336ad
https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Collections.html#synchronizedList(java.util.List) > It is imperative that the user manually synchronize on the returned list when traversing it via Iterator, Spliterator or Stream > Failure to follow this advice may result in non-deterministic behavior.
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
Languages
Java
100%