hypixel-php icon indicating copy to clipboard operation
hypixel-php copied to clipboard

Results 10 hypixel-php issues
Sort by recently updated
recently updated
newest added

Hello. Sometimes I come across outdated information on the website about users, guilds, etc.. Is there a chance a refresh button could be added to update this info?

This is a feature request; not sure if you are accepting feature requests. Having stats calculated for the past 100 games or such (like kdr or w/l) would be very...

The method `CacheUtil::isExpired` compares timestamps in order to validate if a timestamp is older than allowed, defined by a given cache time. Both the timestamp and cache time should be...

I got multiple suggestions for UHC here: 1. In UHC, Event Modes Solo Brawl and Duo Brawl had their second iteration in mid 2020, and their stats aren't displayed on...

Can i get my info removed??? i am currently being stalked in the game and having my info used against me

Recently, Hypixel updated their API to include much more detailed statistics for Capture the Wool. The current system doesn't allow for the display of these stats.

Minecraft 1.16 has made it so that you can use RGB hex codes for chat messages: ![Test](https://user-images.githubusercontent.com/10485646/85911115-e0e53680-b81a-11ea-8374-ffe7c5605989.png) Is it possible to add support for this in [https://plancke.io/tools/color/](https://plancke.io/tools/color/)?

Hi Plancke, (Win/Loss) ratio isn't correct, It is showing (Win/Game Played) ratio. Please fix it. Thank You

When finding the exp from one level to the next, handle cases where the latter is a multiple of 100. Currently in master the program tries to use an index...

This PR doesn't do any functional change, it just makes the implementation of getTotalExpToFullLevel a bit simpler to understand.