Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 672 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 672 Bytes

LeaderboardsPlus

Repository and API for LeaderboardsPlus. Create and track your own custom statistics and automatically create leaderboards!

✨Maven Repo

Repository

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

Dependency

<dependency>
  <groupId>com.github.NegativeKB</groupId>
  <artifactId>LeaderboardsPlus</artifactId>
  <version>2.0</version>
  <scope>provided</scope>
</dependency>