
⚡ PlugLoad is a clean, live plugin management tool for Bukkit, Spigot, Paper, and Purpur servers which allows you to load, unload and reload plugins while the server is running⚡
⚡ PlugLoad is a clean, command-only live plugin management tool for Bukkit, Spigot, Paper, and Purpur servers which allows you to load, unload and reload plugins while the server is running
It helps server administrators detect, load, unload, and reload plugins from the plugins folder
⚠️ Important safety notice
Live plugin loading, unloading, and reloading is never guaranteed to be fully safe on Bukkit-based servers. Some plugins keep background tasks, static state, services, hooks, classloader references, database connections, or dependencies that cannot always be cleaned perfectly while the server is running.
PlugLoad includes risk detection, warnings, confirmation prompts, cleanup attempts, and error logging, but the final safety of an action depends on the target plugin.
The server administrator takes full responsibility for using this plugin.
/plugload and /pg.jar filesplugins folderplugins/PlugLoad/logs/errors.log| Command | Description |
|---|---|
/pg help |
Shows the command list |
/pg list |
Lists enabled, disabled, and unloaded plugin jars |
/pg load <plugin> |
Loads a plugin from the plugins folder |
/pg unload <plugin> |
Unloads a currently loaded plugin |
/pg reload <plugin> |
Reloads a currently loaded plugin |
/pg yes |
Confirms a pending risky action |
/plugload can be used instead of /pg.
| Permission | Default | Description |
|---|---|---|
plugload.admin |
OP | Allows use of all PlugLoad commands |
PlugLoad asks for confirmation before actions that appear risky, including cases such as:
When a risk is detected, PlugLoad will ask you to run:
/pg yes
within the configured timeout.
plugins folder.plugins/PlugLoad/config.yml if needed./pg help.