Skip to content
ElGuillermo edited this page Sep 1, 2024 · 3 revisions

Table of Contents

Watchlist webhooks

A list of Discord webhook URLs and user/role IDs to mention when a watched player connects to the server.

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