Plugins
Plugins extend your server's functionality by adding new features, commands, and gameplay mechanics.
Finding Plugins
- PowerNukkitX Bundle: github.com/PowerNukkitX-Bundle
- PowerNukkitX Community: Discord and GitHub
Installing Plugins
Download the Plugin
Download the .jar file from a trusted source.
Stop Your Server
Type stop in the console to safely shut down the server.
Place the Plugin
Move the .jar file into the plugins/ folder in your server directory.
Start the Server
Launch your server. The plugin will load automatically.
Verify Installation
Type plugins in the console to see a list of loaded plugins.
Managing Plugins
Listing Plugins
To see all active plugins:
Plugin Configuration
Most plugins create their own folder in plugins/ with a config.yml file:
Edit the config.yml to customize plugin settings, then restart.
Removing Plugins
- Stop the server
- Delete the plugin
.jarfile fromplugins/ - Optionally, delete the plugin's config folder
- Restart the server
Troubleshooting
Plugin Not Loading? Check the
logs/server.logfile for error messages. Common issues include:
- Incompatible plugin version
- Missing dependencies
- Conflicting plugins
Common Fixes
- Update the plugin: Check for newer versions compatible with your server
- Check dependencies: Some plugins require other plugins to work
- Read documentation: Always check the plugin's installation guide