Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.42 KB

File metadata and controls

44 lines (35 loc) · 1.42 KB

MiniGameAPI

License Java Version Java CI with Maven

MiniGameAPI Java library designed to simplify the development of mini-games within Minecraft plugins.

Table of Contents

Getting Started

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>

Initialize the Library

You must initialize the lib before start using the MiniGameLib in your project.

MiniGameLib.setPlugin(this);

Projects

License

This project is licensed under the MIT License - see the LICENSE file for details.