aboutsummaryrefslogtreecommitdiff
path: root/src/cleaners/skyblock/stats.ts
AgeCommit message (Collapse)Author
2021-08-01add #1 leaderboards count leaderboardmat
2021-06-29enable strictNullChecks and fix all related issues (#65)mat
2021-04-14Total leaderboards leaderboard working (#6)mat
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch * fix random bugs that made people disappear from leaderboards
2021-04-13Slayer leaderboard (#4)mat
* add slayers to constants * Compiled TS into JS * change units to also show up when only changing one constant item * Compiled TS into JS * add slayer leaderboards * remove debugging stuff
2021-04-08change how stats are sent to allow for extra infomat
2021-03-01add skill leaderboardsmat
2021-03-01add mythos stat categorymat
2021-02-28make misc leaderboards always show up lastmat
2021-02-28make /leaderboards include categoriesmat
2021-02-13add objectives and skillsmat
2021-02-13fix some stats cutting off at the wrong placemat
2021-02-13add optional check to verify all clients are owned by the creatormat
2021-02-13move stuff into src foldermat