LeaPhant / skyblock-stats

A beautiful SkyBlock profile viewer 🌹
https://sky.lea.moe
MIT License
168 stars 33 forks source link

[Idea] Add Collection Stats #15

Closed DJtheRedstoner closed 4 years ago

DJtheRedstoner commented 4 years ago

The API has the collection stats and I think it would be cool the see these online especially for making form signatures (when that gets added) this way players could see what recipes you have unlocked.

ShaunMack commented 4 years ago

Definitely a great idea. +1

doej1367 commented 4 years ago

If you are looking for a list of all the unlockable recipes this may help, so you don't have to write everything from scratch, depending on how you decide to implement that thought. (It might not be perfect, but it is something) https://hypixel.net/threads/spreadsheet-recepie-search-function.2316070/

DJtheRedstoner commented 4 years ago

If you are looking for a list of all the unlockable recipes this may help, so you don't have to write everything from scratch, depending on how you decide to implement that thought. (It might not be perfect, but it is something) https://hypixel.net/threads/spreadsheet-recepie-search-function.2316070/

Thank you but there is actually an API resources endpoint with all the collection rewards/recipes. https://github.com/HypixelDev/PublicAPI/blob/master/Documentation/methods/resources.md

DaWenning commented 4 years ago

If you need the Item Amount required for each level I got you covered.

https://recklessGreed.de/hypixel/itemAmounts

LeaPhant commented 4 years ago

@DaWenning But that data is already available from the official api. 🤔

DaWenning commented 4 years ago

It is o.o Well then I did some extra work I guess. Did not find it and copied every level from Minecraft.

LeaPhant commented 4 years ago

Don't worry I did the same for the skill levels because I didn't know the endpoint existed. :)