1. how to do to automatically run a vote /vote Set the day?
     
  2. TimerOnce is not working good wen i do reload the plugin its working one time
     
  3. Thanks for the quick reply bro, I appreciate your coding!
     
  4. Hello, I wanted to make an automatic restart with "TimedExecute".
    "05:00:00": "adminmessage 'Restart in 1 HOUR'",
    "05:59:59": "adminmessage" The server is restarting NOW. '",
    "06:00:00": "quit"

    But the server does not restart itself ...
    host.sh =

    #!/bin/sh
    clear
    while :
    do
    echo "Starting server...\n"
    exec ./Hurtworld.x86_64 -batchmode -nographics \
    -exec "host 12871;queryport 12881;maxplayers 100;addadmin 76561197995131444;servername [Fr] Les Apotres Dejantes! Kits/X3/Meteor"
    echo "\nRestarting server...\n"
    done
     
  5. Try using this version Timed Execute | Oxide