Plugins
Plugins attempts to discover which server-side plugins are installed on the server you are currently connected to. This is useful for reconnaissance — knowing what plugins a server runs can help you understand its anti-cheat, protection systems, and available features before deciding on a strategy.
When enabled, the module runs through up to three different discovery methods in sequence and automatically disables itself once any one of them succeeds. Results are printed directly to your in-game chat. If none of the enabled methods returns a response within the allowed time, the module gives up and disables itself with a timeout message.
The three methods work as follows: Slash sends the standard /plugins command; ColonSlash sends /bukkit:plugins as a fallback for servers that have blocked the plain /plugins command; and TabComplete exploits tab-completion suggestions to infer a plugin list without sending a chat command at all — this method may not reveal every plugin, but it works on servers where both command approaches are blocked.
Category: Exploit Enabled by default: No
Settings
| Setting | Type | Default | Range | Description |
|---|---|---|---|---|
| Try | Multi-Select | Slash, ColonSlash, TabComplete | Slash, ColonSlash, TabComplete | Which discovery methods to attempt, and in what combination. Deselect any method to skip it entirely. |
Last updated: 2026-06-08 — Based on source code