Implement Messaging Service using SQL (#534)

This commit is contained in:
Luck
2018-03-18 16:02:04 +00:00
Unverified
parent 926195efc4
commit da797f154d
8 changed files with 254 additions and 1 deletions
+3
View File
@@ -201,6 +201,9 @@ watch-files = true
# for LuckPerms to poll the database for changes.
#
# - 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.
# => bungee 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 BungeeCord proxy.