wolfadmin/config/wolfadmin.toml
Timo Smit 2e2c471d98 Improvements to spree handling
* changed default settings to disable records when bots are playing
* changed bot records bitflag to not include sprees when either source or victim is a bot
2019-02-11 13:00:09 +01:00

68 lines
982 B
TOML

# Sample config file for WolfAdmin. Adjust to your needs.
# See https://dev.timosmit.com/wolfadmin/
# https://dev.timosmit.com/wolfadmin/configuration.html
[main]
# uncomment if you need to override these settings
# os = "unix"
# standalone = 1
debug = 0
[db]
type = "sqlite3"
file = "wolfadmin.db"
# the settings below are only used for type 'mysql', uncomment if needed
# hostname = "localhost"
# port = 3306
# database = "wolfadmin"
# username = "wolfadmin"
# password = "suchasecret"
[logs]
chat = "chat.log"
admin = "admin.log"
[omnibot]
minbots = -1
maxbots = 10
[admin]
history = 1
maxrenames = 80
[balancer]
mindif = 2
maxdif = 5
selection = 0
interval = 30
[game]
announcerevives = 1
[voting]
timeout = 0
restricted = []
[banners]
file = "banners.toml"
interval = 120
random = 1
area = 3
[rules]
file = "rules.toml"
[greetings]
file = "greetings.toml"
area = 3
bots = 1
[records]
bots = 0
[sprees]
file = "sprees.toml"
messages = 7
sounds = 3
records = 1