Skip to content

Commit

Permalink
Update BungeeSettings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Melon-Oof authored Feb 27, 2024
1 parent ed8c504 commit 419153d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions VotingPlugin/Resources/BungeeSettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your password>" 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
Expand Down

0 comments on commit 419153d

Please sign in to comment.