Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 580 Bytes

File metadata and controls

21 lines (18 loc) · 580 Bytes

MPK Network API


A network API for MPK Mod 2.

Resources

Usage

This project is available on jitpack

dependencies {
    implementation 'com.github.MPKMod.MPKNetworkAPI:common:<version>'
}

For server owners:

dependencies {
    implementation 'com.github.MPKMod.MPKNetworkAPI:bukkit:<version>'
}