Updated default config.yml

This commit is contained in:
Florian CUNY 2019-01-01 21:00:21 +01:00
parent 80fccbab96
commit 3bc36b54c9

View File

@ -1,4 +1,4 @@
# BentoBox Configuration 0.12.0-SNAPSHOT # BentoBox Configuration 1.0-SNAPSHOT
# This config file is dynamic and saved when the server is shutdown. # This config file is dynamic and saved when the server is shutdown.
# You cannot edit it while the server is running because changes will # You cannot edit it while the server is running because changes will
# be lost! Use in-game settings GUI or edit when server is offline. # be lost! Use in-game settings GUI or edit when server is offline.
@ -14,13 +14,10 @@ general:
# Use economy or not. If true, an economy plugin is required. If false, no money is used or give. # Use economy or not. If true, an economy plugin is required. If false, no money is used or give.
# If there is no economy plugin present anyway, money will be automatically disabled. # If there is no economy plugin present anyway, money will be automatically disabled.
use-economy: true use-economy: true
# Starting money - this is how much money new players will have as their
# balance at the start of an island.
starting-money: 10.0
database: database:
# YAML, JSON, MYSQL, MONGODB. # YAML, JSON, MYSQL, MONGODB.
# YAML and JSON are both file-based databases. # YAML and JSON are both file-based databases.
# 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/.
type: YAML type: YAML
host: localhost host: localhost