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 07fe7de6ba
All checks were successful
Java CI-CD with Maven / build (push) Successful in 12m4s
新增自定义圈地工具
2024-04-22 00:19:53 +08:00

40 lines
814 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
# 自动圈地大小
AutoCreateRadius: 10 #-1 表示不开启
# -1 表示不限制
Limit:
MinY: -64 # 最小Y坐标
MaxY: 320 # 最大Y坐标
SizeX: 128 # X方向最大长度
SizeY: 64 # Y方向最大长度
SizeZ: 128 # Z方向最大长度
Amount: 10 # 最大领地数量
Depth: 3 # 子领地深度 0不允许子领地 -1不限制
WorldBlackList: [] # 不允许领地的世界
Teleport:
Enable: true
# 传送延迟 秒
Delay: 0
# 冷却时间 秒
CoolDown: 0
# 自动清理长时间未上线玩家的领地
AutoCleanAfterDays: 180 # -1 表示不开启
# 圈地工具
Tool: ARROW
BlueMap: true
CheckUpdate: true
Debug: false