Skip to content

Latest commit

 

History

History
120 lines (72 loc) · 3.67 KB

File metadata and controls

120 lines (72 loc) · 3.67 KB

Plugin API

Banner

Modrinth Dev License

Discord Follow @simplecloudapp Follow @simplecloudapp Follow @simplecloudapp

Report a Bug · Request a Feature

🌟 Give us a star — your support means the world to us!


All information about this project can be found in our detailed documentation.

Purpose

This repository holds classes that are very commonly used in plugins.

Dependency

For always up-to-date artifacts visit dev artifacts or artifacts.

Note: If you want to use the dev version, you have to use the snapshot repository.

Gradle Kotlin

implementation("app.simplecloud.plugin:plugin-shared:VERSION")

Gradle Groovy

implementation "app.simplecloud.plugin:plugin-shared:VERSION"

Maven

<dependency>
    <groupId>app.simplecloud.plugin</groupId>
    <artifactId>plugin-shared</artifactId>
    <version>VERSION</version>
</dependency>

Contributing

Contributions to SimpleCloud are welcome and highly appreciated. However, before you jump right into it, we would like you to read our Contribution Guide.

License

This repository is licensed under Apache 2.0.