A Minigame Plugin/API core that allow to create custom Minigame
- Simple to use
- Lightweight
- Flexible
- Null-safe
- Better performance
- Better optimization
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>
<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>
Code (Text):
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.xFedeT:MinigamesAPI:VERSION'
}
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 ) ;
}
}
@Override
public void onEnable ( ) {
minigamesAPI = MinigamesProvider. get ( ) ;
minigamesAPI. registerMinigame ( this ) ;
}
}
See a full working example based on this here.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.