Skip to content

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?

  1. Download the plugin
    Download the plugin as a .jar file.

  2. Connect via SFTP
    Connect to your server via SFTP and navigate to the plugins folder.

  3. Upload the plugin
    Upload the .jar file to the plugins folder.

  4. 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?

  1. Stop the server
    Stop the server.

  2. Delete the plugin
    Delete the plugin's .jar file from the plugins folder.

  3. Delete config folder
    Optionally delete the associated configuration folder under plugins/.

  4. Restart the server
    Restart the server.