RedisBungee/RedisBungee-Bungee/src/main/java/com/imaginarycode/minecraft/redisbungee
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
..
commands Add copyright header to source code 2022-10-30 00:02:09 +04:00
events Add copyright header to source code 2022-10-30 00:02:09 +04:00
BungeeDataManager.java Add copyright header to source code 2022-10-30 00:02:09 +04:00
BungeePlayerUtils.java move PlayerUtils code from platforms to the api 2022-11-02 08:38:25 +04:00
RedisBungee.java Use PlayerDB.co for name lookups (#82) 2023-07-18 04:48:20 +04:00
RedisBungeeAPI.java fix error being thrown getServerFor in Bungeecord/Velocity in the api closes #64 2023-03-17 12:15:10 +04:00
RedisBungeeBungeeListener.java Fix PlayerList not returning server name when it is not ALL (#62) 2023-01-31 12:40:06 +04:00
RedisBungeeCommandSender.java Add copyright header to source code 2022-10-30 00:02:09 +04:00