Automates UHC games on a dedicated 1.8 - 1.15 server
You can add the UhcCore API to your own plugin using maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Mezy</groupId>
<artifactId>UhcCore</artifactId>
<version>v1.15.6</version>
</dependency>