Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/VPacketEvents
Все версииVPacketEvents 1.1.0

VPacketEvents 1.1.0

Release3 г. назад

Список изменений

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

Full Changelog: https://github.com/4drian3d/VPacketEvents/compare/1.0.2...1.1.0

Метаданные

Канал релиза

Release

Номер версии

1.1.0

Загрузчики

Velocity

Версии игры

1.7.2–26.1

Загрузок

19.8K

Дата публикации

3 г. назад

Загрузил

ID версии

Главная