15 lines
774 B
TOML
15 lines
774 B
TOML
|
|
#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
|
||
|
|
|