Update various document files

This commit is contained in:
Tiiffi
2019-12-21 22:16:34 +02:00
parent cffa73d223
commit d2ebbd8f12
4 changed files with 13 additions and 10 deletions

View File

@ -12,7 +12,7 @@ See https://pkgs.org/download/mcrcon for available packages in various Linux dis
- Gentoo Linux: https://packages.gentoo.org/packages/games-util/mcrcon
- Arch Linux: https://aur.archlinux.org/packages/mcrcon/
##### from sources:
##### building from sources:
```sh
git clone https://github.com/Tiiffi/mcrcon.git
cd mcrcon
@ -57,7 +57,9 @@ MCRCON_PASS
- Rcon commands with spaces must be enclosed in quotes
Example:
```mcrcon -H my.minecraft.server -p password -w 2 "say Server is restarting!" save-all stop```
> Send three commands ("say", "save-all", "stop") and wait five seconds between the commands.
```mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-all stop```
---