mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 19:55:17 +01:00
Updated default config.yml
This commit is contained in:
parent
80fccbab96
commit
3bc36b54c9
@ -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.
|
||||
# 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.
|
||||
@ -14,13 +14,10 @@ general:
|
||||
# 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.
|
||||
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:
|
||||
# YAML, JSON, MYSQL, MONGODB.
|
||||
# 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/.
|
||||
type: YAML
|
||||
host: localhost
|
||||
|
Loading…
Reference in New Issue
Block a user