Скидка PVPHeatMap 1.0.3

C#:
{
  "Store heat data between server starts": true,
  "Heat grid size in world units": 50,
  "The rate in which the heat grid is updated in seconds": 300,
  "How many deaths in a cell for it to register as hottest value": 5,
  "The maximum opacity of the cell drawn on the map (0.0 - 1.0)": 0.75,
  "Fade opacity of a heat event using the time remaining until it expires": true,
  "The value of a heat event (0.0 - 1.0)": 1.0,
  "The time in seconds before a heat event expires": 1800,
  "Show heat map using map markers on ingame map": false,
  "Generate heat map image and enable UI heat map": true,
  "Heat map UI command": "pvp",
  "Heat colors in order of lowest to highest": [
    {
      "Hex color": "000000",
      "Alpha (0.0 - 1.0)": 0.0
    },
    {
      "Hex color": "7600C5",
      "Alpha (0.0 - 1.0)": 0.1960784
    },
    {
      "Hex color": "002DFF",
      "Alpha (0.0 - 1.0)": 0.3921569
    },
    {
      "Hex color": "00FAFF",
      "Alpha (0.0 - 1.0)": 0.4901961
    },
    {
      "Hex color": "00FF1E",
      "Alpha (0.0 - 1.0)": 0.5882353
    },
    {
      "Hex color": "FF8400",
      "Alpha (0.0 - 1.0)": 0.7058824
    },
    {
      "Hex color": "FF0003",
      "Alpha (0.0 - 1.0)": 0.7058824
    }
  ],
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 0
  }
}