Skip to content

[Suggestion] List player houses #314

@jecsham

Description

@jecsham

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions