Chat Synchronization

redis:
  host: ""
  port: 6379
  auth: false
  password: ""
allow-sync: true
sync-system: "bungee" # bungee | redis

Chat Synchronization allows you synchronize staff | admin | owner chat across the whole network. However there are some limitations.

There are 2 ways of doing so:

Bungee - Syncing the data across the whole proxy.

Redis - Syncing the data across every server it is connected to. (Useful when server has multiple proxies)

Syncing can be disabled by changing "allow-sync" to false.

Last updated