Rewrite flatfile storage (YAML & JSON) to use configurate, add HOCON storage method

This commit is contained in:
Luck
2017-10-21 23:20:45 +01:00
Unverified
parent aa0be40124
commit fa4bb0447a
17 changed files with 1289 additions and 1463 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ meta-formatting {
# Which storage method the plugin should use.
#
# See: https://github.com/lucko/LuckPerms/wiki/Choosing-a-Storage-type
# Currently supported: mysql, mariadb, postgresql, sqlite, h2, json, yaml, mongodb
# Currently supported: mysql, mariadb, postgresql, sqlite, h2, json, yaml, hocon, mongodb
#
# Fill out connection info below if you're using MySQL, MariaDB, PostgreSQL or MongoDB
# If your MySQL server supports it, the "mariadb" option is preferred over "mysql".