Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 19 hours ago
Updated 3 weeks ago
🛠️ Plugin Manager Plus
Plugin Manager Plus is a lightweight and powerful server administration tool that allows you to load, unload, reload, enable, and disable plugins dynamically at runtime without restarting your Minecraft server.
✨ Features
- ⚡ Runtime Management: Load, unload, reload, enable, or disable plugins on the fly.
- 🌍 Localization / Multi-language: Automatically detects the player's game locale and translates commands and feedback in-game (English, Turkish, Spanish, and Russian supported).
- 🛡️ Safety Guard: Built-in security checks prevent the plugin from disabling or unloading itself by accident.
- 📦 PaperMC Support: Fully compatible with Spigot/Bukkit plugins and provides warnings for Paper plugins which cannot be managed dynamically due to platform design.
- 📊 bStats Integration: Anonymously tracks server counts and statistics using bStats metrics (Plugin ID:
32588).
💻 Commands & Usage
The main command is /pluginmanager (alias /pm).
| Command | Description | Usage |
|---|---|---|
/pm help |
Displays the help menu. | /pm help |
/pm list |
Lists all loaded plugins on the server and their status. | /pm list |
/pm load <file.jar> |
Loads a new plugin file from the plugins folder. |
/pm load PowerPickaxe.jar |
/pm unload <plugin> |
Fully unloads the specified plugin from server memory. | /pm unload PowerPickaxe |
/pm reload <plugin> |
Restarts (unloads then loads) the specified plugin. | /pm reload PowerPickaxe |
/pm enable <plugin> |
Enables the specified disabled plugin. | /pm enable PowerPickaxe |
/pm disable <plugin> |
Disables the specified plugin. | /pm disable PowerPickaxe |
🔑 Permissions
pluginmanager.admin- Description: Gives access to all Plugin Manager Plus commands.
- Default: OP (Server Operators) only.
⚙️ Installation
- Drag and drop the compiled
PluginManagerPlus.jarinto your server'spluginsfolder. - Start your Minecraft server.
- The plugin will automatically generate default translations and configuration under
plugins/PluginManagerPlus/lang/. Customize them as you see fit.


