Added MariaDB minimum version in config comment

This commit is contained in:
Florian CUNY 2019-01-13 10:06:32 +01:00
parent 348704f3d9
commit 165a70aec9

View File

@ -44,7 +44,7 @@ public class Settings implements DataObject {
private boolean useEconomy = true;
// Database
@ConfigComment("YAML, JSON, MYSQL, MARIADB, MONGODB.")
@ConfigComment("YAML, JSON, MYSQL, MARIADB (10.2.3+), MONGODB.")
@ConfigComment("YAML and JSON are both file-based databases.")
@ConfigComment("MYSQL might not work with all implementations: if available, use a dedicated database type (e.g. MARIADB).")
@ConfigComment("If you use MONGODB, you must also run the BSBMongo plugin (not addon).")