User Guide ‐ Main interface ‐ Others ‐ Chat Commands - MarechJ/hll_rcon_tool GitHub Wiki
🧭 You are here : Wiki home / User Guide / Main interface / Others / Chat Commands
Create your own custom chat commands from a (limited but will grow in the future) set of infos.
[!NOTE]
Unfortunately, as of v15.2 of the game, this feature is only available to PC (Steam / GamePass / Epic Games) users, as it requires keyboard inputs.
- Command words must start with either a
!
or@
character :!word
or@word
?word
is automatically available and will describe the command when triggered
Chat commmands are in the form below, the message
is what will be sent to the player in game and the description
will be used when the command is described with either ?
or one of the configured describe_words
.
The message variables must be enclosed in brackets like {last_nemesis_weapon}
and you can only use those from the list below.
Example (CODE view)
{
"command_words": [
{
"words": [
"!discord"
],
"description": "Displays Discord clan url\n",
"message": "Join us on\n{discord_invite_url}"
},
{
"words": [
"!rules"
],
"description": "Displays the server's rules.\n",
"message": "\n\nThis is our rules..."
},
{
"words": [
"!seed"
],
"description": "Displays the seed conditions.\n",
"message": "Seed rules apply if there's less than 20 players in a team."
},
{
"words": [
"!vip"
],
"description": "Displays VIP Status.\n",
"message": "Are you VIP ? :\n{vip_status}\n\nExpiration :\n{vip_expiration}"
},
{
"words": [
"!wik"
],
"description": "Displays your last victim's name.\n",
"message": "(Message automatique)\n\nYou've just killed by\n{last_victim_name}\n\nusing a\n{last_victim_weapon}"
},
{
"words": [
"!wkm"
],
"description": "Displays your last killer name and weapon.\n",
"message": "(Message automatique)\n\nYou've just been killed by\n{last_nemesis_name}\n\nusing a\n{last_nemesis_weapon}"
}
],
"enabled": true,
"describe_words": [
"!help",
"!info"
]
}
- If you configure one or more describe_words (these also must start with either ! or @), and you have set a description for each of your command_words, it will message the player with all of your configured commands and their descriptions.
Available variables
player_name
player_steam_id_64
last_victim_name
last_victim_steam_id_64
last_victim_weapon
last_nemesis_name
last_nemesis_steam_id_64
last_nemesis_weapon
last_tk_victim_name
last_tk_victim_steam_id_64
last_tk_victim_weapon
last_tk_nemesis_name
last_tk_nemesis_steam_id_64
last_tk_nemesis_weapon
vip_status
vip_expiration
server_name
server_short_name
discord_invite_url
admin_ping_trigger_words
num_online_mods
num_ingame_mods
next_map
map_rotation
top_kills_player_name
top_kills_player_score
top_kill_streak_player_name
top_kill_streak_player_score