An open API service indexing awesome lists of open source software.

https://github.com/o7studios/cheetah-plugin

Paper plugin for o7studios product Cheetah
https://github.com/o7studios/cheetah-plugin

Last synced: 6 months ago
JSON representation

Paper plugin for o7studios product Cheetah

Awesome Lists containing this project

README

          

image

# Cheetah Paper plugin

**Paper plugin with API for wrapper around Cheetah SDK for o7studios product Cheetah**

- Runs on [Paper](https://papermc.io/software/paper)

## Usage

Add dependency to plugin:

```kotlin
dependencies {
compileOnly("studio.o7:cheetah-plugin-api:X.Y.Z")
}
```

Add _depend_ inside `plugin.yml`:

```yaml
depend:
- Cheetah
```

## Development

Please check out [Development Container](.devcontainer/README.md) for project setup.