Compatibility
Minecraft: Java Edition
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed Apache-2.0
Published last month
Updated 2 weeks ago
ossl
ossl is a library designed for creating server-side skills. It provides a simple channeling and skill API, along with a skill registry.
Note: More detailed information will be added later.
Gradle Setup
Groovy
repositories {
maven { url 'https://api.modrinth.com/maven' }
}
dependencies {
modImplementation 'maven.modrinth:ossl:OSSL_VERSION'
}
Kotlin DSL
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
modImplementation("maven.modrinth:ossl:OSSL_VERSION")
}