From 419153d654b3291f21b1bfc1c300d59cec97324c Mon Sep 17 00:00:00 2001 From: Melon-Oof <147187344+Melon-Oof@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:14:21 +0100 Subject: [PATCH] Update BungeeSettings.yml --- VotingPlugin/Resources/BungeeSettings.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/VotingPlugin/Resources/BungeeSettings.yml b/VotingPlugin/Resources/BungeeSettings.yml index 036c43e72..416cb01af 100644 --- a/VotingPlugin/Resources/BungeeSettings.yml +++ b/VotingPlugin/Resources/BungeeSettings.yml @@ -14,16 +14,17 @@ UseBungeecord: false # SOCKETS # PLUGINMESSAGING (Recommended) # MYSQL -# REDIS +# REDIS (2nd Most Recommended) BungeeMethod: PLUGINMESSAGING # Use Redis for between server communication, set BungeeMethod to REDIS to use this Redis: Host: localhost Port: 6379 - Username: '' +# To get the user name, run redis-cli, if you set a password, run "auth " and if the out put is "OK" run "ACL USERS" + Username: 'default' Password: '' - # Set a prefix from an entire proxy network if using mutli-proxy setup below + # Set a prefix from an entire proxy network if using multi-proxy setup below Prefix: '' # Enables more debug messages for communication between servers