From 222b0a8c86e791d9ef01182d8aeae30ddf02756f Mon Sep 17 00:00:00 2001 From: autumn <34-paradoxical_autumn@users.noreply.gitlab.1024cats.social> Date: Mon, 16 Feb 2026 22:52:35 +0000 Subject: [PATCH] add README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..36234fe --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# mc-manager + +a very basic minecraft rcon client based off of https://github.com/willroberts/minecraft-client-csharp + +i liked their client but disliked having to input all the server information every time, so i created this version.