CommandTypeahead
Autocomplete dropdown for slash commands — shows matching commands from CommandAPI as you type in chat
| Last updated | 2 days ago |
| Total downloads | 57 |
| Total rating | 0 |
| Categories | Misc |
| Dependency string | jaide-CommandTypeahead-1.0.0 |
| Dependants | 3 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100jaide-CommandAPI
Framework for registering and handling slash commands — other mods depend on this to add /commands to chat
Preferred version: 1.0.0README
CommandTypeahead for On-Together
(for developers) autocomplete dropdown for slash commands — shows matching commands from CommandAPI as you type in chat
how it works
- Automatically picks up every command registered through CommandAPI
- As you type
/in chat, a dropdown appears with matching commands and their descriptions - Tab to autocomplete the selected command
- Arrow keys to move through suggestions
- Shows the matching prefix highlighted in each result
installation
mod manager installation (recommended)
- Install via mod manager (search "CommandTypeahead")
- Launch the game through ur favorite mod manager (r2modman, thunderstore, etc.)
manual installation
- Install BepInEx 5.x
- Install CommandAPI
- Extract
CommandTypeahead.dlltoBepInEx/plugins/ - Launch the game
for developers
you don't need to do anything, just add this as a dependency and any of your mods that use CommandAPI will automatically show up in the typeahead. descriptions and parameter info from your CommandRegistry.Register() call are shown in the dropdown.
credz
GigaPuff for a great game
jai.gay for the typeahead
gays for existing
changes
1.0.0
- Initial release
- Autocomplete dropdown with match highlighting, keyboard navigation, and tab completion