-
Notifications
You must be signed in to change notification settings - Fork 7
Installation Guide
-
Spigot Server: Ensure you have a running Spigot server. If not, follow the Spigot Installation Guide.
-
Java: Make sure you have Java 17 or higher installed. You can download it from the AdoptOpenJDK website or another trusted source.
- 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.
-
Stop Your Spigot Server: Before adding new plugins, make sure your server is stopped to avoid any issues. Use the following command:
/stop
-
Navigate to the Plugins Directory: Go to the plugins folder in your Spigot server directory:
cd /path/to/your/spigot/plugins
-
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/
-
Verify the Plugins: Check that the files are correctly placed in the plugins directory:
ls /path/to/your/spigot/plugins
-
Start Your Spigot Server: Start the server to generate configuration files for the plugins:
-
Configure FacilisCommon: Locate the FacilisCommon configuration file in the plugins/FacilisCommon directory. Edit config.yml to fit your server’s needs.
-
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.
-
Check Plugin List: Once the server has started, use the /plugins command to ensure both MultiWorld and FacilisCommon are listed as enabled:
/plugins
-
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.
-
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.
-
Basic Commands: Test basic MultiWorld commands to ensure the plugin is working as expected. For example, use commands like:
/mw create Test
-
Check Dependencies: Ensure that all required dependencies and configurations are properly set. Refer to the plugin documentation for advanced configurations and troubleshooting tips.
Troubleshooting