Marks all SAM Sites on the map

Supported Games
GameServerKingsGameServerKings

Marks all SAM Sites on the map.

Permissions

samsitemap.use -- Can see the permission required for the map marker.

Configuration

{
  "Use permission": false,
  "Time interval to check the show of markers (seconds)": 5.0,
  "Static SAM settings": {
    "Enabled map marker": true,
    "Hide when no power": true,
    "Hide when no ammo": true,
    "SAM map marker": {
      "Map marker radius": 0.15,
      "Map marker color1": "#FF4500",
      "Map marker color2": "#0000FF",
      "Map marker alpha": 1.0,
      "Map marker text": "static sam",
      "SAM attack range map marker": {
        "Enabled Sam attack range map marker": true,
        "Range map marker color1": "#FFFF00",
        "Range map marker color2": "#FFFFF0",
        "Range map marker alpha": 0.5
      }
    }
  },
  "Player's SAM settings": {
    "Enabled map marker": true,
    "Hide when no power": true,
    "Hide when no ammo": true,
    "SAM map marker": {
      "Map marker radius": 0.2,
      "Map marker color1": "#FF4500",
      "Map marker color2": "#0000FF",
      "Map marker alpha": 1.0,
      "Map marker text": "player's sam",
      "SAM attack range map marker": {
        "Enabled Sam attack range map marker": true,
        "Range map marker color1": "#FFFF00",
        "Range map marker color2": "#FFFFF0",
        "Range map marker alpha": 0.5
      }
    }
  }
}

Thank for

glasiore: designed the icon for the plugin. Great man!!!**Arainrr **: Previous maintainer

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.