An extension to SourceMod's plugin management system.
Basically wraps around SourceMod's sm plugins
management subcommands with added functionality:
- Accessible by root admin users in-game as
sm_plugins
and via console additionally viaplugins
. enabled
anddisabled
subcommands are implemented similar to DarthNinja's Plugin Enable/Disable plugin to persist plugin load state between level changes.refresh_stale
reloads plugins that have been updated recently.- Multiple plugins can be specified after generally single-plugin commands, allowing the specified action to be applied to all of them.
- Regular expressions are supported by passing in an argument surrounded by forward slashes (e.g.,
plugins info /base/
).
- Regular expressions are supported by passing in an argument surrounded by forward slashes (e.g.,