项目作者: Beezig

项目描述 :
:wrench: API Wrapper for Beezig
高级语言: Java
项目地址: git://github.com/Beezig/hive-api-wrapper.git
创建时间: 2018-10-27T08:59:31Z
项目社区:https://github.com/Beezig/hive-api-wrapper

开源协议:GNU General Public License v3.0

下载


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:

  1. repositories {
  2. jcenter()
  3. }
  4. dependencies {
  5. compile 'pw.roccodev.beezig:hive-api-wrapper:VERSION_ID'
  6. }

For Maven builds:

  1. <repositories>
  2. <repository>
  3. <id>jcenter</id>
  4. <url>https://jcenter.bintray.com/</url>
  5. </repository>
  6. </repositories>
  7. <dependencies>
  8. <dependency>
  9. <groupId>pw.roccodev.beezig</groupId>
  10. <artifactId>hive-api-wrapper</artifactId>
  11. <version>VERSION_ID</version>
  12. </dependency>
  13. </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.