-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Andrew edited this page Jun 10, 2021
·
5 revisions
API for creating mini-games in Minecraft. Made by The Asgard with love 💙
Requires Minecraft 1.16.5 or higher. Works with PaperMC, SpigotMC, MohistMC, CraftBukkit etc.
<dependencies>
<dependency>
<groupId>fun.asgard</groupId>
<artifactId>TAGA</artifactId>
<version>v1.2.0</version>
</dependency>
</dependencies>
repositories {
mavenCentral()
}
dependencies {
implementation 'fun.asgard:TAGA:v1.2.0'
}