How to install Minecraft plugins
Learn how to add plugins to your Minecraft server. Browse and install plugins using the workshop or learn how to upload any plugin from your PC.
Minecraft plugins allow you to extend or modify the behaviour of the base Minecraft game with server side plugins. The Vanilla software does not support plugins, so you have to use alternative server software that has plugin support, such as Paper (recommended) or Spigot.
Install plugins
Plugins can be installed by placing the *.jar file of the plugin in the ./plugins directory.
If your server runs locally you would have to download the plugin jar file and copy it to the plugins directory of the server.
You can browse and download plugins from the various marketplaces, see PaperMC Hangar, SpigotMC and Modrinth.
Install plugins using the workshop
The simplest way to install plugins is by using our workshop. The workshop is a feature that we provide that enables you to easily browse and install plugins from various marketplaces.
To install a plugin through the workshop:
- Navigate to your server on the panel.
- Select 'Workshop' in the sidebar.
- Select the 'Browse workshop' option.
- Select the plugin that you want to install.
- Press the 'Install' button.
- Select the version that you want to install.
- Press the 'Install' button to install the selected version.
- Re-start the server to load the plugin.
Install plugins on (third party) hosting
When you use a hosting service like ours, you are typically not able to access the server files in the same manner as your local file system. Instead you have to use the provided (web)panel to manage the server files or use specialized protocols for managing files, such as FTP (File transfer protocol) or SFTP (SSH file transfer protocol).
Install plugins using the panel file management
Our panel offers the functionality to manage the server files directly from the browser. You don't need any other specialized client software to manage the server files, other than the browser that you're already using.
To install a plugin through the panel:
- Navigate to your server on the panel.
- Select 'Files' in the sidebar.
- Select the
pluginsdirectory.- If the
pluginsdirectory does not yet exist, make sure that you are using server software that has plugin support and that you have started the server once, as that will generate thepluginsdirectory.
- If the
- Press the 'Upload files' button.
- Select the plugin jar file that you want to install.
- You can browse and download plugins from the various marketplaces, see PaperMC Hangar, SpigotMC and Modrinth.
- Re-start the server to load the plugin.
Dependencies
Some plugins have a dependency on other plugins. This means that the plugin requires another plugin to function correctly. In this case you should fulfill the dependency by also installing the dependant plugin.