Shows custom map markers for all cupboards on the server

Supported Games
GameServerKingsGameServerKings
works with

TC Map Markers allow players or admin to see all all placed cupboards on the map, using map markers that can be customized. Owned cupboards can have different colors that only the owner can see (customized in configuration file).

Permissions

  • tcmapmarkers.use -- Required to use the commands.

Chat Commands

  • /tcmap help -- Show help message.
  • /tcmap clear -- Clear all custom TC map markers from the map.
  • /tcmap update -- Create/update all TC map markers.
  • /tcmap showtoall -- Toggle between "Show TC map markers to all players" and "Show TC map markers to admins only".

Configuration

{
  "Map Marker Options": {
    "Prefab Path": "assets/prefabs/tools/map/genericradiusmarker.prefab",
    "Show to all? (true/false)": true,
    "Enable Teams? (true/false)": false,
    "Enable Friends? (true/false)": true,
    "Enable Clans? (true/false)": false
  },
  "Owned Markers Options": {
    "Color1 (hex)": "#00FF00",
    "Color2 (hex)": "#00FF00",
    "Alpha": 1.0,
    "Radius": 0.08
  },
  "Other Markers Options": {
    "Color1 (hex)": "#FF0000",
    "Color2 (hex)": "#FF0000",
    "Alpha": 1.0,
    "Radius": 0.08
  },
  "Teams Markers Options": {
    "Color1 (hex)": "#0000FF",
    "Color2 (hex)": "#0000FF",
    "Alpha": 1.0,
    "Radius": 0.08
  },
  "Friends Markers Options": {
    "Color1 (hex)": "#0000FF",
    "Color2 (hex)": "#0000FF",
    "Alpha": 1.0,
    "Radius": 0.08
  },
  "Clans Markers Options": {
    "Color1 (hex)": "#0000FF",
    "Color2 (hex)": "#0000FF",
    "Alpha": 1.0,
    "Radius": 0.08
  }
}
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.