From fe139f8420091bba479421ed66788dd2fd468e79 Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 5 Apr 2020 16:04:38 +0100 Subject: [PATCH] Replace 'none' option with 'auto' in messaging service config description --- bukkit/src/main/resources/config.yml | 2 +- bungee/src/main/resources/config.yml | 2 +- nukkit/src/main/resources/config.yml | 2 +- sponge/src/main/resources/luckperms.conf | 2 +- velocity/src/main/resources/config.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index 58465c5d1..e43429533 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -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. diff --git a/bungee/src/main/resources/config.yml b/bungee/src/main/resources/config.yml index 0cb512865..9c5309a8d 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -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 diff --git a/nukkit/src/main/resources/config.yml b/nukkit/src/main/resources/config.yml index 62a58f072..6ce07f708 100644 --- a/nukkit/src/main/resources/config.yml +++ b/nukkit/src/main/resources/config.yml @@ -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. diff --git a/sponge/src/main/resources/luckperms.conf b/sponge/src/main/resources/luckperms.conf index 8f6c134e1..41e51610d 100644 --- a/sponge/src/main/resources/luckperms.conf +++ b/sponge/src/main/resources/luckperms.conf @@ -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. diff --git a/velocity/src/main/resources/config.yml b/velocity/src/main/resources/config.yml index 6626b9e88..1f4de1abb 100644 --- a/velocity/src/main/resources/config.yml +++ b/velocity/src/main/resources/config.yml @@ -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