HomeJavaModsMinigamesAPI
[​IMG] [​IMG] [​IMG]

A Minigame Plugin/API core that allow to create custom Minigame
How it works
Integration
Start using MinigamesAPI by adding this to your pom.xml:
Code (Text):
<repositories>
   <repository>
     <id>JitPack</id>
     <url>https://jitpack.io</url>
   </repository>
  </repositories>

<dependencies>
   <dependency>
       <groupId>com.github.xFedeT</groupId>
       <artifactId>MinigamesAPI</artifactId>
       <version>VERSION</version>
   </dependency>
</dependencies>
or build.gradle:
Code (Text):
  repositories {
   maven { url 'https://jitpack.io' }
  }

  dependencies {
   implementation 'com.github.xFedeT:MinigamesAPI:VERSION'
  }

Getting Started
Getting MinigamesAPI in you project
Code (Java):
public class YourPlugin extends JavaPlugin implements Minigame {
   @Override
    public void onEnable ( ) {
       minigamesAPI = MinigamesProvider. get ( ) ;
       minigamesAPI. registerMinigame ( this ) ;
    }
}
Read the full documentation in the MinigamesAPI Wiki.

See a full working example based on this here.
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

MinigamesAPI is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 16 times (via Spigot). Download it and open it directly in the game.

Explore more