Installing plugins on a Paper Minecraft server
How to install, configure and update Bukkit/Spigot/Paper plugins through the WingNode panel or SFTP.
Plugins are the main reason you'd pick Paper over Vanilla. Install them in three easy steps and restart the server.
Where plugins live
All plugin jars go in the /plugins/ folder. Each plugin creates its own subfolder for configuration on first start (e.g. /plugins/LuckPerms/).
Install via the panel
- Download the plugin JAR from the official source (Modrinth, SpigotMC, Hangar, GitHub releases).
- Open the Files tab →
/plugins/. - Click
Uploador drag the JAR into the browser window. - Restart the server. Check the console for
[PluginName] Enabled.
Install via Wingman AI
One-liner: "Install LuckPerms and EssentialsX, then restart." Wingman finds the right build, downloads it, and triggers a restart.
Updating a plugin
- Stop the server.
- Delete the old JAR from
/plugins/. - Upload the new JAR with the same name.
- Start the server. Configs in
/plugins/<name>/are preserved.
Plugin recommendations for every server
- LuckPerms — permissions management, must-have.
- EssentialsX — core commands (/sethome, /spawn, /tpa).
- CoreProtect — rollback grief and log actions.
- DiscordSRV — bridge server chat to Discord.
- spark — performance profiling when TPS drops.
