Skip to content

Beezig/hive-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.