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.dll to BepInEx/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