Adding VIP doesnt work

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
}​

Hi @lynch123,

I do not know if this will solve your issue as I do not know if that plugin does what I will explain.

Some plugins are overwriting the config file either periodically when they are running, when server save or at unload.
When it happens... unload the plugin before modifying the config file and then load it back.

Hopefully that will help.

still doesnt work. the plugins page is advertised as having a VIP section but the json doesn't have one once downloaded.