log when player near
qaart opened this issue ยท 1 comments
there could be a setting that makes so that when a player comes into render distance then it instantly logs out
https://jsmacros.wagyourtail.xyz/
// event EntityLoad
if (event.entity.getType() === "minecraft:player") {
Client.disconnect()
}