Skip to content

@zikeji/hypixel / Components / Schemas / HousingHouse

Interface: HousingHouse

Information about a player's house.

Properties

cookies

cookies: object

current?

optional current: number

The current amount of cookies that this house has for the current week.


createdAt

createdAt: number

The time this house was created.


name

name: string | null

The name of this house, may contain Minecraft color symbols.


owner

owner: string

The UUID of the owner of this house.


players

players: number

The number of players in this house.


uuid

uuid: string

The UUID of this house.

Released under the MIT License.