From f5c0ab9fde237b6d657592ae46703b79d16e4874 Mon Sep 17 00:00:00 2001 From: Thasan Date: Tue, 13 Jan 2015 08:24:39 +0200 Subject: [PATCH] Enable rcon section to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fb36eac..b6f272c 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,10 @@ Invidual commands must be separated with spaces. Example: ```mcrcon -c -H 192.168.1.42 -P 9999 -p password cmd1 "cmd2 with spaces"``` +####Enable rcon +Remember enable rcon by changing/adding these lines to server.properties +``` +enable-rcon=true +rcon.password=your_rcon_pasword +rcon.port=9999 +```