Easy Configs
Easy Configs is a modification specifically designed for modpack developers and regular players. It fundamentally simplifies working with settings by providing a convenient graphical interface for managing configuration files. With this mod, you can easily save, load, export, and import settings, making the process of creating and distributing modpacks much simpler.
Main Features
The mod offers a wide range of functions for efficient settings management:
- Simple saving and loading of configurations
- Export and import of settings files
- Convenient graphical interface for management
- Ability to create standard settings for modpacks
- Quick switching between different configuration sets
- Sharing settings with other players
Installation
To install the mod you need to:
- Download the latest version of Easy Configs
- Place the .jar file in the mods folder of your Minecraft
- Launch the game using the Forge mod loader
Usage
After installation, access to the Easy Configs interface opens through the pause menu in the game. From here you can manage all settings and configurations.
Important Features
A special file is created in the configurations folder where you can add files and folders that should not be copied or exported. This is useful for mods that create files without settings that don't require copying.
Commands
The mod supports the following commands:
- Save Settings:
/EasyConfigs saveConfigs [1-9] [addMCOptions|don'tAddMCOptions]- saves current settings to the specified slot (1-9) with the option to include Minecraft settings - Load Settings:
/EasyConfigs loadConfigs [1-9] [loadMCOptions|don'tLoadMCOptions]- loads settings from the specified slot with the option to load Minecraft settings - Load Default Settings:
/EasyConfigs loadDefaultConfigs [loadMCOptions|don'tLoadMCOptions]- loads default settings with the option to include Minecraft settings - Confirm Overwrite:
/EasyConfigs confirmOverwrite [1-9] [addMCOptions|don'tAddMCOptions]- confirms overwriting the specified slot when saving settings - Export Settings:
/EasyConfigs exportConfigs [sourceFolder] [zipFileName] [addMCOptions|don'tAddMCOptions]- exports settings from the specified folder to a zip archive - Import Settings:
/EasyConfigs importConfigs [1-9] [setAsCurrentConfigs|onlyImportToSaveSlot] [zipFileName] [loadMCOptions|don'tLoadMCOptions]- imports settings from a zip archive to the specified slot
For Modpack Developers
Easy Configs is a powerful tool for modpack creators, allowing you to ensure uniformity of settings across all instances of your modpack. This guarantees that every player gets the same gaming experience.
Setup Process:
- Configure all configurations for mods and standard game
- Open the Easy Configs interface through the pause menu
- Click the "Modpack" button, then "Create Default Configs"
- Check the easyconfigs/easyconfigsave0 folder and delete unnecessary files
- Export settings, including only the easyconfigs folder
Additional Capabilities
For providing players with choices between different settings:
- Save different configurations to various slots
- Inform players about available setting options in the modpack description
- Export configurations as usual
This approach guarantees the preservation of user settings during modpack updates.