Guten Abend,
ich habe vorhin eine Restart.bat erstellt. Ich habe in der BEC Config die Whitelist aktiviert. Allerdings wird man nicht gekickt, wenn man Joint. In der Konsole der Restart.bat werden auch keine Fehler angezeigt.
Meine Restart.bat:
Spoiler anzeigen
ECHO off
::Kill Arma3 Server
taskkill /f /fi "status eq not resonding" /im arma3server_x64.exe
taskkill /f /im arma3server_x64.exe
::BEC START
taskkill /im Bec.exe
set becpath="C:\server\A3Master\BEC\"
cd /d %becpath>#/p###
start "" /min "Bec.exe" -f Config.cfg
timeout 3
::BEC END
:: start arma3Server
start /realtime C:\server\A3Master\arma3server_x64.exe -port=2302 "-autoinit" "-servermod=@extDB3;@life_server" "-mod=@ace;@CBA_A3;@GermanMilitaryGroup;@task_force_radio" "-config=server.cfg" "-bepath=C:\server\A3Master\battleye" "-profiles=C:\server\A3Master"