Housing API #583
ixnoahlive
started this conversation in
Ideas
Housing API
#583
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This was originally posted as an issue, my bad! I have now moved it here.
I have also rewritten the post to just reflect it better altogether.
Good morning, Hypixel Team! Developers use the Hypixel API, and some of the best developers hang out in two games: SkyBlock & Housing. SkyBlock makes sense, it's a huge game but Housing is less acknowledged with the API! I mean, it's a game where you code minigames for others!
Housing is arguably the 3rd biggest game on the network so it having barely any API makes no sense. I've suggested API ideas on the forums but suggesting it here is way more appropriate in my opinion. What should Housing have for an API though?
💡 Housing API Ideas
The amount of total cookies a player has is shown on the scoreboard in Housing lobbies, why not in the API?
Housing literally has a leaderboard in it's lobby, but for some reason it's inaccessible via API.
This could be in the player API but as a seperate endpoint like
/house/map-id
could work too. (The map id is the id you get when running /map in a house, this is unique to every house.)It would show the live player count, the amount of cookies and global statisitics. Of course, this should be toggleable.
I think this might be hard to implement, but accessing a player's stats on a house via something like
/house/map-id/player
could work. There's a /viewstats command so i think returning them all in a JSON object wouldn't be too hard? This should of course be toggleable by the house aswell.Well, that's all my ideas i'm putting out there. I hope you guys think this is neat, because Hypixel could really boost Housing development so people no longer have to use bots & macros to scrape things from a house.
Beta Was this translation helpful? Give feedback.
All reactions