Config file not setting the radius
The config file is not allowing me to change the effeted raidiation radius. I have also tried turning it down to 1 and its still hits people that are 20M away. I have used the case sensitive o.reload command everytime I have changed the settings. I have also had problems with the intensity, again turning it down to 1 and the time down to 1 and they also have no effect. I have JSON checked the file and its come back valid. Thanks for taking the time to hep.
{
  "Bullets": {
    "CraftAmount": 5,
    "CraftingCosts": {
      "ammo.rifle.explosive": 10,
      "lowgradefuel": 400,
      "sulfur": 300
    },
    "CraftTime": 30,
    "Enabled": true,
    "MaxAllowed": 5,
    "RadiationProperties": {
      "Duration": 3.0,
      "Intensity": 8.0,
      "Radius": 3.0
    }
  },
  "Explosives": {
    "CraftAmount": 1,
    "CraftingCosts": {
      "explosive.timed": 1,
      "lowgradefuel": 500,
      "sulfur": 5000
    },
    "CraftTime": 90,
    "Enabled": false,
    "MaxAllowed": 3,
    "RadiationProperties": {
      "Duration": 30.0,
      "Intensity": 60.0,
      "Radius": 25.0
    }
  },
  "Grenades": {
    "CraftAmount": 1,
    "CraftingCosts": {
      "grenade.f1": 1,
      "lowgradefuel": 300,
      "sulfur": 1000
    },
    "CraftTime": 45,
    "Enabled": true,
    "MaxAllowed": 1,
    "RadiationProperties": {
      "Duration": 3.0,
      "Intensity": 10.0,
      "Radius": 8.0
    }
  },
  "Mines": {
    "CraftAmount": 1,
    "CraftingCosts": {
      "lowgradefuel": 500,
      "sulfur": 3000,
      "trap.landmine": 1
    },
    "CraftTime": 120,
    "Enabled": true,
    "MaxAllowed": 1,
    "RadiationProperties": {
      "Duration": 10.0,
      "Intensity": 70.0,
      "Radius": 10.0
    }
  },
  "Options": {
    "MSG_MainColor": "<color=#00CC00>",
    "MSG_SecondaryColor": "<color=#939393>"
  },
  "Rockets": {
    "CraftAmount": 1,
    "CraftingCosts": {
      "ammo.rocket.basic": 2,
      "lowgradefuel": 500,
      "sulfur": 5000
    },
    "CraftTime": 120,
    "Enabled": true,
    "MaxAllowed": 1,
    "RadiationProperties": {
      "Duration": 3.0,
      "Intensity": 10.0,
      "Radius": 10.0
    }
  },
  "URL_IconList": {
    "Background": "background.png",
    "Bullet": "bullet.png",
    "BulletActive": "bulletactive.png",
    "Explosive": "explosive.png",
    "ExplosiveActive": "explosiveactive.png",
    "Grenade": "grenade.png",
    "GrenadeActive": "grenadeactive.png",
    "Mine": "landmine.png",
    "MineActive": "landmineactive.png",
    "Rocket": "rocket.png",
    "RocketActive": "rocketactive.png"
  }
}​
I have the same problem, it doesn't change the intensity values, which makes the plugin quite useless.