mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 11:21:07 -04:00
Update README.md
This commit is contained in:
@ -63,8 +63,11 @@ MCRCON_PASS
|
|||||||
- Rcon commands with spaces must be enclosed in quotes
|
- Rcon commands with spaces must be enclosed in quotes
|
||||||
|
|
||||||
###### Example:
|
###### Example:
|
||||||
Send three commands ("say", "save-all", "stop") and wait five seconds between the commands.
|
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```
|
|
||||||
|
```sh
|
||||||
|
mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-all stop
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user