GoldSource Addons
by GameAP
19 downloads
v0.9.0
Description
GameAP plugin for managing Metamod and AMX Mod X on GoldSource servers
(Half-Life 1, Counter-Strike 1.6, etc.). It adds a "Plugins" tab to the server
page: platform status, the plugin list from plugins.ini grouped by section,
enable/disable, per-plugin debug flag and comments, delete, install from file
and config editing.
Features
- Metamod / AMX Mod X cards: installed · inactive · not installed, version from the server console, plugin counters.
- Plugin table (AMXX and Metamod): status (Running / Awaiting restart /
Error
bad load/ File missing / Disabled), version and author from the console, search, filter, bulk actions. - Grouping by
plugins.inisections (; Basic,; Menus, …): each named section becomes a group; plugins that are not under any header (single plugins and header-less blocks) are collected into a common "Other" group. When no section is recognizable the list falls back to a flat view. - Per-plugin comments (the inline
; ...after an entry) are shown and can be edited; thedebugload flag of AMX Mod X plugins is shown and can be toggled. - Enable/disable — commenting the line in
plugins.ini, byte-preserving the rest of the file (CRLF, BOM, CP1251 comments). - Pause/unpause of an AMXX plugin from the list — the
amxx pause <file>/amxx unpause <file>console commands via RCON, applied instantly, without a restart; the button is available when the server is online and RCON is working. - Install from file:
.amxxfor AMX Mod X,.so/.dllfor Metamod (the file is uploaded through the file manager and then registered in the ini)..smais rejected with a hint to compile it first. Re-uploading an already installed plugin overwrites the file with the new version (force); theplugins.iniline stays in place. - Editing a plugin config (
configs/<name>.cfg|.ini) in a modal.