RedisBungee/RedisBungee-API/src/main/java/com/imaginarycode/minecraft/redisbungee/api
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
..
config oops remove password warn from the username 2023-04-13 03:06:16 +04:00
events Add copyright header to source code 2022-10-30 00:02:09 +04:00
summoners Add copyright header to source code 2022-10-30 00:02:09 +04:00
tasks fix Velocity plugin startup / shutdown issues, java docs notes for some classes and logs for shutdown / startup (#73) 2023-04-25 11:09:45 +04:00
util Use PlayerDB.co for name lookups (#82) 2023-07-18 04:48:20 +04:00
AbstractDataManager.java Fix NullPointerException due plugin instance for jedis tasks in UUIDTranslator/AbstractDataManager (#57) 2022-12-25 06:26:53 +04:00
AbstractRedisBungeeListener.java add messages config, change some jedis/redis depercated apis, bump to 0.9.0, new logging from another locations handling. 2022-11-11 20:30:16 +04:00
JedisPubSubHandler.java Add copyright header to source code 2022-10-30 00:02:09 +04:00
PubSubListener.java Add copyright header to source code 2022-10-30 00:02:09 +04:00
RedisBungeeMode.java Add copyright header to source code 2022-10-30 00:02:09 +04:00
RedisBungeePlugin.java fix Velocity plugin startup / shutdown issues, java docs notes for some classes and logs for shutdown / startup (#73) 2023-04-25 11:09:45 +04:00