Version 1.3.0

This commit is contained in:
Florian CUNY 2019-02-22 11:25:39 +01:00
parent 3a57f79ea3
commit ec75133d54
2 changed files with 13 additions and 10 deletions

View File

@ -6,7 +6,7 @@
<groupId>world.bentobox</groupId> <groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId> <artifactId>bentobox</artifactId>
<version>1.3.0-SNAPSHOT</version> <version>1.3.0</version>
<name>BentoBox</name> <name>BentoBox</name>
<description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description> <description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description>

View File

@ -1,12 +1,8 @@
# BentoBox Configuration 1.2.1 # BentoBox Configuration 1.3.0
# This config file is dynamic and saved when the server is shutdown. # This config file is dynamic and is updated right after BentoBox loaded its settings from it.
# You cannot edit it while the server is running because changes will # You can edit it while the server is online and you can do '/bbox reload' to take the changes into account.
# be lost! Use in-game settings GUI or edit when server is offline. # However, it is a better practice to edit this file while the server is offline.
general: general:
# 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
# Default language for new players. # Default language for new players.
# This is the filename in the locale folder without .yml. # This is the filename in the locale folder without .yml.
# If this does not exist, the default en-US will be used. # If this does not exist, the default en-US will be used.
@ -20,6 +16,7 @@ general:
# 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/.
# /!\ BentoBox currently does not support changing this value mid-game. If you do need to change it, do a full reset of your databases and worlds.
type: YAML type: YAML
host: localhost host: localhost
# Port 3306 is MySQL's default. Port 27017 is MongoDB's default. # Port 3306 is MySQL's default. Port 27017 is MongoDB's default.
@ -46,6 +43,7 @@ logs:
# It can be spammy if there are a lot of superflat chunks to regenerate. # It can be spammy if there are a lot of superflat chunks to regenerate.
# However, as superflat chunks regeneration can be performance-intensive, it is recommended to keep # However, as superflat chunks regeneration can be performance-intensive, it is recommended to keep
# 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.
clean-super-flat-chunks: true clean-super-flat-chunks: true
island: island:
cooldown: cooldown:
@ -64,6 +62,7 @@ island:
reset: 300 reset: 300
options: options:
# Whether the reset cooldown should be applied when the player creates an island for the first time or not. # Whether the reset cooldown should be applied when the player creates an island for the first time or not.
# Added since 1.2.0.
set-reset-cooldown-on-create: true set-reset-cooldown-on-create: true
confirmation: confirmation:
# Time in seconds that players have to confirm sensitive commands, e.g. island reset. # Time in seconds that players have to confirm sensitive commands, e.g. island reset.
@ -80,5 +79,9 @@ island:
# Number of blocks to paste per tick when pasting a schem # Number of blocks to paste per tick when pasting a schem
# Smaller values will help reduce noticeable lag but will make pasting take longer # Smaller values will help reduce noticeable lag but will make pasting take longer
paste-speed: 1000 paste-speed: 1000
# These settings should not be edited 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
uniqueId: config uniqueId: config