Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.13 KB

File metadata and controls

44 lines (32 loc) · 2.13 KB

cSuite API

Public API surface for building against the cSuite ecosystem on PaperMC.

CI License Downloads Discord

Resources

Install

Maven

<dependency>
    <groupId>com.conaxgames</groupId>
    <artifactId>csuite-api</artifactId>
    <version>1.1.6</version>
</dependency>

Gradle

compileOnly group: 'com.conaxgames', name: 'csuite-api', version: '1.1.6'

Vendor with shade and relocate com.conaxgames to your plugin namespace (Maven Shade · Shadow).

Credits

csuite-api ships against papermc tooling and owes its stability to upstream platform work:

Paper · Folia · Velocity