Hi all,
i could not find any answers in the Forum and hope to get some help here.
i set up a dedicated Server with XonStat, XonStatdb and minqlx
Here are some questions:
1:
Do i Need XonStatDB if i use Xonstat fedder with following config:
root@debian:/home/steam/XonStat# cat feeder/cfg.json
2.
Should i use the Feeder to put the Player stats to qlstats.net or http://qlstats.net:8081/servers.html and Register the Server?
3.
how can i use !elo command ingame on my Server? Minqlx is installed with Default Settings but !elo or !elos does not generate any Output.
Really thank you for all your Support!
i could not find any answers in the Forum and hope to get some help here.
i set up a dedicated Server with XonStat, XonStatdb and minqlx
Here are some questions:
1:
Do i Need XonStatDB if i use Xonstat fedder with following config:
root@debian:/home/steam/XonStat# cat feeder/cfg.json
{As i understand the Feeder send the match stats to qlstats directly so i dont Need any own database.
[...]
"xonstatSubmissionUrl": "http://qlstats.net:8080/stats/submit",
"jsondir": "./ql-match-jsons/",
"logLevel": "DEBUG",
"servers": [
"ca01:127.0.0.1:27960/webermi"
],
"calculateGlicko": true
[...]
2.
Should i use the Feeder to put the Player stats to qlstats.net or http://qlstats.net:8081/servers.html and Register the Server?
3.
how can i use !elo command ingame on my Server? Minqlx is installed with Default Settings but !elo or !elos does not generate any Output.
Really thank you for all your Support!
11108 Hits
set zmq_stats_enable "1"
set zmq_stats_password "<your password here>"
That then allows the server to send stats to qlstats over TCP on the same port as the game port, so you must allow TCP on that port not just UDP through your server's firewall/router port forwarding as necessary.
And then add your server to one of the panels on http://qlstats.net:8081/servers.html with the zmq stats password you set (not rcon!).
For minqlx once it's installed by the instructions on https://github.com/MinoMino/minqlx all you need to do is add two lines to your server.cfg :
set qlx_owner "<your steamId64 here>" //or it won't know who you are
set qlx_plugins "plugin_manager, essentials, motd, permission, ban, silence, clan, names, log, workshop, balance"
The latter is adding 'balance' to the default set which is the plugin containing all the Elo related commands.
You don't need to edit any .py files or xonstat config at all