TerraNova Wiki
Advertisement

/healall is a Short Command command available to Moderators+. It executes the /heal command to all online players.

Code:

{
      "alias": "/healall",
      "commands": [
        "/heal 0",
        "/heal 1",
        "/heal 2",
        "/heal 3",
        "/heal 4",
        "/heal 5",
        "/heal 6",
        "/heal 7",
        "/heal 8",
        "/heal 9",
        "/heal 10",
        "/heal 11",
        "/heal 12",
        "/heal 13",
        "/heal 14",
        "/heal 15",
        "/heal 16",
        "/heal 17",
        "/heal 18",
        "/heal 19",
        "/heal 20",
        "/heal 21",
        "/heal 22",
        "/heal 23",
        "/heal 24",
        "/heal 25"
      ],
      "permission": "heal",
      "cooldown": 60
    }
Advertisement