Release 1.5.0

Finally!
This commit is contained in:
Florian CUNY 2019-06-09 09:37:46 +02:00
parent 284de9e288
commit 8e262fa933

View File

@ -1,4 +1,4 @@
# BentoBox Configuration 1.5.0-SNAPSHOT # BentoBox Configuration 1.5.0
# This config file is dynamic and is updated right after BentoBox loaded its settings from it. # This config file is dynamic and is updated right after BentoBox loaded its settings from it.
# You can edit it while the server is online and you can do '/bbox reload' to take the changes into account. # You can edit it while the server is online and you can do '/bbox reload' to take the changes into account.
# However, it is a better practice to edit this file while the server is offline. # However, it is a better practice to edit this file while the server is offline.
@ -14,10 +14,10 @@ general:
# JSON, MYSQL, MARIADB (10.2.3+), MONGODB, and YAML(deprecated). # JSON, MYSQL, MARIADB (10.2.3+), MONGODB, and YAML(deprecated).
# Transition database options are: # Transition database options are:
# YAML2JSON, YAML2MARIADB, YAML2MYSQL # YAML2JSON, YAML2MARIADB, YAML2MYSQL
# JSON2YAML, JSON2MARIADB, JSON2MYSQL # JSON2MARIADB, JSON2MYSQL, MYSQL2JSON
# MYSQL2JSON, MYSQL2YAML # If you need others, please make a feature request.
# If you need others, make a feature request.
# Transition options enable migration from one database type to another. Use /bbox migrate. # 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). # MYSQL might not work with all implementations: if available, use a dedicated database type (e.g. MARIADB).
# If you use MONGODB, you must also run the BSBMongo plugin (not addon). # If you use MONGODB, you must also run the BSBMongo plugin (not addon).
# See https://github.com/tastybento/bsbMongo/releases/. # See https://github.com/tastybento/bsbMongo/releases/.
@ -38,7 +38,6 @@ general:
fakeplayers: fakeplayers:
- '[CoFH]' - '[CoFH]'
# Rank required to use a command. e.g., use the invite command. Default is owner rank is required. # Rank required to use a command. e.g., use the invite command. Default is owner rank is required.
# /!\ This feature is experimental and might not work as expected or might not work at all.
rank-command: {} rank-command: {}
panel: panel:
close-on-click-outside: true close-on-click-outside: true
@ -49,6 +48,9 @@ logs:
# this setting set to true, as it will help you know if there are regenerations taking place. # this setting set to true, as it will help you know if there are regenerations taking place.
# Added since 1.2.0. # Added since 1.2.0.
clean-super-flat-chunks: true clean-super-flat-chunks: true
# Toggle whether downloading data from GitHub should be logged in the server logs or not.
# Added since 1.5.0.
github-download-data: true
island: island:
cooldown: cooldown:
time: time:
@ -97,9 +99,7 @@ web:
download-data: true download-data: true
# Time in minutes between each connection to the GitHub API. # Time in minutes between each connection to the GitHub API.
# This allows for up-to-the-minute information gathering. # This allows for up-to-the-minute information gathering.
# However, as the GitHub API data does not get updated instantly, it is recommended to keep # However, as the GitHub API data does not get updated instantly, this value cannot be set less than 15 minutes.
# this value greater than 15 minutes.
# Setting this to 0 will make BentoBox download data only at startup. # Setting this to 0 will make BentoBox download data only at startup.
# Added since 1.5.0. # Added since 1.5.0.
connection-interval: 10 connection-interval: 10
uniqueId: config