Платное Admin Map 1.3.5

default config:
JSON:
 {
  "Scan Area Settings": {
    Radius: 2.0
    "Color": "0 0.7 0 0.6"
  },
  "Text Map Settings": {
    "Font size": 16,
    "Use color generation for teams?": true,
    "Color for searches": "00ffff",
    "Color for teams": "ffaf4d",
    "Color for solo players": "9bd92f",
    "Color for sleepers": "404040"
  },
  "Command Buttons": [
    {
      "Permission (adminmap.<perm>)": "",
      "Label": "TP",
      "Command": "teleport {steamid}",
      "Color": "1 1 1 1"
    },
    {
      "Permission (adminmap.<perm>)": "",
      "Label": "TP2ME",
      "Command": "teleport2me {steamid}",
      "Color": "1 1 1 1"
    },
    {
      "Permission (adminmap.<perm>)": "",
      "Label": "INV",
      "Command": "/viewinv{username}",
      "Color": "1 1 1 1"
    },
    {
      "Permission (adminmap.<perm>)": "",
      "Label": "SPECTATE",
      "Command": "spectate {steamid}",
      "Color": "1 1 1 1"
    },
    {
      "Permission (adminmap.<perm>)": "",
      "Label": "KILL",
      "Command": "kill {steamid}",
      Color: "1 0 0 1"
    },
    {
      "Permission (adminmap.<perm>)": "",
      "Label": "KICK",
      "Command": "kick {steamid}",
      Color: "1 0 0 1"
    }
  ]
}

Button Library:
  • Give item to player for AdminMenu by k1lly0u | Minimum required version 1.0.1
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "GIVE",
   "Command": "adminmenu.callback {steamid}.4;adminmenu.callback {steamid}.4",
   "Color": "1 1 1 1"
}
  • permanent ban
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "BAN",
   "Command": "ban {steamid}",
   "Color": "1 0 0 1"
}
  • View backpack (for Backpack Pro)
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "Backpack",
   "Command": "/b {steamid}",
   "Color": "1 1 1 1"
}
  • View backpack (for Backpacks plugin from uMod)
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "Backpack",
   "Command": "viewbackpack {steamid}",
   "Color": "1 1 1 1"
}
  • Spectate
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "SPECTATE",
   "Command": "spectate {steamid}",
   "Color": "1 1 1 1"
}