Skip to content
George Michaelides edited this page Mar 8, 2015 · 1 revision

The callback

    public delegate void CommandExecute(IServer server,
                                        NetConnection connection, 
                                        string command, 
                                        IList<string> arguments);

Commands

Commands marked with -pwd require password

Common

help Show command help

echo Display messages

setpwd -pwd Set new password

Usage: /setpwd [old password] [new password]

Server Management

kick -pwd Kick client

Usage: /kick [password] [IP:Port]

showclients Show all the connected clients

Clone this wiki locally