crilleaz / TFS-Multiclient-Discord

Get notification on your discordserver when someone is using multiclient!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TFS-Multiclient-Discord

Get notification on your discordserver when someone is using multiclient!

image

Installation

  1. Clone the repository
git clone https://github.com/crilleaz/TFS-Multiclient-Discord
  1. 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

Discord

Crille#6623

About

Get notification on your discordserver when someone is using multiclient!


Languages

Language:Lua 52.6%Language:PHP 47.4%