WhiteFox125
WhiteFox125
I do not know how graal works, but it seems to me that the problem is in it. 1) After running **mc.main()** interval stops working 2) When you start minecraft,...
Version: 1.21.4 Event: playerJoin Event not working: https://github.com/PrismarineJS/node-minecraft-protocol/blob/master/src/client/play.js#L32
``` const server = mcp.createServer({ "online-mode": false, version: "1.21.4", port: 25565, }); server.on("playerJoin", (client) => { console.log("playerJoin"); }); ``` ``` read packet handshaking.set_protocol +0ms read packet login.login_start +45ms writing packet...