MinoMino / minqlx

Extends Quake Live's dedicated server with extra functionality and scripting.
GNU General Public License v3.0
110 stars 42 forks source link

plugins #100

Closed kikson112 closed 3 years ago

kikson112 commented 3 years ago

i have problem with plugins, console say ok but in game commands not work i need load it all the time

any tip ?

em92 commented 3 years ago

@kikson112 did you set qlx_plugins?

kikson112 commented 3 years ago

yes its set and all plugins are loaded ok when server up, but in game didnt work.

[minqlx.late_init] INFO: Loading preset plugins...
[minqlx.load_plugin] INFO: Loading plugin 'plugin_manager'...
[minqlx.load_plugin] INFO: Loading plugin 'ban'...
[minqlx.load_plugin] INFO: Loading plugin 'essentials'...
[minqlx.load_plugin] INFO: Loading plugin 'motd'...
[minqlx.load_plugin] INFO: Loading plugin 'permission'...
[minqlx.load_plugin] INFO: Loading plugin 'silence'...
[minqlx.load_plugin] INFO: Loading plugin 'clan'...
[minqlx.load_plugin] INFO: Loading plugin 'names'...
[minqlx.load_plugin] INFO: Loading plugin 'log'...
[minqlx.load_plugin] INFO: Loading plugin 'workshop'...
[minqlx.load_plugin] INFO: Loading plugin 'fun'...
[minqlx.late_init] INFO: Stats listener started on tcp://127.0.0.1:27960.
[minqlx.late_init] INFO: We're good to go!
Hitch warning: 3170 msec frame time
I: 20-11-08 12:33:35 zauth: ZAP request mechanism=NULL ipaddress=127.0.0.1
I: 20-11-08 12:33:35 zauth: - allowed (NULL)
I: 20-11-08 12:33:35 zauth: - ZAP reply status_code=200 status_text=OK
Hitch warning: 805 msec frame time
em92 commented 3 years ago

in game didnt work

Did not understand, what you mean. What do you do in game and what do you expect?

kikson112 commented 3 years ago

no works !balance, not show elos, !teams just plugin not work

em92 commented 3 years ago

You need to add "balance" plugin to qlx_plugins

kikson112 commented 3 years ago

i added but still not works,

issue solved, i used em92 mybalance and all works like a charm.