Get notification on your discordserver when someone is using multiclient!
- Clone the repository
git clone https://github.com/crilleaz/TFS-Multiclient-Discord
- Setup
Move content of globalevents/scripts into your TFS1.*-server, replace existing ones
Update globalevents.xml (see example in globalevents.xml)
Import mc_check.sql into your database
Edit database details and discord webhook in dc_offload_multiclients.php
Add cronjob for the webhook:
$sudo crontab -e
* * * * * php -e /path/to/dc_offload_multiclients.php
Crilleaz