From 0b72e4d17d682686a5208ce7a071eedf83ddd22c Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Mon, 2 Dec 2024 09:56:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6efe3c..b797544 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save- --- > [!TIP] ->Enable rcon by adding following lines to [```server.properties```](https://minecraft.gamepedia.com/Server.properties) configuration file. +>Enable RCON on Minecraft server by adding following lines to [```server.properties```](https://minecraft.gamepedia.com/Server.properties) configuration file. >``` >enable-rcon=true >rcon.port=25575