Permission for VIP

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
}

The higher the number, the higher the priority

  "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
  }​
eDVuiRYXObeEY4V.jpg Arainrr

The higher the number, the higher the priority

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

Thank you very much!

What does the higher priority mean/do?