ossl

Mod

Library for creating server-side skills

Server Library

177 downloads
0 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

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")
}

Project members

Ghost

Member

Details

Licensed Apache-2.0
Published 4 months ago
Updated 3 months ago