Skip to content

Smart Completion Settings

Endor H edited this page Sep 2, 2024 · 4 revisions

Starting from version 2 of Smart Completion, the mod is now customizable not only with resource packs but also from the game itself using the /smartcompletion command.

There are four main config categories:


Important

If you're using v1.x of Smart Completion, some of these settings won't be available. Furthermore, the names of these settings/settings files were slightly different.

You may want to read Smart Completion Settings (v1) instead.

Note

If you're playing on a Minecraft version prior to 1.20.3, you may need to edit these options by creating a resource pack, as the /smartcompletion command is not supported in earlier versions.

Note

All the settings of this mod can be defined by resource packs and overridden by users.

In Minecraft v1.20.3+, the user config is stored under the <Minecraft-directory>/config/smart-completion folder, and uses the same JSON format as resource packs do. The /smartcompletion command modifies these files at runtime as needed.

Earlier versions of Minecraft do not support user config nor the /smartcompletion command, and must be customized by a resource pack.

Resource packs can modify Smart Completion settings creating these files under the smart-completion path. As an example, you may want to see the source for the built-in pack, which contains documentation comments for each setting as well as the default values.

When defined, user config always takes precedence over resource packs. Settings are merged between different resource packs and user config, unless one defines a replace: true key, which invalidates all sources with lower priority.

Home

All Versions

Home general

  • Smart Completion Settings v2 v1

    • Basic settings general
    • Suggestion Style Settings v2 v1
    • Flatcase Splitting Settings v2 v1
    • Cache Settings general
  • Miscellaneous

Clone this wiki locally