Commit Graph

10 Commits

Author SHA1 Message Date
mohammed jasem alaajel a0fdd6d997 welcome adventure api
MiniMessage is now used for Messages.yml

fix bug when from is null when server change
2024-04-12 22:37:33 +04:00
mohammed jasem alaajel 8aaae6702e new data system 2024-04-12 22:37:02 +04:00
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
mohammed Alteniji 265933f36e
fix Velocity plugin startup / shutdown issues, java docs notes for some classes and logs for shutdown / startup (#73)
closes #71
2023-04-25 11:09:45 +04:00
mohammed jasem alaajel 1a2459b64e
deprecated NameFetcher api 2022-12-31 07:23:35 +04:00
mohammed jasem alaajel 92bb0030de
move PlayerUtils code from platforms to the api 2022-11-02 08:38:25 +04:00
mohammed jasem alaajel 8dc42d071a
Add copyright header to source code 2022-10-30 00:02:09 +04:00
mohammed jasem alaajel 80a4791d12 api changes in events, move Listener serialization into Util class 2022-07-30 22:36:29 +04:00
mohammed jasem alaajel 17897bc112 make RedisBungeeAPI class platform dependant and make Abstract version of it 2022-07-27 17:43:51 +04:00
mohammed jasem alaajel 64af12044e Change Plugin instance of Bungeecord to RedisBungee to maintain old plugin compatibility 2022-07-26 18:42:29 +04:00