ossl

Library for creating server-side skills

752

Quick challenge

How far can you run before the mobs catch you?

ossl

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

```groovy repositories { maven { url 'https://api.modrinth.com/maven' } }

dependencies { modImplementation 'maven.modrinth:ossl:OSSL_VERSION' } ```

Kotlin DSL

```kotlin repositories { maven("https://api.modrinth.com/maven") }

dependencies { modImplementation("maven.modrinth:ossl:OSSL_VERSION") } ```

ADS