Wiki 9Minecraft DefaultSettings Mod Wiki
DefaultSettings Mod Wiki › Configuration

DefaultSettings Mod — Configuration

Commands

Interaction with DefaultSettings in version 1.20.1 is handled entirely through the /defaultsettings (or /ds) command. This is the primary tool for modpack creators to prepare their files for distribution.

Command Description
/ds save Saves the current options.txt, servers.dat, and keybindings to the DefaultSettings config folder.
/ds save -of Saves current settings and marks them to force-overwrite user settings on the next launch.
/ds saveconfigs Saves all mod-specific configuration files into the default directory.
/ds saveconfigs [filename] Saves a specific mod configuration file. Supports wildcards (e.g., *) and quotes for filenames with spaces.
/ds clear Removes all currently stored default settings from the mod's configuration folder.

Command Usage Example