ProxioDev / ValioBungee

Synchronize players data between BungeeCord / Velocity proxies
Eclipse Public License 1.0
200 stars 51 forks source link

limboauth support #47

Closed licen150 closed 1 year ago

licen150 commented 1 year ago

Hi! Can you add limboauth support on velocity? We need to disallow connecting to auth limbo if player has connected to other proxy

ham1255 commented 1 year ago

This should be done within your plugins as redisbungee api has method to check online players

ham1255 commented 1 year ago

Limbo auth uses LimboAPI which has event when connecting to a limbo just cancel it in your plugin if player is online using api method i mentioned above