Plugins Install and Configurations

AmxBans  

Files

amxmodx/plugins

amxmodx/data/lang

amxmodx/config

Config Files Steps

1) Copy Files listed above into target directories

2) Update amxbans.cfg and plugins-amxbans.ini

3) Update Sql.cfg file for database  ** Import Step assuming database is installed

4) Update Plugins.ini

; AMX Mod X plugins

amxbans_core.amxx 

amxbans_main.amxx 

; Admin Base - Always one has to be activated

;admin.amxx ; admin base (required for any admin-related)

;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

AmxBans updates to Plugins.ini

Update Default DOD Plugins.ini as follows

; AMX Mod X plugins

amxbans_core.amxx 

amxbans_main.amxx 


; Admin Base - Always one has to be activated

; admin.amxx ; admin base (required for any admin-related) COMMENTED OUT FOR AMXBANS

;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)


; Basic

admincmd.amxx ; basic admin console commands

adminhelp.amxx ; help command for admin console commands

adminslots.amxx ; slot reservation

multilingual.amxx ; Multi-Lingual management


; Menus

menufront.amxx ; front-end for admin menus

cmdmenu.amxx ; command menu (speech, settings)

plmenu.amxx ; players menu (kick, ban, client cmds.)

telemenu.amxx ; teleport menu (Fun Module required!)

mapsmenu.amxx ; maps menu (vote, changelevel)

pluginmenu.amxx ; Menus for commands/cvars organized by plugin


; 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


; Map related

nextmap.amxx ; displays next map in mapcycle  ** will be turn off with Map plugin

mapchooser.amxx ; allows to vote for next map ** will be turn off with Map plugin

timeleft.amxx ; displays time left on map


; Configuration

pausecfg.amxx ; allows to pause and unpause some plugins

statscfg.amxx ; allows to manage stats plugins via menu and commands


; Day of Defeat

stats.amxx ; stats on death or round end (DoD Module required!)

statssounds.amxx ; precache plugin for stats plugins

stats_logging.amxx ; weapons stats logging (DoD Module required!)

; Custom - Add 3rd party plugins here

amxbans_fix

amxmodx/plugins

Runs task to perform "amx_reloadadmins" every 10 minus

amxmodx

amxmodx/plugin

amxmodx/data/lang

amxmodx/cfg

sounds/misc

Cvars

CVARS To edit in the adminmodx.cfg

adminmodx_sounds <0|1> - Off or On for the sounds

adminmodx_llama_chat_warnings 3 - Amount of times to warn a chatting llama not to talk too much

adminmodx_llama_chat_delay 10.0 - Amount of time in FLOAT between chats for a llama

adminmodx_burydepth 10 - The depth to bury people

adminmodx_team_1 Allies -  The team name for team 1 DoD=Allies, CS=Counter Terrorists, etc

adminmodx_team_2 Axis - The team name for team 2 DoD=Axis, CS=Terrorists, etc

slappower 0 - The default power of slaps

adminmodx_items_team_1 - The default weapons to give someone upon respawning them

adminmodx_items_team_2 - The default weapons to give someone upon respawning them

adminmodx_show_activity 2 - The default message level

0: print to callers console only

1: print to global chat

2: standard hud message as was for all previous versions

Commands


amx_ff

amxmodx\plugins

Commands

Amx_ff - 1|0 to turn friendly first ON or OFF

amx_ip

amxmodx/plugins

Commands

amx_ip player, Steamid

AMX_Parachute

amxmods/plugins

amx_parachute.amxx

config

models/parachute.mdl

amx.cfg - sv_parachute 1

Deagsmapmanager

Files

amxmodx/plugins

amxmodx/data/lang

Configuration

1) comment out mapchooser.amxx in plugin.ini file

2) Ensure following file are in amxmodx/config

----mapchoice.ini------- (RECOMMENDED): 

