From 233031cdcb627405a4656b879946dc45d0a501e6 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Mon, 2 Dec 2024 10:31:38 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b797544..67b5377 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # 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 a command-line [rcon](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client intended for remote server administration and maintenance automation. + +Though originally developed for Minecraft servers, it also works with a variety of other servers using the Valve or Minecraft-style rcon protocol. + ---