-
Notifications
You must be signed in to change notification settings - Fork 3
Server.CommandHost
George Michaelides edited this page Mar 8, 2015
·
1 revision
public delegate void CommandExecute(IServer server,
NetConnection connection,
string command,
IList<string> arguments);
Commands marked with -pwd require password
help Show command help
echo Display messages
setpwd -pwd Set new password
Usage: /setpwd [old password] [new password]
kick -pwd Kick client
Usage: /kick [password] [IP:Port]
showclients Show all the connected clients