Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Releases: malte-laukoetter/hive-api

v1.14.2

01 Jul 20:16
8524eea
Compare
Choose a tag to compare
  • deprecate lots of unsupported stuff with the update to Hive Java 2

v1.13.0

26 Jul 08:54
9f7680a
Compare
Choose a tag to compare
  • Add parsing of ChatMessages of ChatReports

v1.12.0

09 Jun 09:11
39d7df0
Compare
Choose a tag to compare
  • Add Bedrock Api support

v1.11.0

15 Sep 10:54
080036e
Compare
Choose a tag to compare
  • added support for subgametypes, thereby it is now supported to get e.g. player infos about BedWars:Solo by using GameTypes.BEDS or GameTypes.BED.subTypes() for a set of all subtypes.
  • thereby added BEDS, BEDD, BEDT and BEDX subtypes to BED
  • added support for special leaderboards (eg. win_streak for BED)
  • Leaderboards now should be loaded via GameType::leaderboard() or GameType::specialLeaderboard(key) otherwise subtypes wouldn't return the right data

v1.10.0

12 Sep 18:37
3331966
Compare
Choose a tag to compare
  • added title and winStreak to BedPlayerGameInfo
  • added support for group to GameTitle

v1.9.0

24 Aug 17:34
ab6bb4f
Compare
Choose a tag to compare
  • added status() method to player that returns a PlayerStatus
  • added PlayerStatus, it contains the current area or game the player has joined and some utility methods see here
  • fixed title support for RR

v1.8.0

17 Aug 17:26
054b39f
Compare
Choose a tag to compare
  • added getBPServer() method to player to get the block party server the player is on if he has joined one currently
  • use proper names for BannerLayer
  • fixed loading of achievement infos
  • updated list of no longer obtainable Achievements

v1.7.0

17 Jun 18:52
51804e8
Compare
Choose a tag to compare
  • Added noLongerOptainable property to AchievementInfo, this uses the list noLongerOptainableAchievementIds and the disabled to decide if an achievement is still optainable
  • Added TOKEN and BANNER as possible RewardTypes for achievements
  • Added Banner class to represent banners in the rewardArguments of AchievementInfos

v1.6.0

10 Jun 10:42
52f0048
Compare
Choose a tag to compare
  • Updated DrPlayerGameInfo to contain mapKills, mapDeaths, trapClassKills and trapClassDeaths
  • Deprecated DrPlayerGameInfo's trapKills and trapDeaths properties

v1.5.0

23 Feb 21:25
b124721
Compare
Choose a tag to compare
  • added added date to maps