# --------------
# 其它伺服器设定
# --------------
# 这是天堂2私服游戏伺服器需要的伺服器ID
# 例如: 1 = Bartz
# 预设: 1
RequestServerID = 2
# True = 当伺服器ID被占用时,登入伺服器会自动分配另一个ID
# 预设: True
AcceptAlternateID = True
# Datapack root directory.
# Defaults to current directory from which the server is started unless the below line is uncommented.
DatapackRoot = .
# 允许多少天堂2私服玩家同时在线上
# 预设: 100
MaximumOnlineUsers = 666
# 允许设定范围内的天堂2游戏版本连线
# 注意:
# 游戏版本必须设定在伺服器可以支援的版本,以免发生错误!
# 预设: 268
AllowedProtocolRevisions = 267;268;271;273;413;448;488
# ------------
# 其它玩家设定
# ------------
# 天堂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 = 5