The plugin is working it will announce the message in chat but not give them the permission.
Here is my config:
{
"EnableInGameTime-Timer": false,
"EnableRealTime-Timer": true,
"EnableTimerOnce": false,
"EnableTimerRepeat": false,
"InGameTime-Timer": {
"01:00": "weather rain",
"12:00": "command 1",
"15:00": "command 2"
},
"RealTime-Timer": {
"20:47:00": "o.grant group default instantgather.use",
"20:47:00": "say Instant Gather is now enabled for 15 minutes.",
"20:48:00": "o.revoke group default instantgather.use",
"20:48:00": "say Instant Gather is now disabled."
},
"TimerOnce": {
"command1 'msg'": 60,
"command2 'msg'": 120,
"command3 arg": 180,
"reset.timeronce": 181
},
"TimerRepeat": {
"command1 arg": 300,
"command2 'msg'": 300
}
}