From 7f3325e070f52cc85c86c1fdef6686921bb7ca13 Mon Sep 17 00:00:00 2001 From: Felix Solcher Date: Thu, 13 Apr 2017 15:28:20 +0200 Subject: [PATCH] Pushed version to 1.0.1 --- README.md | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf4a501..316f628 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ A simple java 8 API to execute commands on minecraft servers remotely via the RC Tested against minecraft spigot 1.7.10 server - SUCCESS +Current version: v1.0.1 + ## Usage 1. Instantiate RConClient using one of the four constructors 2. If you used one of the non-password constructors, call authenticate(password) to login. -3. Use sendCommand(command) to execute a command and get its output (TODO) +3. Use sendCommand(command) to execute a command and get its output ## Contribute 1. Clone the project using the link github provides diff --git a/pom.xml b/pom.xml index 12292a6..e1e3af5 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 4.0.0 org.fnet mcrconapi - 1.0.0 + 1.0.1 1.8 1.8