Update README.md

This commit is contained in:
Tiiffi
2024-12-02 09:52:30 +02:00
committed by GitHub
parent 53fd703911
commit af70f87bc1

View File

@ -29,7 +29,7 @@ make
# install is optional # install is optional
sudo make install sudo make install
``` ```
Check [INSTALL.md](INSTALL.md) for more details. _Check [BUILDING.md](BUILDING.md) for more details._
--- ---
@ -68,17 +68,15 @@ Send three commands ("say", "save-all", "stop") and wait five seconds between th
```sh ```sh
mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-all stop mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-all stop
``` ```
--- ---
##### How to enable rcon on a Minecraft Server > [!TIP]
>Enable rcon by adding following lines to [```server.properties```](https://minecraft.gamepedia.com/Server.properties) configuration file.
Enable rcon by adding following lines to [```server.properties```](https://minecraft.gamepedia.com/Server.properties) configuration file. >```
``` >enable-rcon=true
enable-rcon=true >rcon.port=25575
rcon.port=25575 >rcon.password=your_rcon_pasword
rcon.password=your_rcon_pasword >```
```
--- ---
@ -88,16 +86,17 @@ rcon.password=your_rcon_pasword
* MAIL: tiiffi+mcrcon at gmail * MAIL: tiiffi+mcrcon at gmail
* ISSUES: https://github.com/Tiiffi/mcrcon/issues/ * ISSUES: https://github.com/Tiiffi/mcrcon/issues/
When reporting issues, please provide the following information: > [!TIP]
>When reporting issues, please provide the following information:
- Version of mcrcon: Please specify the precise version number >
- Game: Indicate the specific game server you're using (e.g., Minecraft, Valve Source Engine game, ARK, ...) >- Version of mcrcon: Please specify the precise version number
- Server version: Provide the exact version of the game server >- Game: Indicate the specific game server you're using (e.g., Minecraft, Valve Source Engine game, ARK, ...)
- Mods and Extensions: List all mods and extensions used, including their versions >- Server version: Provide the exact version of the game server
- Issue Description: Clearly describe the problem you're encountering and the expected behavior. >- Mods and Extensions: List all mods and extensions used, including their versions
- Steps to reproduce >- Issue Description: Clearly describe the problem you're encountering and the expected behavior.
>- Steps to reproduce
If you're tech-savvy, consider providing a packet capture file (PCAP). Remember to use a fake password. >
>If you're tech-savvy, consider providing a packet capture file (PCAP). Remember to use a fake password.
--- ---