This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Dominion/src/main/resources/config.yml

37 lines
549 B
YAML
Raw Normal View History

2024-02-05 11:43:51 +08:00
Database:
2024-04-05 17:40:04 +08:00
Type: sqlite # pgsql, sqlite
2024-02-05 11:43:51 +08:00
Host: localhost
Port: 5432
Name: dominion
User: dominion
Pass: dominion
2024-03-30 02:50:21 +08:00
# -1 表示不开启
AutoCreateRadius: 10
2024-03-30 02:50:21 +08:00
# -1 表示不限制
Limit:
MinY: -64
MaxY: 320
SizeX: 128
SizeY: 64
SizeZ: 128
Amount: 10
Depth: 3 # 子领地深度 0不允许子领地 -1不限制
WorldBlackList: []
2024-04-22 00:07:15 +08:00
Teleport:
Enable: true
# 传送延迟 秒
Delay: 0
# 冷却时间 秒
CoolDown: 0
2024-03-30 02:50:21 +08:00
# -1 表示不开启
AutoCleanAfterDays: 180
2024-02-18 14:33:47 +08:00
2024-02-15 10:55:08 +08:00
BlueMap: true
2024-04-07 14:28:10 +08:00
CheckUpdate: true
2024-02-05 11:43:51 +08:00
Debug: false