----------------
PLUGIN ADMIN MENU
----------------

This menu has six static main categories. The first five do have their own
*.cfg file, containing Command:Accesslevel. (Accesslevel is optional!)

With command "admin_menu" in chat or player console the menu is executed.
(accesslevel ACCESS_MAP is needed!)

The 6th category "Saved Commands" has its own individual *.cfg file, which
will be generated automatically.(STEAM_ID-of-admin.cfg)

This gives the possibility to save commands with their parameters for each admin.
The admin can execute them again or delete them or create a new ones in the first
five categories.

Last command can be executed again with new main menu entry 7.

ADMINS with accesslevel ADMIN_RCON (65536) can add new commands or delete commands
globally in each categorie. For example adding new maps in [MAP SELECT].

----------------
* Installation:
----------------
Main folder of *.cfg file is: addond/adminmod/config/ammenu/
- Player : playercommands.cfg
- Map : mapcommands.cfg
- Server : servercommands.cfg
- Vote : votecommands.cfg
- Other Cmds/Cvars : othercommands.cfg
- Map Select : maps.cfg (are important for map commands, of course)

The files of admins with their steam_id will be added automatically in this folder.

* adminmod.cfg:
- amv_enable_beta "menu1" must be set in adminmod.cfg.
- file_access_read and file_access_write must be set to 1.
- allow_client_exec 1, for "old" menus be closed, before a new one gets called.

If there are some commands, which execute something on players and do not work with menu, 
please send an email to sirdrinkalot@admin-mod.de.These plugins perhaps need to be edited, too.

*maps.cfg:
Copy all map names to this file, so an admin is allowed to change, vote etc.

----------------
* Hints:
----------------

Functions of this menu-plugin:
--------------------------------
The config files, which are loaded by the menu, contain all admin commands, 
which are given by other admin mod plugins.
If you chose a command in the menu and if you add the command's data in chat,
all data will be passed to the original plugin. It will be executed by this plugin!

Unfortunately, the menu plugin can not return the error message of the original plugin.
Therefore, please take a look in console, whether the original plugin gives a hint. 
(perhaps wrong accesslevel(!) for permission to execute this command).

As you can see in the example cfg files, sometimes instead of command:accesslevel description:999999 
is used. The menu structure can be improved by this.

The commands/maps of each file are limited to 100. 
If you want to change this, take a look into the *.sma file.
At the top, you will find MAX_COMMANDS 100. Increase it and recompile the plugin.

