
Partial ID Autocomplete Minecraft Mod
This Minecraft Fabric mod extends the autocompletion for id arguments in commands for completing ids only up to a certain segment.
For example, if you have many functions under namespace:folder_name/, you can now
complete only the namespace:folder_name/ part instead of having to directly complete the
full function id.
Config
The mod has a config file located at config/partial_id_autocomplete.properties in your Minecraft directory. The following config options are available, which can also be accessed through Mod Menu:
id-segment-separator-regex: The regex that is used to split an id into its segments.collapse-single-child-nodes: If enabled, nodes with only one child will not be suggested and their child will be suggested instead (even when "Only Suggest Next Segments" is enabled)only-suggest-next-segments: If enabled, only the next segment of the id will be suggested (based on the segments that have already been entered). If "Collapse Single Child Nodes" is enabled as well, deeper segments are also suggested, in case they are the only child of their parent.id-validator-regex: The regex that is used to determine whether a suggestion is an id. Partial ids will only be suggested if all suggestions match this regex
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 26.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as partial_id_autocomplete-1.2.2+26.2.jar — drop this file into the mods folder
- Download size: 38 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.