DocumentationIntroduction
Introduction
Even is a BepInEx plugin that adds a voice assistant to Gorilla Tag. When asleep, it listens only for wake phrases like "hey even". When awake, it listens for command phrases and executes the corresponding actions.
Features
- •Voice assistant with multiple aliases
- •Dynamic command registration
- •Per-player commands (e.g. mute player)
- •Extensible command system with built-in custom command/plugin support
How It Works
Even uses a state machine that transitions between sleeping (listening for wake words), awake (listening for commands), executing commands, and cooldown periods. Commands can be built-in or registered dynamically by other plugins via the CommandAPI, making Even highly extensible for custom voice-controlled features.