Does this plugin not work anymore?Solved

So I have loaded this on a test server and tried to run this via the console and I see nothing happening 

I ran we heavystorm and I see nothing changing in the game I am wa5tching just to see and nothing is happening other then some random clouds moving around in the sky. 

I am looking to trigger Hevy fog or ran for a event at a set time and I am not seeing anything happening and the mod is loaded because it reloads. 

I am trying to trigger a weather event at a set time like right before night around 16.0 or 17.0 for a over night zombie event. 

the commands are run through the server console, you can use timed execute to run events at set time. 

A2H3gGkmT8PoxM8.png Rick6

the commands are run through the server console, you can use timed execute to run events at set time. 

I have trtied to set that up and it doesn't seem to work. 

{
  "EnableInGameTime-Timer": true,
  "EnableRealTime-Timer": false,
  "EnableTimerOnce": false,
  "EnableTimerRepeat": false,
  "InGameTime-Timer": {
    "06:30:00": "we clear",
    "17:00:00": "we heavyfog",
    "18:00:00": "we heavystorm",
    "19:40:00": "say - Night Zombies are coming!!!! Get to a inside now!!!"
  },
  "RealTime-Timer": {
  },
  "TimerOnce": {
  },
  "TimerRepeat": {
  }
}

But doesn't seem to work but I also posted there and no one I guess knows the issue. 



Merged post

I can't even get it to use the say command even. 

do the events run after sending the command through rcon?

rHjBZZmNecXvggx.png Rick6

do the events run after sending the command through rcon?

Yes the evens run trough console and rcon i just can't get Timed Execute 

to function and was wondering if anyone on this side had any idea of have had issues with that mod not working. Looks like no one is on the Time Execute secution so wanted to ask if anyone here has it working that they could share a example using in game time not server time. 

Works for me no issues, I know that doesn't help you but timed execute does work. Also if you are running it in game console you need to prefix the command with sv

Ict8w78N9Mb5bo3.jpg Wibble

Works for me no issues, I know that doesn't help you but timed execute does work. Also if you are running it in game console you need to prefix the command with sv

SV in front can you share a example what your talking about?

In the game console you need to use "sv we random" for example to make it run for the server .. dunno that's just how it works.

My TimedExecute config is this and works perfectly

{
  "EnableInGameTime-Timer": false,
  "EnableRealTime-Timer": true,
  "EnableTimerOnce": true,
  "EnableTimerRepeat": true,
  "InGameTime-Timer": {},
  "RealTime-Timer": {
    "00:00:00": "monitor.report"
  },
  "TimerOnce": {
    "weather.clear_chance 1": 5,
    "weather.dust_chance 0": 6,
    "weather.fog_chance 0": 7,
    "weather.overcast_chance 0": 8,
    "weather.rain_chance 0": 9,
    "weather.storm_chance 0": 10
  },
  "TimerRepeat": {
    "we random": 10800
  }
}
Locked automatically