and7ey
and7ey
Thanks. I've read that document. 1. `agent tptoplayer` doesn't work - it says 'tptoplayer' part is unknown (I use it with `player.Exec()` - is that right?). Upd. `agent tp` works...
Thanks. Looks like the agent can build something without having blocks in its inventory. The following JS code works in Education Edition - ``` agent.setItem(RED_SAND, 1, 1) agent.setAssist(PLACE_ON_MOVE, true) agent.move(FORWARD,...
Hi @ErikPDev, believe it should be something like - ``` player.OnBlockPlaced(func(event *event.BlockPlaced){ var msg = event.Message }) ``` See https://godoc.org/github.com/Sandertv/mcwss#Player.OnBlockPlaced P.S. You should be creating a separate issue for your...
@Sandertv, would appreciate your support.. Is there any way to run the server at `/`?
It is interesting since `http.HandleFunc("/"...` works well.
Hmm, probably the following will help - I tried to handle HTTP requests at `\ws` in addition to WebSocket connections. But I got the following error - panic: http: multiple...
@ErikPDev, thanks. I tried to use '/*', but in result I can access the socket at `localhost:8000/*`, but `localhost:8000` still doesn't work.
Btw, is there any way to get not only Y-rotation, but X-rotation also?
@balsman225 sorry for off top question - is it possible to switch off the iOS screen with ESP32 keyboard? or to lock the iPad?