Failed to load config file (is the config file corrupt?)Not An Issue
I get error with timed execute
Failed to load config file (is the config file corrupt?) (Invalid JavaScript property identifier character: '. Path 'InGameTime-Timer', line 7, position 7.) 

{
  "EnableInGameTime-Timer": false,
  "EnableRealTime-Timer": true,
  "EnableTimerOnce": true,
  "EnableTimerRepeat": false,
  "InGameTime-Timer": {
    Don't put weather commands in this section.
  },
  "RealTime-Timer": {
    "02:00:00": "rw rain",
    "05:00:00": "rw lightfog",
    "08:00:00": "rw lightrain",
    "10:00:00": "rw storm",
    "13:00:00": "rw rain",
    "17:00:00": "rw lightfog",
    "21:00:00": "rw lightrain",
    "23:00:00": "rw storm"
  },
  "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": {
    Don't put weather commands in this section.
  }
}
yeah, you're not supposed to just copy the overview into your config file...
what I do?
AAAAA
what I do?

That's for the TimedExecute plugin config

Locked automatically