Skip to content
Andrew edited this page Jun 10, 2021 · 5 revisions

The Asgard Game API

API for creating mini-games in Minecraft. Made by The Asgard with love 💙

version discord

How to use

Requires Minecraft 1.16.5 or higher. Works with PaperMC, SpigotMC, MohistMC, CraftBukkit etc.

For Maven
<dependencies>
  <dependency>
    <groupId>fun.asgard</groupId>
    <artifactId>TAGA</artifactId>
    <version>v1.2.0</version>
  </dependency>
</dependencies>  

For Gradle

repositories {
  mavenCentral()
}
dependencies {
  implementation 'fun.asgard:TAGA:v1.2.0'
}

The Asgard Discord

Clone this wiki locally