With AMX Map Handler you just put the maps into your server and don't
have to worry about editing mapcycle.txt or maps.ini, since this is
done automatically.
List of features:
* Autoupdates maps.ini (remove a map from /maps/ and after next mapchange maps.ini will be updated accordingly. Move it back and any description you gave the map will still be there.
* Command to generate mapcycle to any file, like mapcycle.txt

* amx_listmaps command to list maps in "amx_help" page printing style (amx_mh_page is a cvar that tells how many maps should be displayed on each page). It completely replaces the client "listmaps" command (which can overflow the client!), and also works on server console.
* amx_randommap chooses a random map and changes to it
* NEW in 0.5: listmaps command now also takes wildcards, so you can display all maps consisting of the wildcard like this:
plugin----- Maps matching "de_" -----
18: de_airstrip
19: de_aztec
20: de_cbble
21: de_chateau
22: de_dust
23: de_dust2
24: de_dust_castle
25: de_dustybleek
26: de_inferno
27: de_meta_16x16
28: de_meta_8x8
29: de_meta_snow_16x16
30: de_museum
31: de_nuke
32: de_piranesi
----- Use 'listmaps de_ 33' to find more -----