This plugin allows you to create an AdminMod (admin_) command for any server cvar/command. It should be mod independant, as long as AdminMod supports the mod.
Remember to review the config file  (addons/adminmod/config/mycommands.ini), and add some commands.

Entry in the config file:
<CommandType>;<ServerCommand>;<AdminModCommand>;<NeededAccess>;<Description>

Example:
1;mp_buytime;admin_buytime;512;Sets the buytime.

CommandType = 1 for server cvars
CommandType = 2 for server commands


Changelog:
1.0 - 1.1
Changed so you now define the admin command. That means you now can make admin_buytime instead of the "hard-coded" admin_mp_buytime.
Added support for non-value commands as "exit" and "restart".
Added admin_mycommands_reload command for adding any additions from mycommands.ini. (Note: This command wont remove any entries! Mapchange needed for that)
Added more comments to the source.
Misc stuff changed in the source.