1. OpenFunRus submitted a new resource:

    Restarter - Restart server on chat command.

    Read more about this resource...
     
  2. Please add console command
     
  3. OpenFunRus updated Restarter with a new update entry:

    0.2

     
  4. This script Shutdown my server, not restart...
     
  5. Wulf

    Wulf Community Admin

    That's all it can do. Any server requires an actual external script or software to actually start it back up.
     
  6. Ok,
    How can create a file txt with oxide before shutdown?
     
  7. Wulf

    Wulf Community Admin

    I'm not sure what you mean by that, but Oxide includes an example .bat that includes automatic restarting.
     
  8. My server use linux. :(
     
  9. Wulf

    Wulf Community Admin

  10. OpenFunRus updated Restarter with a new update entry:

    0.3

     
  11. here is an example of a 7DTD Start batch file that I use. the game has a shutdown command that saves the world and shutdown but no restart so I wrote this batch file. how to use:
    1. create a batch file called what ever. mine is _start7DTDServer.bat
    2. make sure the 7DTD Server is not already running, if so shut it down using the shutdown command via Telnet so that you have a clean saved state
    3. run the batch file (make sure you are Admin or have the right permissions)
    4. DO NOT CLOSE the batch file. it will stay something like "starting 7dtd server..."
    5. every time you shutdown the server using Telnet/RCON and the shutdown command, the batch file will restart the server and you will see a "restarting" time stamp in the console/command window.

    Code:
    @echo off
    cls
    :start
    @echo Starting 7DTD Dedicated Server...7DaysToDieServer.exe -batchmode -nographics -configfile=serverconfig.xml -dedicatedecho.
    for /F "tokens=2" %%i in ('date /t') do set mydate=%%i
    set mytime=%time%
    echo Restarting Server: %mydate%:%mytime%
    echo.
    goto start
    
     
  12. I finished with the development of plug-ins under the Oxide, due to the fact that there are no likes or donations.