amxmodx/configs/plugins.ini

28 lines
1.1 KiB
INI
Raw Normal View History

2004-03-08 07:29:09 +03:00
; AMX Mod X plugins
;;One of these is required
2004-03-08 07:29:09 +03:00
admin.amx ; admin base (required for any admin-related)
2004-06-29 07:45:51 +04:00
;admin_sql.amx ; admin base - MySQL version (comment admin.amx)
;;These are for basic admin things
2004-03-08 07:29:09 +03:00
admincmd.amx ; basic admin console commands
adminhelp.amx ; help command for admin console commands
adminslots.amx ; slot reservation
menufront.amx ; front-end for admin menus
cmdmenu.amx ; command menu (speech, settings)
plmenu.amx ; players menu (kick, ban, client cmds.)
2004-03-24 11:30:49 +03:00
;restmenu.amx ; restrict weapons menu
2004-03-08 07:29:09 +03:00
;telemenu.amx ; teleport menu (Fun Module required!)
mapsmenu.amx ; maps menu (vote, changelevel)
2004-06-29 07:45:51 +04:00
;antiflood.amx ; prevent clients from chat-flooding the server
2004-03-08 07:29:09 +03:00
adminchat.amx ; console chat commands
adminvote.amx ; vote commands
nextmap.amx ; displays next map in mapcycle
timeleft.amx ; displays time left on map
mapchooser.amx ; allows to vote for next map
scrollmsg.amx ; displays a scrolling message
imessage.amx ; displays information messages
;welcomemsg.amx ; displays motd @ client connection
2004-03-08 07:29:09 +03:00
pausecfg.amx ; allows to pause and unpause some plugins