Update README.md

This commit is contained in:
Tiiffi
2024-11-09 20:53:55 +02:00
parent 5a2dcf41ac
commit 6b563df23d

View File

@ -63,8 +63,11 @@ MCRCON_PASS
- Rcon commands with spaces must be enclosed in quotes
###### Example:
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```
Send three commands ("say", "save-all", "stop") and wait five seconds between the commands:
```sh
mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-all stop
```
---