Difference between revisions of "Commands"
Ryan Rawdon (talk | contribs) |
m (→/ban) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Here's a list of all known commands that you can perform without extra modules implemented. Note that some are admin only, some don't have output returns, others have tricky (read: buggy) syntax/output. [[Raw_commands]] aren't included here. | Here's a list of all known commands that you can perform without extra modules implemented. Note that some are admin only, some don't have output returns, others have tricky (read: buggy) syntax/output. [[Raw_commands]] aren't included here. | ||
− | |||
− | |||
List is not completed. For more commands, view [http://static.soldat.pl/man/manual-en.html#KOMENDY here]. | List is not completed. For more commands, view [http://static.soldat.pl/man/manual-en.html#KOMENDY here]. | ||
Line 35: | Line 33: | ||
''Syntax'' | ''Syntax'' | ||
/ban <[[Player_ID|player-id]]> | /ban <[[Player_ID|player-id]]> | ||
− | /ban < | + | /ban <player-name> {{Comment|1=case-sensitive}} |
''Example'' | ''Example'' | ||
/ban 2 {{Comment|1=Bans player with ID 2}} | /ban 2 {{Comment|1=Bans player with ID 2}} |
Latest revision as of 18:02, 12 August 2013
Here's a list of all known commands that you can perform without extra modules implemented. Note that some are admin only, some don't have output returns, others have tricky (read: buggy) syntax/output. Raw_commands aren't included here.
List is not completed. For more commands, view here.
Contents
/addbot
Level: Admin only Where: Server Syntax /addbot<team> <bot-file-name> [!] team is an integer (0-5), bot-file-name without path or extension, case sensitve Example /addbot Billy [!] Adds Billy to the game (no team) /addbot2 Terminator [!] Adds Terminator to Bravo team Output Billy has joined the game. Terminator has joined Bravo team.
Note: Team 5 is for spectators
/adminlog
Level: Player Where: Client->Server Syntax /adminglog <admin-pwd> Example /adminglog Rxz12F Output [Server message] <player-name> tried to login with bad admin password. [!] On fail [Server message] <player-name> added to game admins. [!] On success
/ban
Level: Admin only Where: Server Syntax /ban <player-id> /ban <player-name> [!] case-sensitive Example /ban 2 [!] Bans player with ID 2 /ban .:Major:. [!] Bans Major Output IP xxx.xxx.xxx.xxx has been banned from console.
/unban
Level: Admin only Where: Server Syntax /unban <IP-number> /unban <IP-number> Example /unban 87.189.16.194 [!] Unbans IP 87.189.16.194 (Console)Output IP number 87.189.16.194 unbanned.