1. PaiN submitted a new resource:

    TimedExecute - Execute commands every (x) seconds.

    Read more about this resource...
     
  2. This wrecks my chat
     
  3. Can this be used to create a scrolling timed server messages that repeat?
     
  4. Wulf

    Wulf Community Admin

    Remove the defaults commands you don't want from the config.

    The default example should have timed messages in it.
     
  5. Messages need to be smaller than ~100 symbols (all symbols, not only text).
     
  6. This command works?
    Code:
    "reset.oncetimer": 181,
     
  7. Code:
    {
      "EnabledRealTime-Timer": false,
      "EnableTimerOnce": true,
      "EnableTimerRepeat": false,
      "TimerOnce": {
        "adminmessage 'Server forums are at '": 60,
        "adminmessage 'New players type /kit boost for a one time use kit to help out'": 120,
        "adminmessage 'Please do not claim to be friendly and then attack. It's not cool.'": 180
      }
    }
    Where do I put the reset.timeronce command in here to make this repeat?

    Do color codes work?
     
  8. Wulf

    Wulf Community Admin

    You'd need to make a TimerRepeat section just like TimerOnce and then set EnableTimerRepeat to true.
     
  9. Yes color codes work like so.
    Code:
    {
      "EnabledRealTime-Timer": false,
      "EnableTimerOnce": false,
      "EnableTimerRepeat": true,
      "RealTime-Timer": {
        "16:00:00": "adminmessage 'The gate for the event is open!'",
        "16:00:10": "settime 10",
        "16:30:00": "adminmessage 'The gate for the event just closed'",
        "17:00:00": "adminmessage 'Restart in 1 HOUR'",
        "18:00:00": "adminmessage 'The server is restarting NOW.'"
      },
      "TimerOnce": {
        "adminmessage <color=#c74040>[HurtNation]</color> <color=#d3d3d3>Welcome to HurtNation!</color>": 120,
      },
      "TimerRepeat": {
        "adminmessage <color=#c74040>[HurtNation]</color> <color=#d3d3d3>Don't forget to join our steam group search HurtNation!</color>": 600,
        "adminmessage <color=#c74040>[HurtNation]</color> <color=#d3d3d3>Follow us on Twitter! @HurtNationSvr</color>": 1200,
        "adminmessage <color=#c74040>[HurtNation]</color> <color=#d3d3d3>You can vote for us at http://hurtworld-servers.net/server/8/</color>": 1800,  }
    }
     
  10. No i will fix this on the next update.
     
  11. Okay so rcon quit is basically restarting the server. Is it possible to still setup a config that saves the server then restarts the server per 6 hours? I tried it and it was a mess. Any help would be great.
     
    Last edited by a moderator: Dec 13, 2015
  12. Yeah that would be great
     
  13. I kinda didn't understand this plugin yet. I know that he execute messages but I read that it can make a automatic restart every XX time that you want to restart.
    I couldn`t do it so, can someone explain to me? :)
     
  14. I love this plugin ! =)

    Aaaaannd i'd ike to request a little feature to it:

    Can you add that the saves have seperate names like the current date ? (Auto backup ftw ! :D )

    Thank you!
     
  15. I cant understand you ;x
    Are you still having problems ?
     
  16. Is it possible for the server to save the map with the current date ( date = name auf der save file) ?
     
  17. Dunno i dont have the game so i dont even know how this even works.

    @Wulf should know something more.
     
  18. Wulf

    Wulf Community Admin

    Sure, just pass the timestamp to the filename, ex. 'saveserver nameortimestaphere' as the command.
     
  19. That plugin i was using only autosave each 15 minutes than I noticed that was bugging my chat sometimes... With HTML collors on it or couldnt type in chat. Can you try update this plugin ? It would be nice only autosave in it because has other plugins already do the same shout thing.
     
  20. What are you talking about... the plugin runs only the commands that are in the config. Simply edit the config and put whatever you want in it.

    If you get an error from a command or something then its not caused by this plugin but the plugin that the command is provided from.