No description
Find a file
ChomeNS 096a013ebd trying to fix gregnant horse, but not working
i get timeout :(
but yes, it is because of SRV records stuff. it seems to work by redirecting clients that do SRV to mc.pregnanthorse.net, which is the trap server. but since the minecraft client doesn't resolve any, it just uses pregnanthorse.net, which is the actual server. anyways, heres the exception
Internal Exception: io.netty.channel.ConnectTimeoutException: connection timed out after 30000 ms: pregnant.horse/172.67.143.132:25565
2024-10-20 14:00:40 +07:00
.idea refactor IRC which is VERY broken 2024-10-18 08:22:39 +07:00
src/main trying to fix gregnant horse, but not working 2024-10-20 14:00:40 +07:00
.gitignore some git and idea stuff and gradle 2024-10-06 17:32:17 +07:00
build.gradle bump gson 2024-10-18 14:22:27 +07:00
gradlew some git and idea stuff and gradle 2024-10-06 17:32:17 +07:00
gradlew.bat some git and idea stuff and gradle 2024-10-06 17:32:17 +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 1.21 + a LOT of fixies and a bit of optimization. WorldPlugin is still broken with some debug lines 2024-10-06 20:46:51 +07:00
settings.gradle move to gradle 2023-06-22 19:27:33 +07:00

ChomeNS Bot Java

A Java verison of ChomeNS Bot.

Compiling

You will see that the exploits plugin is missing because I gitignored it to prevent exploit leaks

To make this successfully compile just make ExploitsPlugin.java in the plugins folder and add this code:

package me.chayapak1.chomens_bot.plugins;

import me.chayapak1.chomens_bot.Bot;

import java.util.UUID;

public class ExploitsPlugin {
    public ExploitsPlugin (Bot bot) {}

    public void kick (UUID uuid) {}
    
    public void pcrash (UUID uuid) {}
}

Then at the root of the project run ./gradlew shadowJar for Linux or gradlew.bat shadowJar for Windows

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