How to Change Your Plugins Directory for Sponge in Minecraft
Introduction to Changing Plugins Directory for Sponge
Looking for Minecraft hosting? Browse our available options! https://tempest.net/games/best-minecraft-server-hosting!
SpongeForge is a popular mod for Minecraft 1.12.2 servers, allowing you to run Sponge plugins alongside Forge mods with better compatibility than SpigotForge server types. One notable difference between Sponge and Spigot is the storage location for plugins. Sponge stores plugins in the /mods folder, while Spigot stores them in the /plugins folder. This guide will help you change your plugins directory for Sponge, making it easier for those migrating from Spigot.
Note: This tutorial also works for the SpongeVanilla server type. You can adjust any of the values in this tutorial according to your preferences.
How to Change Your Plugins Directory for Sponge
Follow these steps to change your plugins directory for Sponge:
Stop your server before making any changes.
Log in to your server's FTP using the details provided on the Multicraft panel. (Related Video: How to Use & Install FileZilla for Your Minecraft Server)
Once logged in, navigate to the config/sponge/ folder.
Open the global.conf file with your preferred text editor.
Navigate to the sponge > general section of the configuration, which should be around line 275.
Update the plugins-dir setting to the following format:
sponge {
general {
plugins-dir="${CANONICAL_GAME_DIR}/plugins"
}
}
Save the changes and start your server. Your plugins will now launch from the /plugins directory!
Changing the Plugin Config Folders (Optional)
If you want to change the location of plugin config folders (which are, by default, in the /config folder), follow the same steps as above, but modify the config-dir setting instead. This will allow you to store plugin config files in your desired directory.
Conclusion
Changing your plugins directory for Sponge in Minecraft is a simple process that can help make the transition from Spigot servers smoother. With this guide, you can easily organize and manage your plugins in a familiar directory, improving your server administration experience. Remember always to back up your data before making any changes to prevent potential data loss.
Updated on: 12/04/2023
Thank you!