# ---------------------------------------------------------------------------
# 其它天堂2私服游戏服务器设定
# ---------------------------------------------------------------------------
# 这是天堂私服游戏服务器需要的服务器ID
# 例如: 1 = Bartz
# 预设: 1
RequestServerID = 1
# True = 当天堂2游戏服务器ID被占用时,登入服务器会自动分配另一个ID
# 预设: True
AcceptAlternateID = True
# Datapack root directory.
# Defaults to current directory from which the server is started unless the below line is uncommented.
# WARNING: <u><b><font color="red">If the specified path is invalid, it will lead to multiple errors!</font></b></u>
#Default: .
DatapackRoot = .
# 允许多少天堂2玩家同时在线上
# 预设: 100
MaximumOnlineUsers = 100000
# 允许设定范围内的天堂2游戏版本连线
# 注意:
# 天堂私服游戏版本必须设定在服务器可,以支援的版本以免发生错误!
# 预设: 267;268;271
AllowedProtocolRevisions = 267;268;271;272
# ---------------------------------------------------------------------------
# 其它天堂2私服玩家设定
# ---------------------------------------------------------------------------
# 天堂2玩家命名限制
# Examples:
# CnameTemplate = [A-Z][a-z]{3,3}[A-Za-z0-9]*
# The above setting will allow names with first capital letter, next three small letters,
# and any letter (case insensitive) or number, like OmfgWTF1
# CnameTemplate = [A-Z][a-z]*
# The above setting will allow names only of letters with first one capital, like Omfgwtf
# 预设 .* (允许所有符号)
CnameTemplate = .*
# 天堂2宠物命名限制
# 规则和玩家一样
PetNameTemplate = .*
# 每个天堂私服帐号能创造的角色数量上限
# 预设: 7 (客户端限制)
CharMaxNumber = 7