
PartialIdAutocomplete
Allows autocompleting id argument segments individually
- Загрузки
- 2K
- Подписчики
- 13
- Обновлён
- 16 июня 2026 г.
- Лицензия
- CC0-1.0
Опубликован 25 июня 2024 г.
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
Ченджлог
1.2.2+26.2Релиз26.2 · 16 июня 2026 г.
- Updated to 26.2
1.2.2+26.1Релиз26.1, 26.1.1, 26.1.2 · 24 марта 2026 г.
- Updated to 26.1
- Changed versioning format to modversion+minecraftversion
Fixes:
- The default
id-validator-regexnow includes*to allow partial suggestions for item slots
1.2.1Релиз1.21.9, 1.21.10, 1.21.11 · 19 апреля 2025 г.
- Fixed a bug that prioritized partial id suggestions over others when a "file" and "folder" have the same name. For example,
sidebar.team.was prioritized over justsidebar, making it annoying to completesidebar. Nowsidebarwill be prioritized oversidebar.team.
1.2.0Релиз1.21.5 · 26 марта 2025 г.
- Updated to 1.21.5
- The default id validator regex now includes capital characters. This allows partial id completion for scoreboard criteria.
1.1.2Релиз1.21.4 · 6 декабря 2024 г.
- Updated to 1.21.4
- Fixed suggestions for inputs that omit the default
minecraftnamespace
1.1.1Релиз1.21.2, 1.21.3 · 23 октября 2024 г.
- Updated to 1.21.2
- Parent segments are no longer suggested with
collapse-single-child-nodes=falseandonly-suggest-next-segments=false
1.1.0Релиз1.21, 1.21.1 · 3 сентября 2024 г.
- Added
id-validator-regexconfig to set for which suggestions partial ids should be generated
1.0.1Релиз1.21, 1.21.1 · 5 августа 2024 г.
- Icon improved by @Mqx
- Partial ids now also generate for tags
- Fixed that sometimes id segments weren't collapsed correctly
- Added version info to config file
Комментарии
Загружаем…