v9.0.0
In most cases, all of the issues we fix, we get from Discord server members.
Join our Discord server :)
Fixes
Player.lastLogin
,Player.lastLogout
is nullable (3980d2d) - https://hypixel.net/threads/can-not-find-lastlogin-and-lastlogout-in-api.4577810.- Fixed typing for
Guild#publiclyListed
. (#225) - Fixed incorrect Bridge Duel stats. (b26c7af)
Features
-
Removed
Player#getRecentGames
method! (see changes below) -
Added built-in updater that will notify about new version of hypixel-api-reborn. (58e211e)
-
Added
checkForUpdates
option in ClientOptions. (false
by default) (58e211e) -
Added
recentGames
,currentRankedSW
options in PlayerMethodOptions. (bothfalse
by default) (#220)
recentGames
- fetch recent games along with player request.
currentRankedSW
- fetch SkyWars Ranked data along with player request. -
Added
Guild#me
property. When you makegetGuild
request withplayer
option orgetPlayer
request withguild: true
option, will show player's profile in guild. (#220) -
Added
bestWinstreak
property for each duel type. (b26c7af) -
Added
Duels#bridge#2v2v2v2
,Duels#bridge#3v3v3v3
. (b26c7af) -
Added
horn
,retroPlays
,hypixelgpPlays
,olympusPlays
,junglerushPlays
properties inTurboKartRacers
. (#251)