Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Velocity
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated last year
Changelog
New API added for easy packet registration in Velocity
// Example of UpdateTeam registration
PacketRegistration.of(UpdateTeamsPacket.class)
.direction(Direction.CLIENTBOUND)
.packetSupplier(UpdateTeamsPacket::new)
.stateRegistry(StateRegistry.PLAY)
.mapping(0x47, MINECRAFT_1_13, false)
.mapping(0x4B, MINECRAFT_1_14, false)
.mapping(0x4C, MINECRAFT_1_15, false)
.mapping(0x55, MINECRAFT_1_17, false)
.mapping(0x58, MINECRAFT_1_19_1, false)
.mapping(0x56, MINECRAFT_1_19_3, false)
.mapping(0x5A, MINECRAFT_1_19_4, false)
.register();
What's Changed
- chore(deps): update dependency gradle to v8.1 in https://github.com/4drian3d/VPacketEvents/pull/9
- Added Packet Registration capability in https://github.com/4drian3d/VPacketEvents/pull/10
Full Changelog: https://github.com/4drian3d/VPacketEvents/compare/1.0.2...1.1.0
Files
Metadata
Release channel
ReleaseVersion number
1.1.0Loaders
Game versions
1.7.2–1.21Downloads
4225Publication date
April 20, 2023 at 2:04 AMPublisher
4drian3d
Owner