Skip to content

Commit 93d03d3

Browse files
committed
Release 1.14.0
1 parent 1e4d2a9 commit 93d03d3

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/main/resources/config.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BentoBox v1.13.1 configuration file.
1+
# BentoBox v1.14.0 configuration file.
22
#
33
# This configuration file contains settings that mainly apply to or manage the following elements:
44
# * Data storage
@@ -54,28 +54,34 @@ general:
5454
name: bentobox
5555
username: username
5656
password: password
57-
# MongoDB client connection URI to override default connection options.
58-
# See: https://docs.mongodb.com/manual/reference/connection-string/
59-
mongodb-connection-uri: ''
6057
# How often the data will be saved to file in mins. Default is 5 minutes.
6158
# This helps prevent issues if the server crashes.
6259
# Data is also saved at important points in the game.
6360
backup-period: 5
6461
# Enable SSL connection to MongoDB, MariaDB, MySQL and PostgreSQL databases.
6562
# Added since 1.12.0.
6663
use-ssl: false
67-
# Database table prefix character. Adds a prefix to the database tables. Not used by flatfile databases.
64+
# Database table prefix. Adds a prefix to the database tables. Not used by flatfile databases.
6865
# Only the characters A-Z, a-z, 0-9 can be used. Invalid characters will become an underscore.
6966
# Set this to a unique value if you are running multiple BentoBox instances that share a database.
67+
# Be careful about length - databases usually have a limit of 63 characters for table lengths
7068
# Added since 1.13.0.
7169
prefix-character: ''
70+
# MongoDB client connection URI to override default connection options.
71+
# See: https://docs.mongodb.com/manual/reference/connection-string/
72+
# Added since 1.14.0.
73+
mongodb-connection-uri: ''
7274
# Allow FTB Autonomous Activator to work (will allow a pseudo player [CoFH] to place and break blocks and hang items)
7375
# Add other fake player names here if required
7476
# /!\ This feature is experimental and might not work as expected or might not work at all.
7577
fakeplayers:
7678
- '[CoFH]'
7779
panel:
80+
# Toggle whether panels should be closed or not when the player clicks anywhere outside of the inventory view.
7881
close-on-click-outside: true
82+
# Defines the Material of the item that fills the gaps (in the header, etc.) of most panels.
83+
# Added since 1.14.0.
84+
filler-material: LIGHT_BLUE_STAINED_GLASS_PANE
7985
logs:
8086
# Toggle whether superflat chunks regeneration should be logged in the server logs or not.
8187
# It can be spammy if there are a lot of superflat chunks to regenerate.

0 commit comments

Comments
 (0)