mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-29 04:11:08 -04:00
Update README.md
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# mcrcon #
|
# mcrcon
|
||||||
|
|
||||||
mcrcon is console based Minecraft [rcon](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client for remote administration and server maintenance scripts.
|
mcrcon is console based Minecraft [rcon](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client for remote administration and server maintenance scripts.
|
||||||
|
|
||||||
@ -53,8 +53,8 @@ Example:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Enable rcon on server
|
##### Enable rcon on server
|
||||||
Remember to enable rcon by adding following lines to ```server.properties``` file.
|
Remember to enable rcon by adding following lines to [```server.properties```](https://minecraft.gamepedia.com/Server.properties) file.
|
||||||
```
|
```
|
||||||
enable-rcon=true
|
enable-rcon=true
|
||||||
rcon.port=25575
|
rcon.port=25575
|
||||||
|
|||||||
Reference in New Issue
Block a user