(中文)服务端角色配置(sscconfig.json)
肝帝熙恩 edited this page 2025-06-11 15:56:47 +08:00
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.

Enabled

启用服务器端角色功能,使客户端数据存储在服务器而非客户端。

  • 字段类型: Boolean
  • 默认值: False

LogonDiscardThreshold

当启用“服务器端角色”ServerSideCharacters功能时登录后禁止丢弃物品的时间以毫秒为单位

  • 字段类型: Int32
  • 默认值: 250

ServerSideCharacterSave

服务器端角色SSC的自动保存间隔以分钟为单位

  • 字段类型: Int32
  • 默认值: 5

StartingHealth

启用SSC功能时新玩家创建角色时的初始默认生命值。

  • 字段类型: Int32
  • 默认值: 100

StartingInventory

启用SSC功能时新玩家创建角色时的初始默认物品栏配置。

  • 字段类型: List1`
  • 默认值: System.Collections.Generic.List1[TShockAPI.NetItem]`

StartingMana

启用SSC功能时新玩家创建角色时的初始默认魔力值。

  • 字段类型: Int32
  • 默认值: 20

WarnPlayersAboutBypassPermission

当玩家拥有tshock.ignore.ssc权限可绕过SSC系统但SSC数据库中仍存在其角色数据时向玩家和服务器控制台发送警告信息。

  • 字段类型: Boolean
  • 默认值: True