How do I use the given_cookie property to find a players housing? #378
-
I'm trying to find what housing a user has given cookies to for a housing statistics tracker. I know how the week format works (from another issue). given_cookie returns UUIDs that can be a player, but most of the time it's invalid. I would like to know how to use the UUIDs. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Afaik it’s impossible with the API to relate a house’s uuid to an actual player without manually going ingame and giving them cookies. They should add an endpoint for housing really as it would be beneficial for it’s player base - #355 I’m not sure if this works but you could see if you can use the UUID within the /visit command however I doubt that it would. |
Beta Was this translation helpful? Give feedback.
-
I believe this might be similar to Skyblock Auction UUIDs. This is that the UUIDs aren't of the player who put the auction up (thats a different stat), but rather that the Auction object itself has it's own UUID generated for it. There are most likely Housing UUIDs similar to this, where the UUID is attached to a Housing object (and thus this explains the "invalid uuids" thing that has been brought up in this thread). |
Beta Was this translation helpful? Give feedback.
-
As answered in another question: /wtfmap gives you the UUID of the house you are currently in. |
Beta Was this translation helpful? Give feedback.
As answered in another question: /wtfmap gives you the UUID of the house you are currently in.