Release 1.13.0

This commit is contained in:
Florian CUNY 2020-05-01 18:14:03 +02:00
parent 92ca54cb46
commit a764e9e232

View File

@ -1,4 +1,4 @@
# BentoBox v1.12.0 configuration file.
# BentoBox v1.13.0 configuration file.
#
# This configuration file contains settings that mainly apply to or manage the following elements:
# * Data storage
@ -64,7 +64,7 @@ general:
# Database table prefix character. Adds a prefix to the database tables. Not used by flatfile databases.
# Only the characters A-Z, a-z, 0-9 can be used. Invalid characters will become an underscore.
# Set this to a unique value if you are running multiple BentoBox instances that share a database.
# Added since 1.13.0
# Added since 1.13.0.
prefix-character: ''
# 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
@ -144,6 +144,17 @@ island:
# A setting of 0 will leave island blocks (not recommended).
# Added since 1.7.0.
delete-speed: 1
deletion:
# Toggles whether islands, when players are resetting them, should be kept in the world or deleted.
# * If set to 'true', whenever a player resets his island, his previous island will become unowned and won't be deleted from the world.
# You can, however, still delete those unowned islands through purging.
# On bigger servers, this can lead to an increasing world size.
# Yet, this allows admins to retrieve a player's old island in case of an improper use of the reset command.
# Admins can indeed re-add the player to his old island by registering him to it.
# * If set to 'false', whenever a player resets his island, his previous island will be deleted from the world.
# This is the default behaviour.
# Added since 1.13.0.
keep-previous-island-on-reset: false
web:
github:
# Toggle whether BentoBox can connect to GitHub to get data about updates and addons.