How do i properly configure Permissions for VIP for example to have lower cooldown.
Is the priority here like in Better Chat ? The lower the number the higher the priority or the other way round ?
I have it like this atm:
"Permission Settings (Just for normal type)": {
"removertool.normal": {
"Priority": 0,
"Distance": 3.0,
"Cooldown": 129600.0,
"Max Time": 300,
"Remove Interval (Min = 0.2)": 0.8,
"Max Removable Objects (0 = Unlimit)": 50,
"Pay": true,
"Refund": true,
"Reset the time after removing an entity": false
},
"removertool.vip": {
"Priority": 0,
"Distance": 3.0,
"Cooldown": 86400.0,
"Max Time": 300,
"Remove Interval (Min = 0.2)": 0.8,
"Max Removable Objects (0 = Unlimit)": 50,
"Pay": true,
"Refund": true,
"Reset the time after removing an entity": true
}