Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 262 Bytes

File metadata and controls

17 lines (12 loc) · 262 Bytes

Sentils

A semi-useful Kotlin library for Spigot that nobody asked for!

Add to Gradle

Easy enough :)

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.SenseiJu:Sentils:master-SNAPSHOT'
}