ossl

Mod

Library for creating server-side skills

Server Library

331 downloads
1 follower
Follow Save
ossl has been archived. ossl will not receive any further updates unless the author decides to unarchive the project.

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 8 months ago
Updated 7 months ago