Hi all, I´m new to MAM and I have very little programming skills, anybody knows where I can find information on creating new users commands?
Example:
Like !kicklaggers
to call a funtion wicht kick every player with more than 100 ping.
I have a php with this
PHP
<?php
$mod->registerCommand("kickthemall", false, "ktm");
function ktm($param) {
kick them all code
}
?>
Alles anzeigen
Also any guide on creating custom php plugins is welcome.
thanks!