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.
|
# 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
|
||||||
@ -37,7 +34,7 @@ general:
|
|||||||
# 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]'
|
||||||
# Allow obsidian to be scooped up with an empty bucket back into lava
|
# Allow obsidian to be scooped up with an empty bucket back into lava
|
||||||
# This only works if there is a single block of obsidian (no obsidian within 10 blocks)
|
# This only works if there is a single block of obsidian (no obsidian within 10 blocks)
|
||||||
# Recommendation is to keep this true so that newbies don't bother you or reset their
|
# Recommendation is to keep this true so that newbies don't bother you or reset their
|
||||||
|
Loading…
Reference in New Issue
Block a user