Plugin commands
From HLSW Wiki
Contents |
[edit]
Half-Life
[edit]
Plugin name: AMX Mod X
Command Overview: http://wiki.amxmodx.org/index.php/Commands_(AMX_Mod_X)
| command | description |
|---|---|
| amx_kick <name or #userid> [reason] | Kicks a player. |
| amx_ban <time> <name or #userid> [reason] | Bans a player. |
| amx_addban <minutes> <authid or ip> [reason] | Adds a ban to the server banlist. |
| amx_slay <name or #userid> | Slays a player. |
| amx_slap <name or #userid> [damage] | Slaps a player for variable damage. |
| amx_leave <tag> [tag1] [tag2] [tag3] | Kicks all players not wearing one of the tags. |
| amx_nick <original name> <new name> | Changes Users Name. |
[edit]
Plugin name: AdminMod
Command Overview: http://www.adminmod.org/help/online/Admin_Mod_Reference/Admin_Mod_Commands.htm
| command | description |
|---|---|
| admin_ban <target or ID or IP> [<minutes>] ['ip'] | Bans target. 0 minutes is a permanent ban. |
| admin_banip <target or ID or IP> [<minutes>] | Bans targets ip address. 0 minutes is a permanent ban. |
| admin_kick <target> [<reason>] | Kicks target. |
| admin_bury <target> | Bury target in the ground. |
| admin_execclient <target> <command> | Force target to execute command. |
| admin_gag <target> [<minutes>] | Gag target. 0 minutes is a permanent gag. |
| admin_llama <target> | Llama-fy target. |
| admin_slap <target> | Slaps target. |
| admin_slay <target> | Slays target. |
| admin_slayteam <team> | Slays everyone on team. |
| admin_unbury <target> | Un-Bury target from the ground. |
| admin_ungag <target> | Ungag target. |
| admin_unllama <target> | Unllama-fy target. |
[edit]
Plugin name: ClanMod
Command Overview: http://docs.unitedadmins.com/clanmod/en/
Command Overview: http://www.big-manitu.com/clanmod/clanmod1811.html
| command | description |
|---|---|
| cm_clexec <parameters> | Causes a command to be executed on the targer client(s) |
| cm_kick <ID, IP, Name, Teil des Namens oder #id> | Kickt einen Spieler aus dem Spiel. Kann nicht an Admins mit Level O ausgeführt werden. |
| cm_ban <Maske für den Namen, WONID oder IP> | Bant den betreffenden Spieler. |
| cm_banid <mask> Bans the player matching <mask> | See cm_banid server command for more info. |
| cm_kick <mask> Kicks the player matching <mask> | See cm_kick server command for more info. |
| cm_bury | This will allow you to bury a player in the ground |
| cm_unbury | using cm_unbury will reverse the effect of cm_bury |
| cm_gag | Will allow you to gag a player, this will prevent him from using say/team_say, |
| cm_ungag | will reverse the effect of cm_gag |
| cm_glow <Maske für den Namen, WONID oder IP> <color> | Spieler beginnt zu leuchten.
Note: colors set in titles.cfg: cm_string 147 "Farbtext für Rot" Standard (UA): red cm_string 148 "Farbtext für Blau" Standard (UA): blue cm_string 149 "Farbtext für Grün" Standard (UA): green cm_string 150 "Farbtext für Weiss" Standard (UA): white cm_string 151 "Farbtext für Gelb" Standard (UA): yellow cm_string 152 "Farbtext für Rosa" Standard (UA): pink cm_string 153 "Farbtext für Türkis" Standard (UA): turquoise |
| cm_unglow <Maske für den Namen, WONID oder IP> | Spieler hört mit dem leuchten auf. |
[edit]
Half-Life2
[edit]
Plugin name: Mani Admin Plugin
Command Overview: http://www.mani-admin-plugin.com/mani_admin_plugin/documentation/mani_admin_commandnames.htm
| command | description |
|---|---|
| ma_aban_name <a player name> <ban time> | Adds a players name to the autokick_name.txt list. When a player then joins with that name, they are automatically banned |
| ma_aban_pname <a partial player name> <ban time> | Adds a partial name to the autokick_pname.txt list. When a player then joins with a name that has a partial match to the added pname, they are automatically banned |
| ma_akick_ip <ip address> | Adds an ip address to the autokick_ip.txt list. When a player then joins with an ip address that has a match to the added ip address, they are automatically kicked |
| ma_akick_name <a player name> | Adds a players name to the autokick_name.txt list. When a player then joins with that name, they are automatically kicked |
| ma_akick_steam <steam id> | Adds a steam id to the autokick_steam.txt list. When a player then joins with a steam that has a match to the added steam id, they are automatically kicked |
| ma_ban <player name, partial player name, steam id or user id> <ban time> | Bans a player by steam id, with optional ban time, if no ban time is specified then it is assumed to be a permanent ban |
| ma_banip <player name, partial player name, steam id or user id> <ban time> | Bans a player by ip address, with optional ban time, if no ban time is specified then it is assumed to be a permanent ban |
| ma_gimp <player name, partial player name, steam id or user id> 1/0 | Turns the player into a gimp and changes their name to one set in gimpphrase.txt |
| ma_kick <player name, partial player name, steam id or user id> | Kicks a player from the server |
| ma_mute <player name, partial player name, steam id or user id or #all for all players> 1/0 | Mutes a player |
| ma_slap <player name, partial player name, steam id or user id or #all for all players> [optional damage amount] | Slaps a player on the server with a specified damage amount, if no damage is specified then 0 damage is assumed |
| ma_slay <player name, partial player name, steam id or user id or #all for all players> | Slays a player on the server if they are alive |
| ma_spec <player name, partial player name, steam id or user id> | Force a player to the spectators |
| ma_swapteam <player name, partial player name, steam id or user id or #all for all players> | Swaps a player to the opposite team |
