mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 11:45:31 +01:00
Added MariaDB minimum version in config comment
This commit is contained in:
parent
348704f3d9
commit
165a70aec9
@ -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).")
|
||||
|
Loading…
Reference in New Issue
Block a user