RedisBungee/RedisBungee-API/src/main/java/com/imaginarycode/minecraft/redisbungee/api/util
Daniël Voort 99941c733f
Use PlayerDB.co for name lookups (#82)
I noticed that currently name lookups for UUIDs that are not cached, are
not supported in RedisBungee due to Mojang removing name history.

When looking at the usages, RedisBungee internally only uses the current
name (So no need for full name history), so I moved name lookups to
[PlayerDB](https://playerdb.co/), which does not have API rate limits
unlike Mojang's API.

closes #59
2023-07-18 04:48:20 +04:00
..
io readd support for redis versions below 6, change method of the summoner 2022-07-17 05:25:50 +04:00
payload make RedisBungeeAPI class platform dependant and make Abstract version of it 2022-07-27 17:43:51 +04:00
player Make sure server field is withen map than calling redis seperatly 2022-11-14 08:45:55 +04:00
serialize api changes in events, move Listener serialization into Util class 2022-07-30 22:36:29 +04:00
uuid Use PlayerDB.co for name lookups (#82) 2023-07-18 04:48:20 +04:00
RedisUtil.java add missing final keyword to PROXY_TIMEOUT var 2022-11-14 08:40:46 +04:00