Insert maps here that will show up for the vote when all 5 nominations are not made. Maps will be randomly selected from this file to fill up the unused Nomination slots. If you use this file, it needs to have a minimum of 10-15 maps in it, the more the better! If you don't use this file, mapcycle.txt will be used instead, or allmaps.txt (if it exists) 


----standardmaps.ini---- (RECOMMENDED): 

Standard maps for the mod goes here, if this file is not created by the user, there will be no "custom" warnings IT needs to contain at least all of the valid maps for the mod. The purpose of this standardmaps.ini file is 

exactly what the purpose of the file was in BugBlatter's map plugin, the words (Custom) will be attached to all 

maps in the votemenu that are not listed here


----mapstoban.ini------- (OPTIONAL): 

Insert maps that users will never be able to nominate, and will never show up for a vote. Any map that is not put here can be nominated, if it is not the last <n> maps played 


----allmaps.txt--------- (OPTIONAL) -- Using Mapcycle.txt

Maps in this file will show up on say "listmaps" command. If this file does not exist, the plugin will use mapcycle.txt instead. Put all maps that are on your server in this file, even if they are not in your mapcycle 


----dmaptags.ini-------- (OPTIONAL) 

This file contains tags to show in the vote menu after the map name. The format of the file is simple:


map_name Tag goes here


The tag for a map can be up to 32 characters (spaces allowed; quotes not required). Any line starting with a semicolon will be treated as a comment.

dod_anti_afk

amxmodx/plugins

Cvars:

afk_admin_immunity (0 or 1) - give immunity to admins

afk_admin_immunity 1 (DEFAULT)

afk_checktime - how often (in seconds) to check for AFKers 

                (players that are AFK for this long will be kicked)

 afk_checktime 120  - DEFAULT is 240 seconds 4 mins.. 

dod_adminslots

amxmodx/plugin

Config

amxmodx/data/lang

Cvars:

amx_reservation  1/0 

amx_hideslots 1/0

dod_classmenu (do not have source)

Not sure..    allow player to change classes

dod_fieldmedic_H

Files

amxmodx/plugins

sound/player

Config

Update amx.cfg file with settings. 

dod_eviladmin  (do not have source)

amxmodx/plugins

Commands

amx_evilslay

amx_evilslowdown

amx_evilmelee

amx_evilmirrordmg

amx_evillowhealth

amx_evilglow

amx_evilstfu

amx_evilpimpslap

amx_evilbury

amx_evilkick

amx_evilvision 

amx_evilnoprone


dod_freeclass (do not have source)

amxmodx/plugin

Cvars:

N/A

Commands

amx_dodfreecl  "force player into random classes"

dod_meleebonus

amxmodx/plugins

CVARs: 

dod_meleebonus "1" Turn On(1)/Off(0)

dod_meleebonus_hp "10" health to add for each melee kill

dod_nonades (Used specific Maps to turn off Nades)

amxmodsx/Plugins

CVars:

dod_nonades_immunity <0|1> - Obey immunity (default 1)

Commands: (access level ADMIN_CFG required)

dod_nadeforall

amxmodsx/Plugins

CVars:

dod_nadeforall "1"  = Turn on(1)/off(0)

dod_nadeforall_snipers "1" = Turn on(1)/off(0) nade for snipers

dod_nadeforall_mgs "1" = Turn on(1)/off(0) nade for mgs

dod_nadeforall_rockets "1" = Turn on(1)/off(0) nade for rockets


dod_ninja (Map Specific Plugin)

amxmodx/plugins

Models

Cvars:

dod_ninja_health - Amount of health the ninja gets, default is 600

dod_ninja_visibility - How invisible is the ninja, default is 100, range is 0 (completely invisible) to 256 (normal)

dod_ninja_self - Allow users to ninja themselves by typing /ninja into chat, 0 is off(default), 1 is on

dod_ninja_random  - Turn on the random Ninja mode, 1 person is selected to be a ninja, 0 is off(default), 1 is on

