Releases: YvanMazy/TransferProxy
Releases · YvanMazy/TransferProxy
1.0.7
Release 1.0.7
- Add support for 1.21.2
- Add ParticleStatus enum from 1.21.2
- Add an option to disable extra byte check for packet decoding
- Upgrade some dependencies (and Gradle to 8.10)
- Reworking packet structure for future Minecraft updates
Full Changelog: 1.0.6...1.0.7
1.0.6
Release 1.0.6
⚠️ All packages have been renamed. You need to update the dependency for all plugins!- Improve "auto" protocol on status
- Status favicon is now configurable
- Add some null checks
- Improve cookie methods and validation
- Upgrade some dependencies
Full Changelog: 1.0.5...1.0.6
1.0.5
Release 1.0.5
- Fix a NPE on Windows 11 by @Stabrinai in #1
- Add a configuration section for logging
- Add a way to get player's brand
- Upgrade packet's data for 1.20.5 release
- Upgrade some dependencies
- Minor code clean up
Full Changelog: 1.0.4...1.0.5
1.0.4
Release 1.0.4
- Fix bad exception throwing issue (this fixes the disconnect message)
- Introduce a KeepAlive system (configurable, packet added)
- Improve internal code structure
- Make minor API improvements
- Add unit tests
- Upgrade dependencies (adventure-api, netty-all, junit)
Full Changelog: 1.0.3...1.0.4
1.0.3
Release 1.0.3
- Add warning when no plugin found
- Rework event API to allow multiple listener (API BREAKING CHANGES)
- Project dependencies are accessible when the project is used as a dependency.
- Fix shutdown hook
- ANSI colors are supported in the console
- Add log files with automatic compression
- Update gradle tasks
- Add some methods for plugins
- Add default listeners
- Add resource pack packets (no api yet)
- Other little things
Full Changelog: 1.0.2...1.0.3
1.0.2
Release 1.0.2
- Update gson dependency
- Added
HANDSHAKE
event - Added
PlayerConnection#disconnect
- Allow unknown property in configuration
- Added "kick-old-protocol" in configuration
- Added a configuration system for plugin
- Little code improvements
The demo plugin repository has been updated. There are more different demo plugins.
Full Changelog: 1.0.1...1.0.2
1.0.1
Release 1.0.1
- Added PlayerConnection#isFromTransfer
- Added PlayerConnection#sendLoginSuccess
- Rework events API
- Cookie API is now available
- Move default StatusListener to API
- Small code improvements
Full Changelog: 1.0.0...1.0.1