Autocomplete commonly and previously used commands
This mod lets you easily autocomplete previous commands
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
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 when they reach 0
Conversation