Skip to content

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

License

Notifications You must be signed in to change notification settings

TehSteel/MiniGameAPI

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages