Shards API Documentation

Official developer documentation for integrating with the Shards plugin.


Getting Started

Maven/Gradle Setup

The Shards API is available via JitPack.

Maven

Add the JitPack repository to your pom.xml:

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

Add the dependency:

<dependency>
    <groupId>com.github.Pikz-Studios</groupId>
    <artifactId>Shards-API</artifactId>
    <version>main-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

Gradle (Groovy)

Add the JitPack repository to your build.gradle:

Add the dependency:

Gradle (Kotlin DSL)

Plugin Dependency

Add Shards as a dependency in your plugin.yml:

Last updated