instance01 / MinigamesAPI

Rich MinigamesAPI supporting different types of Minigames
33 stars 42 forks source link

MinigamesAPI Build Status

Quick note: I'm not interested in working on Minecraft related projects anymore, thus no updates on this project on my part, but there are many good forks and other libraries to check out. There seems to be an active fork by MysticCity for example.

Rich MinigamesAPI supporting different types of Minigames.

Development Files can be found at https://drone.io/github.com/instance01/MinigamesAPI/files, use the release in the mid.

Features

Oh and of course a bunch of premade Minigames and examples.

See the wiki or the JavaDocs for more information on API usage.

Maven


<repository>
  <id>MinigamesAPI-Repo</id>
  <name>MinigamesAPI Repository</name>
  <url>http://www.instancedev.com/bukkitdev/MinigamesAPI/maven/</url>
</repository>

<dependency>
  <groupId>com.comze_instancelabs</groupId>
  <artifactId>MinigamesLib</artifactId>
  <version>1.11.0</version>
</dependency>