Skip to content

Installation Guide

Dev7ex edited this page Aug 22, 2024 · 14 revisions

Prerequisites

  1. Spigot Server: Ensure you have a running Spigot server. If not, follow the Spigot Installation Guide.

  2. Java: Make sure you have Java 17 or higher installed. You can download it from the AdoptOpenJDK website or another trusted source.

Step-by-Step Installation

1. Download Required Files

  • MultiWorld Plugin: Download the latest version of the MultiWorld plugin from the Dev7ex GitHub repository.
  • FacilisCommon Plugin: Download the FacilisCommon plugin from the Dev7ex GitHub repository or from the plugin's official page if available.

2. Prepare Your Server

  1. Stop Your Spigot Server: Before adding new plugins, make sure your server is stopped to avoid any issues. Use the following command:

    /stop
  2. Navigate to the Plugins Directory: Go to the plugins folder in your Spigot server directory:

    cd /path/to/your/spigot/plugins

3. Install the Plugins

  1. Place the Plugin Files: Copy the downloaded .jar files for MultiWorld and FacilisCommon into the plugins directory. You can use a file manager or command-line tools:

    cp /path/to/downloaded/MultiWorld.jar /path/to/your/spigot/plugins/
    cp /path/to/downloaded/FacilisCommon.jar /path/to/your/spigot/plugins/
  2. Verify the Plugins: Check that the files are correctly placed in the plugins directory:

    ls /path/to/your/spigot/plugins

4. Configure the Plugins

  1. Start Your Spigot Server: Start the server to generate configuration files for the plugins:

  2. Configure FacilisCommon: Locate the FacilisCommon configuration file in the plugins/FacilisCommon directory. Edit config.yml to fit your server’s needs.

  3. Configure MultiWorld: Similarly, locate the MultiWorld configuration file in the plugins/MultiWorld directory. Open config.yml and adjust the settings according to your preferences. Refer to the sample configuration provided in the MultiWorld documentation for guidance.

5. Verify Plugin Installation

  1. Check Plugin List: Once the server has started, use the /plugins command to ensure both MultiWorld and FacilisCommon are listed as enabled:

    /plugins
  2. Review Console Logs: Check the server console for any errors related to plugin loading. Look for messages confirming that MultiWorld and FacilisCommon have been successfully loaded.

6. Test Plugin Functionality

  1. Plugin Not Loaded: If the plugin does not load, check for any missing dependencies or errors in the configuration files. Ensure that both MultiWorld and FacilisCommon are compatible with your version of Spigot.

  2. Basic Commands: Test basic MultiWorld commands to ensure the plugin is working as expected. For example, use commands like:

    /mw create Test 
  3. Check Dependencies: Ensure that all required dependencies and configurations are properly set. Refer to the plugin documentation for advanced configurations and troubleshooting tips.

Troubleshooting

Clone this wiki locally