From 237954cfabe4c44750614c9876039a6504ccf422 Mon Sep 17 00:00:00 2001 From: omarx11 Date: Mon, 16 Sep 2024 06:54:35 +0300 Subject: [PATCH 1/2] docs: removed duplicated variable --- docs/variables.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/variables.md b/docs/variables.md index af13f3c1435..68e86f430a4 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -586,12 +586,6 @@ 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 - - ⬜️ - From 8181ddab85f638718f23cdecae29246e097a5765 Mon Sep 17 00:00:00 2001 From: omarx11 Date: Mon, 16 Sep 2024 16:49:02 +0300 Subject: [PATCH 2/2] Updated RCON commands documentation and added RCON_CMDS_FIRST_CONNECT --- docs/variables.md | 52 ++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/docs/variables.md b/docs/variables.md index 68e86f430a4..eaed4fb6b0a 100644 --- a/docs/variables.md +++ b/docs/variables.md @@ -563,29 +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 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. + + ⬜️ +