Skip to content

Commit

Permalink
Pushed version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fnetz committed Apr 13, 2017
1 parent 000d9c7 commit 7f3325e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.fnet</groupId>
<artifactId>mcrconapi</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 7f3325e

Please sign in to comment.