dod_ninja_everyone - Turn on ninja madness mode, everyone is a ninja all the time, 0 is off(default), 1 is on


Commands

amx_ninja - Ninja a Player

say /ninja - Ninja yourself

dod_ninjamenu  - Dod Ninja options menu

dod_oneweaponmod

amxmodx/plugin

dod_parachute

amxmodx/plugins

Cvars:

sv_parachute "1"   = 1/0  enable/disable plugin

dod_Prisoner (do not have source)

amxmodx/plugin

Cvars:

dod_prisoner 1   = dod_prisoner 1/0 on/off

dod_teammanager

amxmodx/plugins

amxmodx/data/lang

 CVARs:

dod_teammanager_autobalance <1/0> =  enable/disable automatic balancing

dod_teammanager_playerdiff <amount > =  sets amount of players that a team  can have more than the other before the plugin balances the teams!  (default is 1, so the plugin balances once there are 2 players difference)

dod_teammanager_adminimmunity <1/0> =  enable/disable admins' immunity  from being switched by AutoTeamBalancing

dod_teammanager_ignorebots <1/0> =  enable/disable excluding bots from  all actions

dod_teammanager_autoteamjoin <1/0> =  enable/disable auto assigning new players to the smaller team

dod_teammanager_nochangedeath <1/0> =  enable/disable "soft" killing of players that swith team  (deaths won't be increased!)

dod_teammanager_spectatorlock <1/0> =  lock/unlock Spectators by default

dod_teammanager_teamslayfx <1/0> =  enable/disable special effects for teamslay (fire explosion)


ADMIN COMMANDs:

amx_teamlock <teamname> =  lock/unlock specified team

amx_axis <player>  =  switch player to axis

amx_allies <player>          =  switch player to allies

amx_spec <player>          =  switch player to spec

amx_lock <player>            =  lock/unlock player to/from his current team

amx_slayteam <teamname>       =  slay specified team (admins stay alive!)

amx_adminteam <teamname> =  switch all admins to specified team and all public players to the opposite team.  (admin team will be auto-locked)

amx_swapteams                 =  switch axis to allies and vice versa  (including admins!)

amx_kickteam <teamname>       =  kick all players of specified team  (admins excluded!)

amx_balanceteams             =  remove team locks and balance

Flamethrower  (do not have source)

amxmods/plugins

Config

Update amx.cfg file with settings. 

grap_plus

amxmodx/plugins

amxmodx/data/lang

Commands

amx_grab

grab_toggle

+grab -grab

+push -push

+pull -pull

drop

Hats02

amxmodx/plugins

config

amxmodx/data/lang

amxmodx/configs

holyslap

Plugin

amxmodx/plugins

Commands

amx_holyslap

mespec

amxmodx/plugin

Commands

say /mespec

say_team /mespec

mespec

say_command

amxmodx/plugins

amxmodx/configs

Does create a say_command_Log.log file.. 

Use to manage /rules /news /dfa...  commands in the ini file

TODO:

server_binds.amxx

;dod_bot_dmg.amxx

;syns_shrike_control.amxx

xxxxxxxCmd_Search.amxx ; Search the commands for keywords  seems TO BE WORKING

;amxx_logger.amxx ; Player Tracker ; ALREADY DISABLED 

spyadmin.amxx ; Allows admin to turn off flags from showing while playing..  

command_logger.amxx debug  ; Need My SQL I believe gets error

;amx_aimbotdetect.amxx debug    iNDEX OUT OF BOUNDS ERRORS  amx_cloak commands

; Server Binds  defines Rules, News and DFA_News commands

server_binds.amxx

;mapmanager.amxx ; Nominations plugin for maps (Deags' & Big Baller)

;servermaps.amxx ; already disabled

;dod_antireset.amxx

;syn_player_namer.amxx debug

;amx_spray.amxx