All information about this project can be found in our detailed documentation.
This repository holds classes that are very commonly used in plugins.
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.
implementation("app.simplecloud.plugin:plugin-shared:VERSION")
implementation "app.simplecloud.plugin:plugin-shared:VERSION"
<dependency>
<groupId>app.simplecloud.plugin</groupId>
<artifactId>plugin-shared</artifactId>
<version>VERSION</version>
</dependency>
Contributions to SimpleCloud are welcome and highly appreciated. However, before you jump right into it, we would like you to read our Contribution Guide.
This repository is licensed under Apache 2.0.