ProxioDev / ValioBungee

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

Maybe make it run on Spigot #65

Closed BingYanchi closed 1 year ago

BingYanchi commented 1 year ago

What is your question?

It may be possible to add functionality to run on Spiogt, not provide any functionality, and provide an API for developers to pass information on Proxy and Spigot. Unlike the traditional Bukkit Message Channel, Redis can communicate without players. For example, it can provide information exchange for a server matching system running multiple areas on a single server. I think it's a very interesting thing.

ham1255 commented 1 year ago

This plugin is intended for Proxies only also licenesing issues that comes with it since RedisBungee is EPL-1 which cant be mixed with GPL-3.

but since you mentioned you want to sync the data using redis RedisBungee uses Jedis library internally, which can achieve what you want.

https://github.com/redis/jedis