Files
fuwuduan/world/serverconfig/touhou_little_maid-server.toml

15 lines
774 B
TOML
Raw Permalink Normal View History

2026-01-19 12:28:32 +00:00
#The maid pack that the client player needs to download, needs to fill in the URL value of the file
#Example: ["https://www.dropbox.com/download/apple.zip", "https://www.dropbox.com/download/cat.zip"]
ClientPackDownloadUrls = []
#When turned on, when the maid AI executes more than 50ms, the entity information of the problem will be logged
MaidAITimeDebug = false
#Whether to enable the maid backup mechanism, which will back up the maid data of all players on the server at regular intervals
MaidBackupEnable = false
#The interval time (in seconds) for the maid backup mechanism to back up maid data
#Range: > 5
MaidBackupIntervalSeconds = 180
#The maximum number of backups for each player when the maid backup mechanism is enabled
#Range: 1 ~ 64
MaidBackupMaxCount = 3