{
"Debug": false,
"Purge Settings": [
{
"Permission": "autopurge.none",
"Lifetime": "none"
},
{
"Permission": "autopurge.6h",
"Lifetime": "0s0m06h0d"
},
{
"Permission": "autopurge.12h",
"Lifetime": "0s0m12h0d"
}
],
"Purge Timer Frequency": 300,
"Last Seen Timer Frequency": 300,
"Purge Sleepers": false
} Configuring for 6h for non-VIP, 12h for VIP?
I think this looks ok
Check if it is correct i want - default users to Have 6h then purge and i want vip to have 12h then purge
once the perms are made its just a matter of me giving the correct usergroup the correct purge.
Am i right in what i have so far ??
Also does the timer reset if the person comes back online within say the 6hour purge period ?
Thanks for any replies,just want to make sure this is correct before adding to main server.
(seperate post as when i added the code it wouldnt let me add any text)
Final question : This is regardless if they have a TC or not - correct ??
once the perms are made its just a matter of me giving the correct usergroup the correct purge.
Am i right in what i have so far ??
Also does the timer reset if the person comes back online within say the 6hour purge period ?
Thanks for any replies,just want to make sure this is correct before adding to main server.
(seperate post as when i added the code it wouldnt let me add any text)
Final question : This is regardless if they have a TC or not - correct ??
Should be OK. If there is no TC, it decides by looking at permissions and last seen of the person who built it. If there is TC, it takes into account anyone who is authorized.
Merged post
Also no need for all the 0s just do "6h" for 6 hours.
Merged post
Also no need for all the 0s just do "6h" for 6 hours.
thanks misticos