Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.93 KB

README.md

File metadata and controls

56 lines (45 loc) · 1.93 KB

Discord
Download GitHub code size in bytes Travis Master

Beezig API Wrapper

A simple yet functional API wrapper written in Java, used by Beezig, the Hive plugin for 5zig.

Download

(Replace VERSION_ID with the version shown here) Download

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.

Features

Hive API Coverage

  • Global player stats
  • Gamemode stats
  • Full player game stats
  • Game leaderboards
  • Game maps
  • Server stats
  • GameData

Monthlies

This wrapper supports Maxthat's DeathRun and TIMV Monthly Leaderboards, as well as RoccoDev's Bedwars Toolkit.