Minecraft plugin PlugManX
Information about PlugManX and servers where it was found
🔌 About PlugManX
PlugManX is a Minecraft plugin for runtime plugin management on Bukkit/Spigot servers. It provides in-game and console commands to inspect installed plugins, control their lifecycle (enable/disable/load/unload/reload/restart), and produce plugin lists for debugging or auditing.
🎯 Purpose
The plugin is intended for server administrators and developers who need to manage or debug server-side plugins without performing a full server restart. It is primarily a tools-and-utilities plugin for server maintenance and troubleshooting.
⚙️ Features
- Enable, disable, restart (disable+enable), load, reload (unload+load) and unload plugins at runtime.
- List installed plugins alphabetically, optionally showing versions.
- Show detailed plugin information (version, authors, commands, etc.).
- List commands registered by a plugin and look up which plugin owns a command.
- Tab completion for plugin and command names.
- Dump plugin list and versions to a file.
- Check whether a plugin is up-to-date against an online resource (update check behavior documented by the project).
- Permissions support with command nodes; by default commands require operator privileges.
🧩 Who It Is For
- Server administrators and operators who need on-the-fly plugin control.
- Development or testing servers where frequent plugin changes occur.
- Small to medium survival/SMP or private servers where restarting is disruptive.
🏗️ Example Use Cases
- An admin disables a misbehaving plugin without restarting the server to restore stability.
- A developer loads a newly built plugin jar into a test server while players remain online.
- Produce a dumped file of plugin names and versions to aid troubleshooting or inventorying server components.
⌨️ Commands
| Command | Description | Permission | Access |
|---|---|---|---|
/plugman help | Show help information. | plugman.help | Admin |
/plugman list [-v] | List plugins in alphabetical order. Use -v to include versions. | plugman.list | Admin |
/plugman info [plugin] | Displays information about a plugin. | plugman.info | Admin |
/plugman dump | Dump plugin names and version to a file. | plugman.dump | Admin |
/plugman usage [plugin] | List commands that a plugin has registered. | plugman.usage | Admin |
/plugman lookup [command] | Find the plugin a command is registered to. | plugman.lookup | Admin |
| `/plugman enable [plugin | all]` | Enable a plugin. | plugman.enable / plugman.enable.all |
| `/plugman disable [plugin | all]` | Disable a plugin. | plugman.disable / plugman.disable.all |
| `/plugman restart [plugin | all]` | Restart (disable/enable) a plugin. | plugman.restart / plugman.restart.all |
/plugman load [plugin] | Load a plugin. | plugman.load | Admin |
| `/plugman reload [plugin | all]` | Reload (unload/load) a plugin. | plugman.reload / plugman.reload.all |
/plugman unload [plugin] | Unload a plugin. | plugman.unload | Admin |
| `/plugman check [plugin | all] -f` | Check if a plugin is up-to-date. | plugman.check / plugman.check.all |
🔐 Permissions
| Permission | Description | Default |
|---|---|---|
plugman.admin | Allows use of all PlugMan commands. | op |
plugman.update | Allows user to see update messages. | op |
plugman.help | Allow use of the help command. | op |
plugman.list | Allow use of the list command. | op |
plugman.info | Allow use of the info command. | op |
plugman.dump | Allow use of the dump command. | op |
plugman.usage | Allow use of the usage command. | op |
plugman.lookup | Allow use of the lookup command. | op |
plugman.enable | Allow use of the enable command. | op |
plugman.enable.all | Allow use of the enable all command. | op |
plugman.disable | Allow use of the disable command. | op |
plugman.disable.all | Allow use of the disable all command. | op |
plugman.restart | Allow use of the restart command. | op |
plugman.restart.all | Allow use of the restart all command. | op |
plugman.load | Allow use of the load command. | op |
plugman.reload | Allow use of the reload command. | op |
plugman.reload.all | Allow use of the reload all command. | op |
plugman.unload | Allow use of the unload command. | op |
plugman.check | Allow use of the check command. | op |
plugman.check.all | Allow use of the check all command. | op |
⚙️ Installation
📥 Setup
- Download the official PlugManX
.jarand place it into the serverplugins/directory. - Restart the server to load the plugin and confirm startup messages in the console.
🧾 Configuration
- The project provides a
config.ymlfile as part of its resources; the plugin writes or uses a configuration file on first run.
🧠 Technical Notes
- The project is distributed under the MIT license.
- Commands and permission nodes are documented by the project; by default the nodes require operator privileges.
- The project repository and configuration files are maintained in the plugin's source repository.
- The plugin performs runtime operations that can affect plugin state; using runtime unload/load operations may cause instability with some plugins and is typically recommended for administration and debugging rather than on high-availability production servers.
🤝 When This Plugin Is Useful
If you need to inspect or control installed plugins without interrupting player sessions, PlugManX provides a concise set of runtime plugin management commands and reporting features that simplify short-term plugin swaps, debugging, and inventorying.
- Herocraft Online
RPG‑ориєнтований мережевий сервер з багатьма класами, тауншипами, підземеллями й економікою — для гравців, хто любить рольові виживання та PvP.
2555.76 - Smithtainment
Community-focused survival SMP with custom plugins, economy, mcMMO and mini-games — friendly players and active forums.
550.79 - Netherlite is loading...450.27
- GospelCraft
Christian-themed Towny survival with custom mobs, mcMMO, jobs and an emphasis on scripture introduced through gameplay.
248.73 - Akoot&Co
Cozy, community-focused SMP with Java and Bedrock support, a public live world map, donation shop, and quality-of-life features for relaxed building and exploration.
148.09 - TGG Online
Korean FPS-style Minecraft server offering zombie survival and bomb/escape minigames with extensive custom weapons, custom models, and a resource-pack-backed experience.
1346.61 - EthelMC
Community survival with economy, land claims, arenas and crossplay (Java & Bedrock). Ranks, player shops and seasonal events.
244.22 - ÂCOIN SERVER033.47
- ATM10 Modpack032.15
- FoxyCraft030.79
- Lululand028.44
- Starting..024.85
- Prison 2.0023.93
- A Minecraft Server023.35
- Project Eden
Community‑focused survival server with player economy, mcMMO, creative plots and weekly minigames — calm, friendly and family‑oriented.
023.19 - Welcome to Dragon's Nest!023.13
The PlugManX plugin page shows which servers monitoring found this plugin on, and which platforms and versions it appears with.
Plugins may add commands, economy, protection, permissions, mini-games, integrations, or other mechanics. The actual role of PlugManX depends on each server's configuration.
Data is generated automatically from technical server responses. If a server hides its plugin list, it may not appear in this section even if it uses PlugManX.
Use the server list with PlugManX to compare projects, check compatible versions, or find examples of how the plugin is used on public servers.