You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added keybind shortcuts: bind a key (optionally with Ctrl/Shift/Alt) to run a sequence of commands/chat
messages. Each action has its own input and its own delay, so you can pace a sequence step by step, and
command inputs offer the same tab-completion as the chat box. Manage bindings in-game through the Hex Keybinds
screen, opened via a rebindable keybind in the vanilla Controls menu; press Edit on a binding to arrange its
actions.
Commands
Added a /hexa command. Run /hexa keybinds to open the Keybinds screen.
Technical Details
Core
Added a Feature/Module lifecycle with a central registry that wires all client events (tick, chat, world
join/leave, shutdown) and the /hexa command hub once and dispatches to registered features, a generic JsonConfig config helper, and migrated the keybind feature onto them.