What's new?
Changed the project directory structure to accommodate Maven packages. There were also some slight code changes relating the bump to Java version 11.
How to use?
You can download the rkon-core-1.2.jar file from the assets or you can add the following dependency to your pom.xml
Or you can get it via Maven (JitPack)
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Pequla</groupId>
<artifactId>RconCore</artifactId>
<version>1.2</version>
</dependency>