Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 591 Bytes

File metadata and controls

28 lines (18 loc) · 591 Bytes
image

Cheetah Paper plugin

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

Usage

Add dependency to plugin:

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

Add depend inside plugin.yml:

depend:
  - Cheetah

Development

Please check out Development Container for project setup.