Skip to content

TehSteel/MiniGameAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages