- 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
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.