Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 418 Bytes

disguises

WIP Player disguise library for PaperMC servers, written in Kotlin

Gradle

repositories {
    maven("https://jitpack.io")
}

dependencies {
    implementation("com.github.megavexnetwork:disguises:$version")
}

Get the version from here

Usage

See test-plugin module