From bf79e177e308919f6fdba167bd71d10ed9417b62 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Thu, 29 Jul 2004 11:49:02 +0000 Subject: [PATCH] better formatting | .amxx instead of .amx --- configs/plugins.ini | 57 +++++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 23 deletions(-) diff --git a/configs/plugins.ini b/configs/plugins.ini index 8cc80b34..71980540 100755 --- a/configs/plugins.ini +++ b/configs/plugins.ini @@ -1,27 +1,38 @@ ; AMX Mod X plugins -;;One of these is required -admin.amx ; admin base (required for any admin-related) -;admin_sql.amx ; admin base - MySQL version (comment admin.amx) +; Admin Base - Always one has to be activated +admin.amxx ; admin base (required for any admin-related) +;admin_sql.amxx ; admin base - MySQL version (comment admin.amxx) -;;These are for basic admin things -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.) -;restmenu.amx ; restrict weapons menu -;telemenu.amx ; teleport menu (Fun Module required!) -mapsmenu.amx ; maps menu (vote, changelevel) -;antiflood.amx ; prevent clients from chat-flooding the server -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 -pausecfg.amx ; allows to pause and unpause some plugins +; Basic +admincmd.amxx ; basic admin console commands +adminhelp.amxx ; help command for admin console commands +adminslots.amxx ; slot reservation +; Menus +menufront.amxx ; front-end for admin menus +cmdmenu.amxx ; command menu (speech, settings) +plmenu.amxx ; players menu (kick, ban, client cmds.) +;restmenu.amxx ; restrict weapons menu +;telemenu.amxx ; teleport menu (Fun Module required!) +mapsmenu.amxx ; maps menu (vote, changelevel) + +; Chat / Messages +adminchat.amxx ; console chat commands +;antiflood.amxx ; prevent clients from chat-flooding the server +scrollmsg.amxx ; displays a scrolling message +imessage.amxx ; displays information messages +adminvote.amxx ; vote commands +;welcomemsg.amxx ; displays motd @ client connection + +; Map related +nextmap.amxx ; displays next map in mapcycle +mapchooser.amxx ; allows to vote for next map +timeleft.amxx ; displays time left on map + +; Configuration +pausecfg.amxx ; allows to pause and unpause some plugins +statscfg.amx ; allows to manage stats plugins via menu and commands + + +; Custom - Add 3rd party plugins here