Fix load MOTD & server website button in tab using a configurable ConVar or motd.txt file
- Install CounterStrike Sharp and Metamod:Source
- Download FixLoadMotd.zip from releases
- Extract and upload to your game server:
game/csgo/addons/counterstrikesharp/plugins/FixLoadMotd/
You have two options to configure the MOTD URL:
Add the ConVar to your server configuration file (e.g., cfg/server.cfg):
motd_url "https://your-website.com/"
Create or edit the motd.txt file in your game/csgo/ directory:
https://your-website.com/
Note: The ConVar takes priority over the motd.txt file. If motd_url is set, the plugin will use it instead of reading from motd.txt.
