Commands for player and wipe info?Solved
Hey,

i recently became admin of a quite popular server.
We got oxide so far and a few small plugins. I'd like to have an algorithm that listens to the chat and reacts to things like !players, !wipe etc. 
I got experience in c++ and python so coding itself should not be a problem. I got no idea about rust though and could need help.
It would be super if anyone could enlighten me.

Cheers mav!

Those would be called chat commands, and the majority of plugins on our site provide them. Player List, Wipe Info, etc. can be found under the Plugins section.
There is another way to do it with RustAdmin -> Triggered Commands. Maybe you ought to take a look at it basically you could write a program that connects to your server rcon and listen for specific keywords to do specific actions.
In response to Wulf ():
Those would be called chat commands, and the majority of plugins on our site provide them. Player Li...
We do use the PlayerList plugin. But where do i found something about the syntax that i have to use? The Plugin-page itself doenst really help me with showing where i have to write the code.
In response to ():
We do use the PlayerList plugin. But where do i found something about the syntax that i have to use?...
If you want to create plugins yourself - take a look at those which exist already. You'd need to learn c#, but taking into account that you have c++ exp. it shouldn't be much of a problem.
Locked automatically