How to Install Plugins on a Minecraft Server (Paper/Purpur)
A step-by-step guide to installing, updating, and troubleshooting plugins on a Paper or Purpur Minecraft server.
How to Install Plugins on a Minecraft Server (Paper/Purpur)
Plugins are what turn a vanilla-feeling Paper or Purpur server into homes, economies, land claims, and everything else that makes a survival server feel alive. Installing them is simpler than it looks.
Requirements
Plugins only work on Paper, Purpur, or Spigot โ not vanilla Minecraft, and not Forge/Fabric (those use mods, a different system entirely). If you're not sure which you're running, check your server jar or panel's software selector.
Step-by-Step Installation
- Download the plugin
.jarfile from a trusted source (Modrinth, Spigot's resource page, or the plugin's official GitHub releases) โ always match it to your exact Minecraft version - Upload the
.jarfile into your server's/pluginsfolder using your panel's file manager or SFTP - Restart the server (a reload is not always reliable โ a full restart is the safest way to load a newly added plugin)
- Check the console log during startup for the plugin's name โ it should print something like
[PluginName] Enabling PluginName vX.X
Configuring a Plugin
Most plugins generate a config file inside /plugins/PluginName/ on their first run. Stop the server, edit the config, then start it again for changes to take effect โ editing config files while the server is running usually won't apply until the next restart.
Common Installation Problems
- Plugin doesn't appear in the plugin list: Usually a version mismatch โ check the plugin page for which Minecraft versions it explicitly supports
- Server crashes right after "Loading plugins": A dependency plugin is missing (many plugins require Vault, ProtocolLib, or similar libraries installed alongside them)
- Plugin loads but commands don't work: Check in-game permissions โ a permissions plugin like LuckPerms may need explicit permission nodes granted for the new plugin's commands
Updating Plugins Safely
Always back up your world and /plugins folder before a major plugin update, and check the plugin's changelog for breaking changes โ see essential Minecraft plugins for 2026 for a curated starting list if you're building a fresh plugin setup.
RepublicNodes' Minecraft Hosting includes a full in-browser file manager for exactly this kind of plugin upload and management, with no FTP client required.