This is a simple Minecraft plugin that provides a command for reloading other plugins on the server.
- Provides a simple command for reloading all or specific plugins on the server.
- Tab completion for suggesting all available plugins on the server.
- Download the latest release of the plugin from the Releases page on GitHub.
- Copy the downloaded JAR file into your server's
plugins
folder. - Restart the server.
The plugin provides a single command: /reloadplugin <pluginName>
.
Tab completion is also available for suggesting all available plugins on the server.
Note that the plugin requires the spr.reloadplugin
(or OP) permission to use the command.
This plugin was created using the CommandAPI library. Thanks to JorelAli and all contributors for their work on this project.