jaide-CommandTypeahead icon

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
jaide-CommandAPI-1.0.0 icon
jaide-CommandAPI

Framework for registering and handling slash commands — other mods depend on this to add /commands to chat

Preferred version: 1.0.0

README

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)

  1. Install via mod manager (search "CommandTypeahead")
  2. Launch the game through ur favorite mod manager (r2modman, thunderstore, etc.)

manual installation

  1. Install BepInEx 5.x
  2. Install CommandAPI
  3. Extract CommandTypeahead.dll to BepInEx/plugins/
  4. 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