-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Description
In the /player
endpoint, there is a property called "housingMeta"
. It would be great if within that property you could put another one to list the player's houses.
Example: playerHouses
{
"housingMeta":{
"playerHouses":[
{
"name":"Red House",
"id":"be53cbd9-ac02-42d7-864f-47d50aaadb99"
}
]
}
}
Why? Currently the only way to relate an uuid to a player's house is by giving cookies to the house and then looking at the property given_cookies
in the api to find the uuid.
AzureAaron and jecsham
Metadata
Metadata
Assignees
Labels
No labels