NotifyBeforeStop is not working for windows
voult2 opened this issue · 0 comments
voult2 commented
Hello Clarkx
It seems NotifyBeforeStop is not working since the server is stopped for backup without any warning message. I'm using the Windows build. Furthermore, it seems it affects the following versions:
- v1.2.2
- v1.2.1
- v1.1.0
Configuration I'm using:
{
"BdsBinPath": "D:\\Minecraft\\bedrock-server-1.16.0.2\\bedrock_server.exe",
"WorldName": "VouLT_Xande",
"Backups": {
"EnableBackups": true,
"BackupInterval": 30.0,
"ArchivePath": "D:\\Minecraft\\bedrock-server-1.16.0.2\\backups\\",
"BackupsToKeep": 10,
"OnActivityOnly": true,
"StopBeforeBackup": true,
"NotifyBeforeStop": 60,
"BackupOnStartup": true,
"PreExec": "echo Starting!",
"PostExec": "echo Success!"
},
"Renders": {
"EnableRenders": false,
"PapyrusBinPath": "D:\\Minecraft\\bedrock-server-1.16.0.2\\papyrusRender\\",
"PapyrusOutputPath": "D:\\Minecraft\\bedrock-server-1.16.0.2",
"RenderInterval": 180.0,
"PapyrusGlobalArgs": "-w $WORLD_PATH -o $OUTPUT_PATH --htmlfile index.html --deleteexistingupdatefolder",
"PapyrusTasks": [
"--dim 0",
"--dim 1",
"--dim 2"
]
},
"QuietMode": false,
"HideStdout": true,
"BusyCommands": true,
"CheckForUpdates": true,
"StopBdsOnException": true
}
Let me know if you need more information.