Add a Plugin to a Minecraft Server
FreshPerf lets you search for and install plugins directly from the panel on compatible server software.
Plugins are mainly used with Paper, Spigot, Purpur and other Bukkit-compatible servers.
1. Check the server software
Open your Minecraft server and click Versions.
FreshPerf displays the available server software.
For Bukkit plugins, use a compatible server such as:
- Paper.
- Spigot.
- Purpur.
A standard Vanilla server does not load Bukkit plugins.
If you change server software, stop the server first and back up your data.
2. Stop the server
Before installing or removing a plugin, click Stop and wait until the server is fully stopped.
3. Open the plugin catalog
From your server:
- click Mods & plugins.
- open Explore.
- choose Plugins.

The catalog can include several sources, such as:
- Modrinth.
- CurseForge.
- Hangar.
- SpigotMC.
4. Search for a plugin
Use the plugin search bar.
You can filter results by source.
Open the plugin you want and choose a version compatible with your server.
5. Install the plugin
From the plugin page:
- select a compatible version.
- start the installation.
- wait for confirmation.
- start the server again.
FreshPerf places the plugin in the correct location for the selected server software.
6. Check installed plugins
Open:
Mods & plugins → Installed
You can also manually inspect:
/plugins/
from the Files tab.
7. Configure the plugin
After the first startup, many plugins create their own directory:
/plugins/PluginName/
Common files include:
config.yml messages.yml
For safer edits:
- stop the server.
- edit the files.
- save changes.
- start the server again.
8. Check the console
Open Console after restarting.
Look for errors mentioning the plugin name.
A plugin may fail to load because:
- the version is incompatible.
- a dependency is missing.
- the server software is not supported.
- the Java version is incompatible.
Manual installation
If a plugin is not available in FreshPerf's catalog:
- download its
.jarfrom an official or trusted source. - stop the server.
- open Files or connect through SFTP.
- upload the
.jarto:
/plugins/
- start the server again.
Do not extract the .jar file.