Requirements
Plugins only work on plugin-compatible server software:- Paper (recommended — fast and actively maintained)
- Purpur (Paper fork with extra configuration options)
- Spigot (the classic plugin platform)
Where to Download Plugins
Only download plugins from trusted sources to avoid malware and broken builds:| Source | URL | Notes |
|---|---|---|
| SpigotMC | spigotmc.org/resources | Largest plugin repository |
| Hangar | hangar.papermc.io | PaperMC’s official platform |
| Modrinth | modrinth.com/plugins | Modern, fast, open source |
| Bukkit / CurseForge | dev.bukkit.org | Older catalog, still useful |
Installing a Plugin
Download the plugin .jar
Download the plugin’s
.jar file from one of the sources above, matching your server’s Minecraft version.Open the File Manager
In the Game Panel, select your server and open the File Manager. You can also connect via SFTP — see File Management for both methods.
Upload to the plugins folder
Navigate to the
/plugins directory and upload the .jar file. If the folder doesn’t exist yet, start the server once on Paper/Spigot and it will be created automatically.Configuring Plugins
Most plugins generate their own configuration folder the first time they load:config.yml (or other files) inside the plugin’s folder using the File Manager, then restart the server — or use the plugin’s own reload command if it has one (for example /ess reload for EssentialsX).
YAML files are indentation-sensitive. Use spaces (never tabs), and keep the existing indentation when editing.
Updating and Removing Plugins
Updating a plugin
Updating a plugin
- Stop the server (or plan a restart).
- Delete the old
.jarfrom/plugins— leave the plugin’s config folder in place so your settings are kept. - Upload the new
.jarand start the server. - Check the console for migration messages; some updates rewrite their config files.
Removing a plugin
Removing a plugin
- Stop the server.
- Delete the plugin’s
.jarfrom/plugins. - Optionally delete its config folder too (only if you don’t plan to reinstall it).
- Start the server again.
Take a backup first
Take a backup first
Before bulk plugin changes, create a backup from the panel’s Backups tab so you can roll back instantly. See Backups.
Common Issues
Plugin doesn't load / shows red in the plugins list
Plugin doesn't load / shows red in the plugins list
Usually a Minecraft version mismatch. Check the console for
UnsupportedClassVersionError or “This version of the plugin is not compatible” messages, and download a build that matches your server version.Missing dependency errors
Missing dependency errors
Many plugins require libraries such as Vault, PlaceholderAPI, or ProtocolLib. The console will name the missing plugin — install it the same way and restart.
Uploaded a plugin but nothing happens
Uploaded a plugin but nothing happens
Confirm the file is directly in
/plugins (not in a subfolder or still zipped), the file ends in .jar, and your server is actually running Paper/Spigot/Purpur — check with the Version Changer.Server crashes after adding a plugin
Server crashes after adding a plugin
Remove the most recently added plugin and restart. If the server recovers, check that plugin’s version compatibility or look for a known conflict on its resource page. More help in Troubleshooting.
Host your plugin server with Wasabi
Minecraft hosting from €2.99/month on Ryzen 7950X3D/9950X hardware — perfect for Paper servers with plugins.

