minecraft

This commit is contained in:
2024-05-13 14:22:36 +02:00
parent 0fd9936db5
commit 192e2e869f
6 changed files with 105 additions and 0 deletions

7
apps/minecraft/README.md Normal file
View File

@@ -0,0 +1,7 @@
## Sending a command
```
kubectl exec -it -n minecraft deploy/minecraft-server -- /bin/bash
mc-send-to-console /help
# or directly
kubectl exec -it -n minecraft deploy/minecraft-server -- mc-send-to-console /help
```