RedisBungee/RedisBungee-Velocity/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
RedisBungeeAPI.java fix error being thrown getServerFor in Bungeecord/Velocity in the api closes #64 2023-03-17 12:15:10 +04:00
RedisBungeeCommandSource.java Add copyright header to source code 2022-10-30 00:02:09 +04:00
RedisBungeeVelocityListener.java make velocity ping event execute as Last to prevent motd plugins changing online players 2023-04-10 01:48:20 +04:00
RedisBungeeVelocityPlugin.java Use PlayerDB.co for name lookups (#82) 2023-07-18 04:48:20 +04:00
VelocityDataManager.java Add copyright header to source code 2022-10-30 00:02:09 +04:00
VelocityPlayerUtils.java move PlayerUtils code from platforms to the api 2022-11-02 08:38:25 +04:00