-
Notifications
You must be signed in to change notification settings - Fork 77
User Guide ‐ Main interface ‐ Others ‐ Scorebot
🧭 You are here : Wiki home / User Guide / Main interface / Others / Scorebot
Caution
This feature has been replaced by Scoreboard in CRCON v11.4.0
Scorebot was a CRCON's plugin that displays game stats in a dedicated Discord channel.
Note
CRCON doesn't need Scorebot to work.
If you want to enable it, there are 3 mandatory settings you have to configure :
-
(optional)
author_name_text
:
The title displayed on the Discord embed."author_name_text": "Our server's current game stats",
-
base_api_url
:
The URL you use to connect to CRCON's user (private) interface.
If you only manage one game server (and didn't change the default ports values in thehll_rcon_tool/.env
file),
it should look like this :"base_api_url": "http://123.123.123.123:8010/",
Note
If you're using a (sub)domain to access your CRCON,
ie : your private interface (https port 9010) is on https://crcon.domain.ext/
, it should look like this :
"base_api_url": "https://crcon.domain.ext/",
-
base_scoreboard_url
:
Same as the previous one, but using the public port.
If you only manage one game server (and didn't change the default ports values in thehll_rcon_tool/.env
file),
it should look like this :"base_scoreboard_url": "http://123.123.123.123:7010/",
Note
If you're using a (sub)domain to access your CRCON,
ie : your public interface (https port 7011) is on https://crcon-stats.domain.ext/
, it should look like this :
"base_scoreboard_url": "https://crcon-stats.domain.ext/",
-
webhook_urls
:
One (or several) Discord webhook(s) that will display the game stats.
It should look like this :"webhook_urls": [ "https://discord.com/api/webhooks/..." ]
Note
If you dont know how to create a Discord webhook, you can have a look at this video.
You also can increase the refresh delay of the bot,
thus avoiding it to spam your Discord channel and trigger the Discord rate limit :
Increase the refresh_time_secs
to something like 300
(5 minutes) :
"refresh_time_secs": 300,
The new parameters should be enabled as soon as Scorebot rereads its configuration.
That could take a minute or so. If you don't want to wait, just stop and restart Scorebot's service in Settings / Services.
Hell Let Loose (HLL) Community RCON (CRCON) Wiki - Back to Home
Maps
Records
Settings
Others
Stats
(TODO)
- Admin panel (needs update)
- Migrate CRCON to another VPS
- Replace the game server managed in CRCON
- Adding a game server to manage in CRCON
- Overview Project Structure
- Development environment
- Building your own Docker images
- CRCON API
- Streaming Logs
- Remotely connect to the PostgreSQL database
- Miscellaneous (needs update)
- HLL RCON Commands (needs update)
- Please look at this first
- Ask for help