Skip to content

teraprath/gamelib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gamelib

Game libary for Spigot 1.19+

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.teraprath</groupId>
    <artifactId>gamelib</artifactId>
    <version>INSERT_VERSION_HERE</version>
</dependency>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    implementation 'com.github.teraprath:gamelib:INSERT_VERSION_HERE'
}

Setup

Visit wiki page to see usage guide. (Outdated)