From 7eaa70bd49b468c064e5d45db642ec9134aa5952 Mon Sep 17 00:00:00 2001 From: DaVaR Date: Sun, 8 Jan 2023 14:15:11 -0600 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c863a6..f1c0db2 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ FS22 Multiplayer Dedicated Server Companion saves all chat data to the current savegame and gives more control over dedicated servers. __Features__ -- Chat Logger - Logs player chats and saves them to active savegame as ChatLogger.xml -- Auto Admin - Admins can set to have them set as admin every time they join server in future. -- Chat Commands - Change settings with chat commands. -- Expand Link XML - Expand data output in server's Link XML API. +- [Chat Logger][Chat Logger] - Logs player chats and saves them to active savegame as ChatLogger.xml +- [Auto Admin][Auto Admin] - Admins can set to have them set as admin every time they join server in future. +- [Chat Commands][Chat Commands] - Change settings with chat commands. +- [Expand Link XML][Expand Link XML] - Expand data output in server's Link XML API. __Chat Logger__ - - Logs player chats and saves them to active savegame and in modSettings folder as ChatLogger.xml +- Logs player chats and saves them to active savegame and in modSettings folder as ChatLogger.xml ```lua @@ -17,4 +17,13 @@ __Chat Logger__ -``` \ No newline at end of file +``` + +__Auto Admin__ +- Admins can set to have them set as admin every time they join server in future. + +__Chat Commands__ +- Change settings with chat commands. + +__Expand Link XML__ +- Expand data output in server's Link XML API. \ No newline at end of file