{
  "Settings": {
    "ChatEditCommand": "gatherrewards",
    "ConsoleEditCommand": "gatherrewards",
    "EditPermission": "gatherrewards.canedit",
    "ShowMessagesOnKill": true,
    "ShowMessagesOnGather": true,
    "UseEconomics": true,
    "UseServerRewards": false,
    "PluginPrefix": "<color=cyan>[GatherRewards]</color>",
    "Rewards": {
      "Bear": 25.0,
      "Boar": 25.0,
      "Chicken": 25.0,
      "Clan Member": -25.0,
      "Horse": 25.0,
      "Ore": 25.0,
      "Player": 0.0,
      "Player's Friend": -25.0,
      "Stag": 25.0,
      "Stone": 25.0,
      "Wolf": 25.0,
      "Wood": 25.0
    }
  }
}

How can i remove the Players Friend and Clan Member , as i do not want to give Eco for them i want them turned off , but putting them to 0 just sets the plugin config back to default?