Developer API
Gucci Guilds Developer API
Gucci Developer API's
Please also see Developer API for more information about how Gucci provides developer API's and how to better support your team. Please do not share or use product jars for development.
Adding Guilds as a dependency
<repositories>
<repository> <!-- Supreme Ventures Nexus -->
<id>supreme-ventures-nexus</id>
<url>https://nexus.supremeventures.ca/repository/maven-releases/</url>
</repository>
</repositories>
<dependencies>
<dependency> <!-- SVLib -->
<groupId>not.savage</groupId>
<artifactId>SVCommonLib</artifactId>
<version>1.0.8</version>
<scope>provided</scope>
</dependency>
<dependency> <!-- SMP Guilds -->
<groupId>not.savage</groupId>
<artifactId>ShockGuilds</artifactId>
<version>1.0.3</version>
<scope>provided</scope>
</dependency>
</dependencies>Guilds API
Interacting with Guild object - Stores info about a given guild. Members, Roles, Leader and more.
Interacting with GuildPlayer - Stores guild data about a given player.
Interacting with the claim board Board - Stores info about claims and the map.
Last updated
Was this helpful?