Interface: 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:
null
|string
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.