How to Install Plugins on a Minecraft Java Server
Prerequisites
Plugins only work with plugin-capable server versions such as Spigot, Paper, Purpur or Pufferfish. Vanilla servers do not support plugins.
Where can I find plugins?
You can find plugins on the following platforms:
Important
Only download plugins from trusted sources. Plugins from unknown sources may contain malicious code.
How do I install plugins?
Download the plugin
Download the plugin as a.jarfile.Connect via SFTP
Connect to your server via SFTP and navigate to thepluginsfolder.Upload the plugin
Upload the.jarfile to thepluginsfolder.Restart the server
Restart the server so the plugin is loaded.
Note
After the first start, the plugin usually creates its own folder under plugins/ with configuration files that you can customize.
How do I remove a plugin?
Stop the server
Stop the server.Delete the plugin
Delete the plugin's.jarfile from thepluginsfolder.Delete config folder
Optionally delete the associated configuration folder underplugins/.Restart the server
Restart the server.