motoki317 / moto-bot

Discord bot for Wynncraft utility commands! (version 2, refactored)
https://discord.gg/hdKfEeV
MIT License
6 stars 2 forks source link

Playtime discrepency with wynncraft website/wynndata #172

Closed MikhaD closed 3 years ago

MikhaD commented 3 years ago

For the >stats command the players playtime is listed in the format days hours minutes, treating the playtime property's value as minutes, like it is described in the api documentation. However, the Wynncraft website lists a playtime that is roughly 5 times greater, as does wynndata. Is playtime meant to represent 5 minute increments instead of single minute increments as stated?

motoki317 commented 3 years ago

Is playtime meant to represent 5 minute increments instead of single minute increments as stated?

I'm not the one to answer this question, refer to the following issue (and ask Wynn devs) instead. https://github.com/Wynncraft/WynncraftAPI/issues/56

But since this discrepancy has been in the API for years and I doubt they'll fix this anytime soon, I guess it's reasonable to have playtime multiplied by 5 (or 4.7) in the meantime.