The Admin Mod Default Plugins

The following plugins are provided with Admin Mod. A brief description of each one is provided as well. To get into the meat of what each plugin does, go to the Admin\scripting\examples directory, where you will find the plugins in their original uncompiled text format with .sma extensions. Opening these .sma files in a text editor will allow you to examine the contents of each plugin and to learn specifically about how they work.

 

(Note: Don't ask us to make each of you your own command list - read the files yourself. This is not kindergarten)

 

   =)

 

plugin_antiflood.amx

This plugin will prevent overly talkative players from spamming the server and also prevents some exploits by putting a limit on the number of times players can speak or execute Admin Mod commands in any given time period.

 

plugin_base.amx

This plugin contains the main, core admin mod functions, such as kicking and banning, admin_say and csay (etc.), user lists, rcon access, and the like.

 

plugin_chat.amx

Contains a few commands for responding to chat messages (currentmap, timeleft, nextmap).

 

plugin_cheat.amx

Includes actions which would generally be considered cheating by a player during a game. Includes godmode, noclip, stack, teleport, etc.

 

plugin_fun.amx

Fun mode commands are provided in this plugin, including (but not limited to) disco mode, glow commands, and - well - anyhow....

 

plugin_hldsld_mapvote.amx

Contains AM commands to cancel vote, deny map and start vote, as well as public "say" style commands to do similar tasks plus actually participate in the votes.

 

plugin_message.amx

Shows message on connect as well as the periodic center_say message. There are no commands provided in this plugin, just functionality.

 

plugin_retribution.amx

Contains commands for dealing with cheaters, llamas, and the like. Includes such commands as slay, slap, gag, llama, ungag, unllama, etc.

 

 

The following plugins provide functions for specific Mods, to ensure Admin Mod comptability with all supported Mods they are disabled by default. If you wish to use these plugins you will have to edit your plugin.ini file and enabled them. For more detail on how to do this see the manual section Setting up your plugin.ini file.

 

 

plugin_TFC.amx

Provides commands specific to and to be used with TFC game servers. Includes team balancing, changing teams, prematch setting.

 

plugin_CS.amx

Contains commands to be used specifically and only with Counter-Strike game servers. Includes commands like weapon restrictions, ability to force players to join either the Counter-Terrorist or Terrorist teams, restartround, etc.