Skip to main content

Getting Started

  • Add the Guilds dependency in your project:

Importing the Plugin

warning

Since this is a new API there may be some issues or missing stuff, if you find any please report it on the GitHub Issues or join our Discord Server.


<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependency>
<groupId>com.github.PixelStudiosDev</groupId>
<artifactId>GuildsAPI</artifactId>
<version>Tag</version>
</dependency>

Latest GuildsAPI version:

Latest Utils version (could be required):

note

Replace Tag with the version number. You can find the available versions in the Releases page.