Plugin is not configured from start
load plugin & it builds a new config file, make NO changes

go to rconsole  type "tpve.sched enable"

replies:
[TruePVE] <color=#00FFFF>Schedule is not valid</color>

the very least it should do is build a working config.........

also the information on the  config page for the plugin is wrong...
this is not valid Json.....
// Example schedule entries using realtime
"*.12:00 default PVE enabled!" // at 12:00 daily, set RuleSet "default" and broadcast "PVE enabled!"
"*.18:00 pvp PVP time!" // at 18:00 (6pm) daily, set RuleSet "pvp" and broadcast "PVP time!"​
Please consider standardising time format.........

Currently  if the  Boolean "useRealtime": false,
then the time format is  "hh:mm"

but if the Boolean "useRealtime": true,
then the time format is  "DD.hh:mm"

Yep I know that  "RUST" does not mark "days" but to have a completely non functioning system because you set a boolean flag is just not sound...
it's  not necassary to have such complexity...
It's  twice the work that need to be done per time line entry ... instead of just one everytime a test is run.....

Can we standardise the time format..... and just say that if the  "useRealtime": false,..
That the "day" portion of the time is ignored....... & to avoid everyone having to change thier configs.. lets accept both formats....