Search Knowledgebase

Installing a Plugin using Multicraft Control Panel

 

This guide explains installing and configuring CraftBukkit/Spigot plugins on your Minecraft server using the Multicraft control panel. If you come across any problems during this process open a support ticket and we're happy to help.
You can also install plugins directly through your FTP connection with our alternate guide: Installing a Minecraft Plugin using FTP


 

Contents

  1. What is a Plugin
  2. Installing Plugins
    1. Installing From a JAR File
    2. Installing From an Archive File
  3. Locating and Editing Plugin Configurations
  4. Further Reading and External Links

 

What is a Plugin

For information on what a plugin is and how they work, read our article about what plugins are and how they work.


 

Adding a Plugin from the Plugin List in Multicraft

Installing a JAR file Plugin

  1. Log into Multicraft.
  2. Select the server you want to add a plugin to.
    The list of servers that you can access.
  3. Stop your server.
  4. Click on Plugin List in the Files section of the navigation menu on the left.
    Multicraft Plugin List menu entry
  5. At the top page, select type of server you are running in the Source dropdown. By default, this is Bukkit.
    Multicraft Plugin List Page
  6. Locate the plugin you wish to install in the list.
    Note: You can also search for the plugin using the text entry boxes at the top of list.
  7. Click the name of the plugin you would like to install.
  8. On the page, you may see a table of server versions and compatible plugin versions. Find a version of the plugin that is compatible with the Minecraft version your server is and select it in the version dropdown just below the table.
    Example: If we wanted to install this plugin for Minecraft 1.9, we would need to use a plugin version between 5.13.0 and 7.0.1. We always recommend using the latest compatible version of the plugin, so in this case we will install version 7.0.1 by choosing it from the dropdown menu below the table.
    Multicraft Plugin Info Page
  9. Press the Install button to the right of the plugin version dropdown to add the plugin to your server.
  10. If successful the Install button will change to a Change to button, and there will be two new buttons, a Disable button and a Remove. These buttons do the following:
    • Change to: Changes the currently installed plugin version to the version currently selected in the version select dropdown.
    • Disable: Keeps the plugin downloaded to the server, but adds the .disabled suffix to make the plugin not get loaded by the server. (If the plugin is currently disabled, this button will be an Enable button instead.)
    • Remove: This deletes the plugin from the server completely.
  11. The server will attempt to load the plugin the next time the server is started. You can confirm that it has loaded by running the /plugins command in Minecraft, or by typing plugins and sending that in the console in Multicraft.
  12. Start your server.

 

Installing an Archive File Plugin

Some plugins need to install more than one file. In this case the files and their file structure are preserved within an archive file, typically in a .zip format. Multicraft is capable of extracting these archives to the plugins folder on your server.
Note: The archive you upload through Multicraft must be a zipped archive. Any other format will not work.

  1. Log into Multicraft.
  2. Select the server you want to add a plugin to.
    The list of servers that you can access.
  3. Stop your server.
  4. Log into the FTP system, more information on how to do this can be found in our guide on how to use FTP file access.
  5. Browse into the plugins folder by clicking the folder name.
  6. Upload the archive with the plugins in it. If you are using Multicraft, if you upload it under the Archives section, Multicraft will automatically unzip it for you. If you upload it via a third party client or under the Files side, you will need to manually unzip it.
    The section to upload archives under to have them automatically unpack.
  7. If you uploaded it under Archives, you're done now. If you uploaded it as a file, click the Back link above the Upload to Directory line and continue to the next step.
  8. Select the archive with the check box on the left of the name then select Unzip at the top right of the list to unzip everything from the archive.
    Multicraft FTP Archive Unzipping
  9. You should now see all the plugins that were in the pack in the folder are now in the plugins folder.
    The installed plugins in the plugins folder
  10. Start your server.

 

Locating and Editing Config Files

For information on how to locate and edit plugin configuration files you can follow our guide: How To: Edit YAML Configuration Files for Bukkit and Spigot Plugins

Take care when editing these files, it's possible to make changes that prevent a plugin, or even the server itself, from loading. Take particular care when editing .yml or .yaml files, they have a structure that depends on line indents. Copy the text into a tool like Notepad++ or the Online YAML Parser to help you validate the file.


 

 

Further Reading and External Links


 

StickyPiston Support

If you have questions about this guide or our Minecraft services, open a support ticket and our dedicated team will be in touch.

Open Support Ticket


  • Plugin, Spigot, Bukkit, Installation, Multicraft
  • 65 Users Found This Useful

Was this answer helpful?

 Print this Article

Also Read

Editing YAML Configuration Files

  Many Minecraft plugins store their configuration settings within text files in the YAML...

How To: Edit Mod Config Files

  In this article, we will look at how to find and edit JSON and CFG config files for...

Managing Your Minecraft Server (FAQ)

Managing a Minecraft server can be a challenging task but StickyPiston has a fully stocked...

Scheduling Tasks for Automated Server Management

  Sometimes you need to run scheduled tasks on your server to run a backup, restart your...

Updating your Plugins using Multicraft Control Panel

Updating your plugins can add new features to the plugin and when a new server JAR is...