add Dockerfile, docker-compose, dependencies, and documentation

This commit is contained in:
2026-01-17 23:43:05 -06:00
commit 3c89075eaa
7 changed files with 169 additions and 0 deletions

4
mcrcon Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
exec /usr/bin/mc-rcon/mcrcon -p "$(
grep '^rcon.password=' /minecraft_data/server.properties | cut -d= -f2-
)" "$@"