Skip to content
ElGuillermo edited this page Sep 17, 2024 · 5 revisions

Table of Contents

Scorebot

Scorebot is a CRCON's plugin that displays game stats in a dedicated Discord channel.

CRCON doesn't need Scorebot to work.

If you want to enable it, you have to configure your CRCON's urls and a Discord webhook in the dedicated Scorebot settings page.

If you dont know how to create a Dicord webhook, you can have a look at this video.

Mandatory settings are :

  • author_name_text : that will be the title displayed on the Discord embed.
"author_name_text": "Our server's current game stats",
  • base_api_url : that is the url you use to connect to CRCON's user interface.
    If you only manage one game server (and didn't change the default ports values in the hll_rcon_tool/.env file), it should be like this :
"base_api_url": "http://123.123.123.123:8010/",
  • base_scoreboard_url : same as the previous one, but the port is the one that is used for public access.
    If you only manage one game server (and didn't change the default ports values in the hll_rcon_tool/.env file), it should be like this :
"base_scoreboard_url": "http://123.123.123.123:7010/",
  • webhook_urls : either one or several Discord webhooks that will display the game stats.
    It should look like this :
  "webhook_urls": [
    "https://discord.com/api/webhooks/..."
  ]

Examples

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