How to install plugins on a server¶
This guide applies to Paper or Purpur servers.
Before you start¶
- Make sure your server is plugin-based, not a modded-only server.
- Download plugins from trusted sources.
- Make sure the plugin file is a
.jar.
Steps¶
- Download plugins from sites like Hangar, Modrinth, or SpigotMC.
- If the server is online, stop it first so the update is safer.
- Open
https://panel.nexuscloud.id/and go to Files. - Open the
pluginsfolder. - Upload the plugin
.jarfile. - Start or restart the server.
Verify¶
Once the server is online, check the console. You can also run:
If the plugin loaded correctly, its name usually appears in the startup log without errors.
Plugin configuration¶
Many plugins will create their own folder inside plugins/ the first time they run. From there you can edit files such as config.yml.
Tips¶
- Check for dependencies like Vault, ProtocolLib, or PlaceholderAPI if needed.
- Paper's documentation also recognises the
plugins/updatefolder for batch plugin updates.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud