MiniGameAPI Java library designed to simplify the development of mini-games within Minecraft plugins.
You may need to compile it from the source before using it.
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>dev.tehsteel</groupId>
<artifactId>minigameapi</artifactId>
<!-- Make sure it's up-to-date -->
<version>VERSION</version>
<scope>compile</scope>
</dependency>
You must initialize the lib before start using the MiniGameLib in your project.
MiniGameLib.setPlugin(this);
This project is licensed under the MIT License - see the LICENSE file for details.