VIP Admin Map 1.3.6

Нет прав для скачивания
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"
    }
  ]
}

Отдать элемент игроку для AdminMenu от k1lly0u | Минимальная необходимая версия 1.0.1.
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "GIVE",
   "Command": "adminmenu.callback {steamid}.4;adminmenu.callback {steamid}.4",
   "Color": "1 1 1 1"
}

Постоянный бан
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "BAN",
   "Command": "ban {steamid}",
   "Color": "1 0 0 1"
}

Посмотреть рюкзак (для Backpack Pro)
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "Backpack",
   "Command": "/b {steamid}",
   "Color": "1 1 1 1"
}

Просмотр рюкзака (для плагина Backpacks от uMod)
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "Backpack",
   "Command": "viewbackpack {steamid}",
   "Color": "1 1 1 1"
}

Наблюдать
JSON:
{
   "Permission (adminmap.<perm>)": "",
   "Label": "SPECTATE",
   "Command": "spectate {steamid}",
   "Color": "1 1 1 1"
}
Назад
Сверху