; AMX Mod X plugins

; 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)

; 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.)
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
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.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
statsx.amxx		; stats on death or round end (CSX Module required!)

; Zombie Plague Special
; ========================
; --> Main Plugin
; ========================
zpsp_main/amx_settings_api.amxx
zpsp_main/zombie_plague_special_45.amxx
zpsp_assassin_fog.amxx

; ========================
; --> Special Classes (ALL DISABLED)
; ========================
; zpsp_special_class/zpsp_special_class_alien.amxx
; zpsp_special_class/zpsp_special_class_morpheus.amxx
; zpsp_special_class/zpsp_special_class_thanos.amxx
; zpsp_special_class/zpsp_special_class_sonic.amxx
; zpsp_special_class/zpsp_special_class_shadow.amxx
; zpsp_special_class/zpsp_special_class_goku.amxx
; zpsp_special_class/zpsp_special_class_frieza.amxx
; zpsp_special_class/zpsp_special_class_krillin.amxx

; ========================
; --> Zombie Classes
; ========================
zpsp_zombie_class/zpsp_zombie_classes.amxx

; ========================
; --> Human Classes
; ========================
zpsp_human_classes/zpsp_human_classes.amxx

; ========================
; --> Game modes (only clean collective modes)
; ========================
zpsp_gamemodes/zpsp_gamemode_canibal.amxx
zpsp_gamemodes/zpsp_gamemode_hotpotato.amxx
zpsp_gamemodes/zpsp_gamemode_tag.amxx
zpsp_gamemodes/zpsp_gamemode_deathmatch.amxx
zpsp_gamemodes/zpsp_gamemode_gravity.amxx
; DISABLED: boss-spam modes
; zpsp_gamemodes/zp_game_mode_assassin_vs_sniper.amxx
; zpsp_gamemodes/zp_game_mode_nightmare.amxx
; zpsp_gamemodes/zpsp_game_mode_remix.amxx
; zpsp_gamemodes/zpsp_game_mode_synapsis.amxx
; zpsp_gamemodes/zpsp_gamemode_shadow_vs_sonic.amxx
; zpsp_gamemodes/zpsp_gamemode_dbz.amxx
; zpsp_gamemodes/zpsp_gamemode_nemesis_Xtreme.amxx

; ========================
; --> Special Mode Scheduler (rare, announced Nemesis/Assassin/Survivor/Sniper)
; ========================
zpsp_mode_scheduler.amxx

; ========================
; --> Custom Zombie Skills
; ========================
zpsp_custom_zombie_skills.amxx

; ========================
; --> Additions
; ========================
;zpsp_addon_first_zombi_helper.amxx  ; disabled: first infection now targets ONE mother zombie only
zpsp_first_zombie_buff.amxx           ; mother zombie: 2x HP + invisible for 3s
zpsp_balance_tweaks.amxx              ; infection-bomb blocked when <=3 humans remain
zpsp_nemesis_tweaks.amxx              ; nemesis: forced-low bullet knockback + ctrl+space leap
zp_thunder_weapons.amxx
zp_lasermine_28.amxx

; ========================
; --> Knife models (must load before VIP system)
; ========================
crx_knife_models.amxx

; ========================
; --> VIP System
; ========================
zpsp_vip_system.amxx
zpsp_vip_buy_modes.amxx

; ========================
; --> Extra Items
; ========================
zp_extra_golden_gutar.amxx
zpsp_extra_elemental.amxx
zp_unlimited_clip.amxx
zp_tryder.amxx
zp_jetpack_bazooka.amxx
;zp_flying_bat.amxx
zp_bat_pet.amxx
zpsp_extra_weapons_pack.amxx          ; 3 buyable extra weapons

; ========================
; --> Buyable modes & armor (custom)
; ========================
zp_buy_modes.amxx
zp_buy_armor.amxx

; ========================
; --> Server Tweaks
; ========================
zp_respawn_cmd.amxx
zp_admin_ammo.amxx
zp_ammo_save_map.amxx
zp_no_recoil.amxx
zp_register_system.amxx
;zp_parachute.amxx  ; disabled: W+Ctrl+Space disconnects players (CHECKPOINT.md)
;zp_bullet_damage_hud.amxx
zp_bullet_damage_circle.amxx
