RedisDB + Lettuce
Set up a redis database to inject fake players into the glist
Watch the following tutorial (only the Redis database creation part). After that, complete the Redis URI configuration in your config file.
Step 1: Create a Redis Database on RedisLabs

Step 2: Access Connection Details

Step 3: Get Your Connection URI (after copying it, remove default and add /0 at the end, so the redis uri will be "redis://password@host:port/0")

After you've created a Redis database, complete the Redis URI in the proxy section of your main configuration file:
Ensure
storage
is set to either"redis"
or"lettuce"
(if "redis" doesn't work, try "lettuce" as it usually works reliably)Set
redis -> uri:
to the URI you copied from RedisLabsThis configuration works with both BungeeCord and Velocity proxies
Last updated