βοΈAPI Examples
This page will help you understand how to install and use the SimpleClans API in your plugins.
Step 1. Add the SimpleClans API to your plugin
Maven
<repositories>
<repository>
<id>roinujnosde-repo</id>
<url>https://repo.roinujnosde.me/releases/</url>
</repository>
</repositories><dependencies>
<dependency>
<groupId>net.sacredlabyrinth.phaed.simpleclans</groupId>
<artifactId>SimpleClans</artifactId>
<version>2.19.2</version>
<!-- You can find out the latest available version in the note below -->
<scope>provided</scope>
</dependency>
</dependencies>Locally


Step 2. Use the SimpleClans API
What do you need to know?
Example of using SimpleClans API
Step 3. Continue your learning
Last updated
Was this helpful?