aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..4fb3dae
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,15 @@
+# minecraft-rcon
+
+quick and dirty rcon client for Minecraft Java
+
+ Usage:
+ rcon HOST PORT PASSWORD COMMAND ...
+
+Needed server config:
+ # server.properties
+ rcon.port=<port>
+ rcon.password=<password>
+ enable-rcon=true
+
+(c) 2020 Jonas Gunz
+License: MIT