mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-23 19:16:37 +01:00
Replace 'none' option with 'auto' in messaging service config description
This commit is contained in:
parent
bb015d0c88
commit
fe139f8420
@ -214,7 +214,7 @@ watch-files: true
|
||||
# - Possible options:
|
||||
# => sql Uses the SQL database to form a queue system for communication. Will only work when
|
||||
# 'storage-method' is set to MySQL or MariaDB. This is chosen by default if the
|
||||
# option is set to 'none' and SQL storage is in use. Set to 'notsql' to disable this.
|
||||
# option is set to 'auto' and SQL storage is in use. Set to 'notsql' to disable this.
|
||||
# => pluginmsg Uses the plugin messaging channels to communicate with the proxy.
|
||||
# LuckPerms must be installed on your proxy & all connected servers backend servers.
|
||||
# Won't work if you have more than one proxy.
|
||||
|
@ -211,7 +211,7 @@ watch-files: true
|
||||
# - Possible options:
|
||||
# => sql Uses the SQL database to form a queue system for communication. Will only work
|
||||
# when 'storage-method' is set to MySQL or MariaDB. This is chosen by default if
|
||||
# the option is set to 'none' and SQL storage is in use. Set to 'notsql' to
|
||||
# the option is set to 'auto' and SQL storage is in use. Set to 'notsql' to
|
||||
# disable this.
|
||||
# => pluginmsg Uses the plugin messaging channels to communicate with the proxy.
|
||||
# LuckPerms must be installed on your proxy & all connected servers backend
|
||||
|
@ -214,7 +214,7 @@ watch-files: true
|
||||
# - Possible options:
|
||||
# => sql Uses the SQL database to form a queue system for communication. Will only work when
|
||||
# 'storage-method' is set to MySQL or MariaDB. This is chosen by default if the
|
||||
# option is set to 'none' and SQL storage is in use. Set to 'notsql' to disable this.
|
||||
# option is set to 'auto' and SQL storage is in use. Set to 'notsql' to disable this.
|
||||
# => redis Uses Redis pub-sub to push changes. Your server connection info must be configured
|
||||
# below.
|
||||
# => auto Attempts to automatically setup a messaging service using redis or sql.
|
||||
|
@ -219,7 +219,7 @@ watch-files = true
|
||||
# - Possible options:
|
||||
# => sql Uses the SQL database to form a queue system for communication. Will only work when
|
||||
# 'storage-method' is set to MySQL or MariaDB. This is chosen by default if the
|
||||
# option is set to 'none' and SQL storage is in use. Set to 'notsql' to disable this.
|
||||
# option is set to 'auto' and SQL storage is in use. Set to 'notsql' to disable this.
|
||||
# => pluginmsg Uses the plugin messaging channels to communicate with the proxy.
|
||||
# LuckPerms must be installed on your proxy & all connected servers backend servers.
|
||||
# Won't work if you have more than one proxy.
|
||||
|
@ -204,7 +204,7 @@ watch-files: true
|
||||
# - Possible options:
|
||||
# => sql Uses the SQL database to form a queue system for communication. Will only work
|
||||
# when 'storage-method' is set to MySQL or MariaDB. This is chosen by default if
|
||||
# the option is set to 'none' and SQL storage is in use. Set to 'notsql' to
|
||||
# the option is set to 'auto' and SQL storage is in use. Set to 'notsql' to
|
||||
# disable this.
|
||||
# => pluginmsg Uses the plugin messaging channels to communicate with the proxy.
|
||||
# LuckPerms must be installed on your proxy & all connected servers backend
|
||||
|
Loading…
Reference in New Issue
Block a user