mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-12 13:54:22 +01:00
Release 1.14.0
This commit is contained in:
parent
1e4d2a9f99
commit
93d03d3315
@ -1,4 +1,4 @@
|
|||||||
# BentoBox v1.13.1 configuration file.
|
# BentoBox v1.14.0 configuration file.
|
||||||
#
|
#
|
||||||
# This configuration file contains settings that mainly apply to or manage the following elements:
|
# This configuration file contains settings that mainly apply to or manage the following elements:
|
||||||
# * Data storage
|
# * Data storage
|
||||||
@ -54,9 +54,6 @@ general:
|
|||||||
name: bentobox
|
name: bentobox
|
||||||
username: username
|
username: username
|
||||||
password: password
|
password: password
|
||||||
# MongoDB client connection URI to override default connection options.
|
|
||||||
# See: https://docs.mongodb.com/manual/reference/connection-string/
|
|
||||||
mongodb-connection-uri: ''
|
|
||||||
# How often the data will be saved to file in mins. Default is 5 minutes.
|
# How often the data will be saved to file in mins. Default is 5 minutes.
|
||||||
# This helps prevent issues if the server crashes.
|
# This helps prevent issues if the server crashes.
|
||||||
# Data is also saved at important points in the game.
|
# Data is also saved at important points in the game.
|
||||||
@ -64,18 +61,27 @@ general:
|
|||||||
# Enable SSL connection to MongoDB, MariaDB, MySQL and PostgreSQL databases.
|
# Enable SSL connection to MongoDB, MariaDB, MySQL and PostgreSQL databases.
|
||||||
# Added since 1.12.0.
|
# Added since 1.12.0.
|
||||||
use-ssl: false
|
use-ssl: false
|
||||||
# Database table prefix character. Adds a prefix to the database tables. Not used by flatfile databases.
|
# Database table prefix. 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.
|
# 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.
|
# Set this to a unique value if you are running multiple BentoBox instances that share a database.
|
||||||
|
# Be careful about length - databases usually have a limit of 63 characters for table lengths
|
||||||
# Added since 1.13.0.
|
# Added since 1.13.0.
|
||||||
prefix-character: ''
|
prefix-character: ''
|
||||||
|
# MongoDB client connection URI to override default connection options.
|
||||||
|
# See: https://docs.mongodb.com/manual/reference/connection-string/
|
||||||
|
# Added since 1.14.0.
|
||||||
|
mongodb-connection-uri: ''
|
||||||
# Allow FTB Autonomous Activator to work (will allow a pseudo player [CoFH] to place and break blocks and hang items)
|
# 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
|
# Add other fake player names here if required
|
||||||
# /!\ This feature is experimental and might not work as expected or might not work at all.
|
# /!\ This feature is experimental and might not work as expected or might not work at all.
|
||||||
fakeplayers:
|
fakeplayers:
|
||||||
- '[CoFH]'
|
- '[CoFH]'
|
||||||
panel:
|
panel:
|
||||||
|
# Toggle whether panels should be closed or not when the player clicks anywhere outside of the inventory view.
|
||||||
close-on-click-outside: true
|
close-on-click-outside: true
|
||||||
|
# Defines the Material of the item that fills the gaps (in the header, etc.) of most panels.
|
||||||
|
# Added since 1.14.0.
|
||||||
|
filler-material: LIGHT_BLUE_STAINED_GLASS_PANE
|
||||||
logs:
|
logs:
|
||||||
# Toggle whether superflat chunks regeneration should be logged in the server logs or not.
|
# Toggle whether superflat chunks regeneration should be logged in the server logs or not.
|
||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user