HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
535 stars 152 forks source link

Capture the wool stats do not exist. #479

Closed eatmyvenom closed 2 years ago

eatmyvenom commented 2 years ago

The player endpoint does not return any capture the wool stats in any location.

To reproduce

  1. Get https://api.hypixel.net/player?uuid=b32110a5aacf4537a5f58a0ec33357e6&key=<YOUR_KEY> (Number 1 capture the wool player)
  2. Go to .player.stats.Arcade
  3. Search for any stat labeled as capture the wool
  4. Search for any stat with the same value as this players wins.

The only way to get capture the wool stats currently is by tracking the tiered achievements from this endpoint, however this does not include wins, draws, or deaths.

ConnorLinfoot commented 2 years ago

This is a bug with where the game stores its data rather than the API, but it is already known. Thanks for reporting.

eatmyvenom commented 2 years ago

So I figured this would be resolved with the arcade update but im still waiting on any update on this