Releases: dustinrouillard/hyrcon
Releases · dustinrouillard/hyrcon
Release list
v2.0.0
There is breaking changes in this release!
If you are currently using the legacy hyrcon protocol that we released with, which was line-protocol and could be connected and used over netcat, you'll want to set your protocol (through env or the config) to hyrcon
🚀 Changes
- Made Source RCON Protocol the default server protocol
Full Changes: v1.0.1...v2.0.0
v1.0.2
v1.0.1
🚀 Changes
- Added support for a
config.ymlto be located inmods/dstn.to_HyRCONto configure the mod in environments where you cannot control process environment variables. - Changed the default enabled state to
falsemeaning you now have to configure it in the config.yml to enabled or setHYRCON_ENABLED=truein your env
this was done for security reasons
v1.0.0
Initial plugin and build workflow for HyRCON