Release 1.12.0

This commit is contained in:
Florian CUNY 2020-03-21 13:10:51 +01:00
parent db9d2acf18
commit 5c9cb4b4a4

View File

@ -1,9 +1,9 @@
# BentoBox v1.11.1 configuration file.
# BentoBox v1.12.0 configuration file.
#
# This configuration file contains settings that mainly apply to or manage the following elements:
# * Data storage
# * Gamemodes (commands, ...)
# * Internet connectivity (metrics, web-based content-enriched features, ...)
# * Internet connectivity (web-based content-enriched features, ...)
#
# Note that this configuration file is dynamic:
# * It gets updated with the newest settings and comments after BentoBox loaded its settings from it.
@ -58,10 +58,9 @@ general:
# This helps prevent issues if the server crashes.
# Data is also saved at important points in the game.
backup-period: 5
# Allows to enable SSL protection to database connections for MongoDB,
# MariaDB, MySQL and PostgreSQL database servers.
# Added since 1.2.0.
useSSL: false
# Enable SSL connection to MongoDB, MariaDB, MySQL and PostgreSQL databases.
# Added since 1.12.0.
use-ssl: false
# Allow FTB Autonomous Activator to work (will allow a pseudo player [CoFH] to place and break blocks and hang items)
# Add other fake player names here if required
# /!\ This feature is experimental and might not work as expected or might not work at all.
@ -141,10 +140,6 @@ island:
# Added since 1.7.0.
delete-speed: 1
web:
# BentoBox uses bStats.org to get global data about the plugin to help improving it.
# bStats has nearly no effect on your server's performance and the sent data is completely
# anonymous so please consider twice if you really want to disable it.
metrics: true
github:
# Toggle whether BentoBox can connect to GitHub to get data about updates and addons.
# Disabling this will result in the deactivation of the update checker and of some other
@ -157,4 +152,4 @@ web:
# However, as the GitHub API data does not get updated instantly, this value cannot be set to less than 60 minutes.
# Setting this to 0 will make BentoBox download data only at startup.
# Added since 1.5.0.
connection-interval: 60
connection-interval: 120