mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
* Introduce sendCommand API method * Ensure Geyser/extension commands are caught * Remove handleCommand from the translator, use executeCommand directly * Relocate the command handling logic again, using the new one this time * Fix up the javadocs * Rename back to sendCommand, rename the packet method * Also change the bedrock command translator * And another one... * Ensure we forward commands directly when catching exceptions during command execution --------- Co-authored-by: onebeastchris <github@onechris.mozmail.com>