A simple yet functional API wrapper written in Java, used by Beezig, the Hive plugin for 5zig.
(Replace VERSION_ID
with the version shown here)
For Gradle builds:
repositories {
jcenter()
}
dependencies {
compile 'pw.roccodev.beezig:hive-api-wrapper:VERSION_ID'
}
For Maven builds:
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>pw.roccodev.beezig</groupId>
<artifactId>hive-api-wrapper</artifactId>
<version>VERSION_ID</version>
</dependency>
</dependencies>
For Ant builds: You can find the latest version in the Releases tab.
- Global player stats
- Gamemode stats
- Full player game stats
- Game leaderboards
- Game maps
- Server stats
- GameData
This wrapper supports Maxthat's DeathRun and TIMV Monthly Leaderboards, as well as RoccoDev's Bedwars Toolkit.