Skip to content

@zikeji/hypixel / Components / Schemas / SkyBlockProfile

Interface: SkyBlockProfile

Properties

banking?

optional banking: { balance?: number; transactions?: object[]; } | null

Information about the bank account for this profile, only present if the API banking setting is enabled


community_upgrades?

optional community_upgrades: {[key: string]: unknown; } | null


cute_name?

optional cute_name: string | null

The cute name of the profile, only provided on the profiles endpoint


game_mode?

optional game_mode: "ironman" | "island" | "bingo"

The SkyBlock game mode of the profile, not present if normal mode


members?

optional members: object

A map of member UUIDs to member profiles objects

player_id?

optional player_id: string

profile?

optional profile: object

profile.deletion_notice?

optional deletion_notice: { timestamp?: number; } | null

If this field exists, the member profile is marked as deleted


profile_id?

optional profile_id: string


selected?

optional selected: boolean | null

Whether or not this is the currently selected profile, only provided on the profiles endpoint

Released under the MIT License.