No points/money for breaking barrelsSolved
I am only getting money for crates not for barrels how do i fix this so i can points/money for all barrels?

{
  "Settings": {
    "Give Points Every x Barrels": 10.0,
    "Give Points For Barrels": true,
    "Give Points For Crates": true,
    "Item Shortname": "scrap",
    "Permission List barrels": {
      "barrelpoints.default": 10.0,
      "barrelpoints.vip": 5.0
    },
    "Reset Barrel Count on Death": false,
    "Send Notification Message": false,
    "Use Economics": true,
    "Use Item Rewards": false,
    "Use ServerRewards": false
  }
}​

"Give Points Every x Barrels": 10.0,

should be

"Give Points Every x Barrels": 1.0,

to hand it out to each barrel

Locked automatically