1. Hi, I recently got carried away with the development of my server. And in Google and the forum, I did not find a tool that would automatically wipe map, blueprint and Oxide data. So I decided to create my own script. I did not post it on Rust tools because I'm not sure whether you need it, and whether there are analogues.
    This script allows you to automate the server wipe and restart.
    Requirements python 2.7
    Before running, open the file in ide and specify the path to the files.
    Be sure to include the name of the bat file
    When you start the file, specify the date and interval
    Format date for Wipe: yyyy,mm,dd,day interval
    Example 2018,4,20,7 year=2018, month=4, day=20, interval days=7
    Format date for Restart: dd,hour,minute
    Example 2,18,0 days=2, hours=18, minutes=00 Every two days at 18:00 the server will automatically restart
    [​IMG]
    [DOUBLEPOST=1523633622][/DOUBLEPOST]In advance, sorry for my English
    [​IMG]
     

    Attached Files:

    • main.py
      File size:
      4.6 KB
      Views:
      58
  2. Thats cool! :)
     
  3. Wery nice man!