- Added support for 1.21.X
- Marked setPrintToChat() as deprecated, consider using your own methods to print to chat through registerServerPlayerSpeechListener()
- Updated the README on the github to include how to implement into your mod, as well as elaboration on how to change the model
- Changed 'Push to Talk' to 'Push to Mute', since before it was contradictory
- The .zip file previously unzipped was never getting deleted, and it was setting there doing nothing, so that's fixed
- Changed Library build.grable to use api rather than Implementation, so you don't have to import vosk twice and waste storage
- Disabled the example that is enabled by default (This is a Library, examples shouldn't be enabled qwq)
- Replaced URL method with URI for better security
- Eliminated a bunch of warnings I got in EventHandler.java when loading the project in IntelliJ



