Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

log when player near

qaart opened this issue ยท 1 comments

commented

there could be a setting that makes so that when a player comes into render distance then it instantly logs out

commented

https://jsmacros.wagyourtail.xyz/

// event EntityLoad
if (event.entity.getType() === "minecraft:player") {
    Client.disconnect()
}