Adding VIP perm doesnt work. When I add it & reload the plugin the config resets back to its normal code. I've ran it through a JSON validator & I'm not getting any errors. What am I doing wrong?
"removertool.normal": {
"Priority": 0,
"Distance": 3,
"Cooldown": 129600,
"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": 1,
"Distance": 3,
"Cooldown": 86400,
"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
}