ControllerApi and the PlayerApi class. The ControllerApi is used to interact with SimpleCloud’s groups, servers, and more, while the PlayerApi is used to interact with players.
Dependencies
First, we need to add the dependencies to yourbuild.gradle or pom.xml:
- Gradle (Kotlin)
- Gradle (Groovy)
- Maven
Basic Usage
Now that you have the dependencies, you can use the SimpleCloud API in your project.- Kotlin
- Java