Safe Zone Commands

Бесплатно Плагин Safe Zone Commands 1.2.1

Нет прав для скачивания
JSON:
{
  "Version": "1.2.0",
  "Safe Zones": [
    {
      "Monument Name": "compound",
      "Blacklisted Commands": [
        "kit",
        "tp"
      ],
      "Run Random Command ": false,
      "Commands To Run": [
        {
          "Type": "Chat",
          "Trigger": "Enter",
          "Command": "Hello! {PlayerName} here, currently at {MonumentName} in grid {Grid} to recycle some items."
        },
        {
          "Type": "Client",
          "Trigger": "Leave",
          "Command": "heli.calltome"
        },
        {
          "Type": "Server",
          "Trigger": "Enter",
          "Command": "inventory.giveto {PlayerId} scrap 50"
        }
      ],
      "Enter Message": "Welcome to {MonumentName}, {PlayerName}!",
      "Leave Message": "Goodbye, {PlayerName}. Hope you had a great time at {MonumentName}!"
    }
  ]
}
Сверху