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
zhangyuheng 3725a791e3
All checks were successful
Java CI-CD with Maven / build (push) Successful in 26m15s
新增检查更新配置开关
2024-04-07 14:28:10 +08:00

30 lines
456 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Database:
Type: sqlite # pgsql, sqlite
Host: localhost
Port: 5432
Name: dominion
User: dominion
Pass: dominion
# -1 表示不开启
AutoCreateRadius: 10
# -1 表示不限制
Limit:
MinY: -64
MaxY: 320
SizeX: 128
SizeY: 64
SizeZ: 128
Amount: 10
Depth: 3 # 子领地深度 0不允许子领地 -1不限制
WorldBlackList: []
# -1 表示不开启
AutoCleanAfterDays: 180
BlueMap: true
CheckUpdate: true
Debug: false