diff --git a/docs/variables.md b/docs/variables.md index af13f3c1..eaed4fb6 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -563,35 +563,35 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro ⬜️ - RCON_CMDS_STARTUP - RCON commands can be configured to execute when the server starts, a client connects, or a client disconnects - - ⬜️ - - - RCON_CMDS_ON_CONNECT - RCON commands can be configured to execute when the server starts, a client connects, or a client disconnects - - ⬜️ - - - RCON_CMDS_ON_DISCONNECT - RCON commands can be configured to execute when the server starts, a client connects, or a client disconnects - - ⬜️ - - - RCON_CMDS_LAST_DISCONNECT - RCON commands can be configured to execute when the server starts, a client connects, or a client disconnects - - ⬜️ - - - RCON_CMDS_STARTUP - RCON commands can be configured to execute when the server starts, a client connects, or a client disconnects - - ⬜️ - + RCON_CMDS_STARTUP + RCON commands to execute when the server starts. + + ⬜️ + + + RCON_CMDS_ON_CONNECT + RCON commands to execute whenever a client connects to the server. + + ⬜️ + + + RCON_CMDS_FIRST_CONNECT + RCON commands to execute on the first client connection to the server. + + ⬜️ + + + RCON_CMDS_ON_DISCONNECT + RCON commands to execute whenever a client disconnects from the server. + + ⬜️ + + + RCON_CMDS_LAST_DISCONNECT + RCON commands to execute when the last client disconnects from the server. + + ⬜️ +