minecrafter / RedisBungee

The leading player synchronization system for BungeeCord
https://www.spigotmc.org/resources/redisbungee.13494/
Eclipse Public License 1.0
157 stars 122 forks source link

Keep track of player activity #43

Open Samistine opened 7 years ago

Samistine commented 7 years ago

Record the time the player has been connected to the network and expose this data in the api

ghost commented 7 years ago

I'm still on the fence about this, as I'd rather keep RB as small and compact as possible, but it might just happen if i find a nice way to do this.

ethan-gallant commented 7 years ago

Or people could just make their own plugin that records the playerjoinevent inside redis bungee and then they can have a huge pile of data instead of everyone running RB.