RedisDB + Lettuce
Set up a redis database to inject fake players into the glist
Last updated
Set up a redis database to inject fake players into the glist
Last updated
Watch the following tutorial (only the redis database creation part). After that put complete the redis uri inside the config.
After you've created a redis database
, complete the redis uri (inside proxy section in the main config). After that, whether you have bungee
or velo
. Make sure that storage is set to redis or lettuce. Make sure to set the redis -> uri: (the uri you just created)
. "redis" uses pub-sub technology, while some servers might not support it, you can use "lettuce" which uses the redis database technology.