1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-08 21:30:55 +02:00

Replace 'none' option with 'auto' in messaging service config description

This commit is contained in:
Luck
2020-04-05 16:04:38 +01:00
parent bb015d0c88
commit fe139f8420
5 changed files with 5 additions and 5 deletions

View File

@@ -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.