Better Command Completions

Quick rating

Community listing page, reviews here may not be monitored by the author.

Better Command Completions

By xpncvrOwner

No reviews yet

Autocomplete commonly and previously used commands

Mod Loaders
Minecraft
26.3 26.2

About

Description

Better auto-complete

This mod lets you easily autocomplete previous commands

Preview

output

Config

You can edit the file better_command_history.txt in the minecraft folder to add custom completions

You can add custom lines like

!10,/msg *** hello

The *** is a word wildcard (only 1 per command as of now) so any word can be placed there, make sure to put ! at the start of the line

Misc info

It has a weight system so more previously used commands are prioritized in the suggestion

New modifications are loaded accross game restarts

The file is in a csv format weight,time_made,command except for lines starting with !

Completions lose 1 weight per day and stop when they reach 0