- Velocity b426+ support
- Increased online/maximum player count number limit from 5 digits to 8 digits
- New
direct-write
config option to write packets outside of Netty pipeline
1.0.8: Velocity b426+ support
Add direct-write
config option to avoid plugins that modify packets
Add support for 8-digit numbers in online/max fields
Added {NL} support for kick-message. (#36)
- Fixed some inconsistence in the config comments
- Fixed handshake server address stripping
- Added config option to toggle update checker
- Show latest protocol version if the pinger version is unknown by @Spirit55555 in https://github.com/Elytrium/FastMOTD/pull/32
- Validate packet order to prevent any malicious packet spam
Release 1.0.7
Add config option to toggle update checker\nValidate packet order to prevent any malicious packet spam\nRemove DummyPlayer (improves build stability alot)
Check for updates asynchronously\nFix build\nProperly sanitize handshake server address
Fix for #22 (#32)
- Fix for #22
Based on this comment: https://github.com/Elytrium/FastMOTD/issues/22#issuecomment-1712924166
Use ProtocolVersion.MAXIMUM_VERSION to align with Velocity: https://github.com/PaperMC/velocity/commit/12a05f6d751ce0f8447a6ae5832c21dc494ed4fd
- Move fix under status handshake
Log when the protocol is changed.
Fix build (again)
Probably need to remove DummyPlayer entirely instead of doing this
Fix settings inconsistency
Fix build
- Velocity b360+ support
1.0.6: Velocity b360+ support
- Velocity b329+ support
1.0.5: Velocity b329+ support
- Velocity 3.3.0 support
Update GitHub Workflows
Fix workflow