Skip to content
ElGuillermo edited this page Oct 12, 2024 · 3 revisions

Table of Contents

Camera webhooks

A list of Discord webhook URLs and user/role IDs to mention when a player enters admin camera.

See this video to learn how to create a webhook.

You can set as many URLs as you want, but these are updated sequentially not concurrently, so setting more than one will delay the updates of each one. Therefore, you should probably not set more than a few.

Examples

{
  "hooks": [
    {
      "url": "https://discord.com/api/webhooks/...",
      "user_mentions": [
        "<@1234>"
      ],
      "role_mentions": [
        "<@&1234>"
      ]
    }
  ]
}

HLL Community RCON

Getting Started

Additional Setup

Server Provider Setups

User Guide

User Guide : Autosettings

User Guide : Admin interface

Developer Guides

Help

Other

Clone this wiki locally