There is a parameter called Public Endpoint where you would find a very-long-hostname:port
In the Security section you would find username and password
Now you can build your redis-uri like this redis://username:password@very-long-hostname:port
Done
Step 3
You need to enable the cross-server setting.
Specify the server_id as the name of the server that is connected to Velocity or BungeeCord.
Provide the Redis connection details.
Step 4
After configuring all the data, you need to restart the server.
It is strongly recommended not to reload the plugin using third-party plugins to avoid errors, memory leaks, and other issues.
Step 5
You have successfully enabled the cross-server feature in the plugin and can now join the queue from any server connected to the cross-server system.
cross_server:
# Enable cross-server functionality
enabled: true
# Unique server ID (must be different for each server)
server_id: server1
# Server display name (with color codes)
server_name: '&#ea435cS&#e85965e&#e66f6er&#e58577v&#e39b80e&#e1b189r'
# Redis connection settings
redis:
host: localhost
port: 6379
user: ''
password: ''
database: 0
timeout: 2000