update docs & organization for release v0.1.0

This commit is contained in:
2026-01-18 11:13:57 -06:00
parent ee23136b93
commit ab78ff93ae
6 changed files with 19 additions and 5 deletions

4
scripts/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-
)" "$@"