We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried following instructions here: itzg/docker-minecraft-bedrock-server#207 just in case they work, but they don't.
The text was updated successfully, but these errors were encountered:
FYI I wrote a script that does it like this:
#!/bin/bash if [[ $* ]]; then echo "$@" > "/proc/1/fd/0" fi
If it's put on the path then I can then run:
docker exec [CONTAINER] send-command gamerule showcoordinates true
and the docker container logs show that the command was run.
Unfortunately my kids inform me that it didn't actually work in that they still couldn't see coordinates, but it's a step closer!
Sorry, something went wrong.
No branches or pull requests
I tried following instructions here: itzg/docker-minecraft-bedrock-server#207 just in case they work, but they don't.
The text was updated successfully, but these errors were encountered: