diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 127ee864f..addf123af 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,4 +1,4 @@ -# BentoBox v1.11.0 configuration file. +# BentoBox v1.10.0 configuration file. # # This configuration file contains settings that mainly apply to or manage the following elements: # * Data storage @@ -25,22 +25,16 @@ general: # This is the filename in the locale folder without .yml. # If this does not exist, the default en-US will be used. default-language: en-US - # Use economy or not. If true, an economy plugin is required. If false, no money is used or given. + # Use economy or not. If true, an economy plugin is required. If false, no money is used or give. # If there is no economy plugin present anyway, money will be automatically disabled. use-economy: true database: - # JSON, MYSQL, MARIADB, MONGODB, SQLITE, POSTGRESQL and YAML(deprecated). + # JSON, MYSQL, MARIADB (10.2.3+), MONGODB, SQLITE, POSTGRESQL and YAML(deprecated). # Transition database options are: # YAML2JSON, YAML2MARIADB, YAML2MYSQL, YAML2MONGODB, YAML2SQLITE # JSON2MARIADB, JSON2MYSQL, JSON2MONGODB, JSON2SQLITE, JSON2POSTGRESQL # MYSQL2JSON, MARIADB2JSON, MONGODB2JSON, SQLITE2JSON, POSTGRESQL2JSON # If you need others, please make a feature request. - # Minimum required versions: - # MySQL versions 5.7 or later - # MariaDB versions 10.2.3 or later - # MongoDB versions 3.6 or later - # SQLite versions 3.28 or later - # PostgreSQL versions 9.4 or later # Transition options enable migration from one database type to another. Use /bbox migrate. # YAML and JSON are file-based databases. # MYSQL might not work with all implementations: if available, use a dedicated database type (e.g. MARIADB).