ChomeNS 9d9955444b refactor: make core increment use bitwise operators + some fixes and improvements
line 351
> - int y = -64
> + int y = bot.world.minY;
this makes the core never resize when in worlds like the end or nether (which has the min y level as 0)

i'm also limiting the maximum resizing Y level now to the world's maximum y level so it won't overflow

also for some reason when i switch to flatlands using `/world 3` the server doesn't send the current dimension's data (like `min_y` and `height`), so i think the server sends them before at like, login? or are we meant to default to overworld's values?
2025-05-01 10:21:18 +07:00
2024-12-28 13:16:49 +07:00
2025-02-21 12:35:19 +07:00
2024-11-01 11:03:45 -03:00
2025-04-15 10:26:14 +07:00
2023-05-05 18:58:31 +07:00
2023-03-18 18:04:06 +07:00
2025-04-15 10:26:14 +07:00
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

Description
before his source got door
Readme GPL-3.0 3.1 MiB
Languages
Java 100%