Meaning of AbsoluteTimeScale?Not An Issue

What exactly does that mean?

If i did understand good, it makes that u can't raid beetween 3am and 3.59am with this "absoluteTimeScale": {
"03": 0.1

Is it only for offline people or for everyone?

If it's for everyone is it possible to make that to be for all day and to be damage 50%?

absoluteTimeScale

The scale of damage done to structures depending on the current hour of the (real) day

Note that with the default configuration, all buildings are protected 90% (or receive 10% damage) between 3AM and 3:59AM

It's only for offline players, as per the name of the plugin "Anti Offline Raid"
from what i understand setting up absoluteTimeScale will ignore other settings in the config. right? it reduces explosive damage based on the time of day? but what is the damage scale? and what time does it go back to normal? 
what id like is to make it so people cant raid during lets say 2am to 8am.
In the default configuration, all buildings are protected 90% (or receive 10% damage) between 3AM and 3:59AM.
5eab9027ce022.png Calytic
In the default configuration, all buildings are protected 90% (or receive 10% damage) between 3AM and 3:59AM.
i saw that but am still confused on how to adjust it. all it has for variables is "03": 0.1 how do i know what time raid block stops? does it use the default scale still when adjusted by time?
"damageScale": {
"1": 0.2,
"12": 0.8,
"3": 0.35,
"48": 1,
"6": 0.5 
like i said im trying to make bases unraidable between like 2am to 8am. i dont care if the person is online offline whatever. i just want damage reductions to run from 2am-8am so no1 can raid in the middle of the night.
0.1 is 10%
0.5 is 50%
etc

02 is 2AM to 2:59
03 is 3AM to 3:59
etc
5eab9027ce022.png Calytic
0.1 is 10%
0.5 is 50%
etc

02 is 2AM to 2:59
03 is 3AM to 3:59
etc
i get that, but that only covers 1 hour.

Merged post

{
"absoluteTimeScale": {
"03": 0.1
"04": 0.2
"05": 0.3
},
 if i do that then only "03": 0.1 is the right color in the text editor.
You're missing some commas.

{
"absoluteTimeScale": {
"03": 0.1,
"04": 0.2,
"05": 0.3
},​
5eab9027ce022.png Calytic
You're missing some commas.

{
"absoluteTimeScale": {
"03": 0.1,
"04": 0.2,
"05": 0.3
},​

ty so much thats what i needed to know.

Locked automatically