Support for multiple cooldown tiersSolved
Change cooldown for each oxide.group - possible?

default 30 seconds
vip 5 seconds

like that

Cheers
Grant VIP permission to the VIP group...
I have 5 vip groups, also possible to give each one a other permission for that

You can add new permissions here....

  "Permission Settings (Just for normal type)": {
    "removertool.vip": {
      "Priority": 1,
      "Distance": 3.0,
      "Cooldown": 60.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 a entity": false
    },
    "removertool.vip1": {
      "Priority": 2,
      "Distance": 3.0,
      "Cooldown": 30.0,
      "Max Time": 300,
      "Remove Interval (Min = 0.2)": 0.8,
      "Max Removable Objects (0 = Unlimit)": 100,
      "Pay": true,
      "Refund": true,
      "Reset the time after removing a entity": false
    }
  },
Locked automatically