Protocolize - ProtocolLib for BungeeCord / Waterfall / Velocity icon

Protocolize - ProtocolLib for BungeeCord / Waterfall / Velocity -----

ProtocolLib like library for proxy packet manipulation




Add support for Minecraft 1.20.2
----------, Oct 12, 2023

Add support for 1.20 and much more!
----------, Sep 18, 2023

This update addresses several fixes regarding the 1.19.3 support
----------, Dec 20, 2022

This update fixes issues regarding the 1.19.3 update of protocolize
----------, Dec 19, 2022

Add support for 1.19.3.
This is a beta release, be cautious on production servers and report any bugs here to get them fixed ASAP.
----------, Dec 12, 2022

This update should add support for 1.19.1
----------, Aug 3, 2022

This update fixes introduced issues with 2.2.0 regarding 1.19 compatibility
----------, Jun 8, 2022

This update adds the support for minecraft version 1.19
----------, Jun 7, 2022

This update adds support for the 1.18.2 version of Minecraft.
----------, Mar 2, 2022

This update bundles the bug fixes and improvements from the last nightly builds:

- Improved support for Geyser
- Adventure Audience support on velocity (thanks to 4drian3d)

Legacy module remains unchanged.
----------, Feb 9, 2022

This update adds the support for the Minecraft Caves & Cliffs Part II Update.
----------, Nov 30, 2021

This update addresses some reported bugs.
----------, Nov 7, 2021

With this update, Protocolize v2 is now officially available.

This update includes the following changes:
➤ Supports Velocity and BungeeCord
➤ Built in support for 1.13 to latest (legacy support via external module available)
➤ Legacy support module for 1.8 to 1.12: https://ci.exceptionflug.de/job/Protocolize-Legacy-Data/
➤ New fresh user friendly and platform independent API
➤ At least 50 % more performance efficient due to optimised algorithms

Removed features:

➤ Traffic management and monitoring

Protocolize v1 is now unsupported. Please migrate your plugins to v2. Migration guide: https://github.com/Exceptionflug/protocolize/wiki/Migrating-from-Protocolize-v1
----------, Sep 29, 2021

(This update contains the latest updates of Protocolize.)

Important:

We will upgrade Protocolize to 2.x.

The next major release will be completely recoded. A few of the feature highlights:

➤ BungeeCord and Velocity proxy support
➤ A completely fresh and well-designed API that is way easier to use for beginners
➤ A rethought project structure. You will only need one dependency (protocolize-API) for all supported platforms for development!
➤ STATUS, HANDSHAKE, LOGIN, and PLAY protocol phase support (Protocolize v1 only supported PLAY)
➤ Better compatibility with upcoming versions of Minecraft

Please make sure to start to upgrade existing plugins to the new Protocolize API.
Since Protocolize 2.x is done from scratch plugins using the old API will stop working.
After the release of Protocolize 2.x in a few months support for old Protocolize versions will be dropped.

During the transition period, feel free to ask us questions on our Discord server or via SpigotMC's direct messages.
----------, Sep 3, 2021

As the title says, this adds support for 1.17.1
----------, Jul 8, 2021

This update addresses some minor bugs and adds support for the new Minecraft version 1.17
----------, Jun 14, 2021

Now adding support for Minecraft release 1.16.5
----------, Jan 15, 2021

New | Minecraft 1.16.4 support
----------, Nov 7, 2020

New | A small update implementing more debug possibilities
----------, Oct 22, 2020

New | We now have a Support-Discord opened for you
----------, Sep 19, 2020

This release contains all 1.6.4 hotfixes released in the last days.
----------, Sep 15, 2020

Adding item support for 1.16.3
----------, Sep 15, 2020

This will fix several issues produced by ItemType.proto
----------, Sep 13, 2020

Just adding 1.16.3 support and some minor fixes regarding spawn eggs
----------, Sep 10, 2020

Fix a bug where custom tool or weapon durabilities caused a failure in ItemType's getType method.
----------, Sep 6, 2020

Hotfixes for version 1.6.2 supporting 1.16.2
----------, Aug 14, 2020

Fix download link
----------, Aug 13, 2020

Add Minecraft 1.16.2 support
----------, Aug 13, 2020

This will add support for minecraft version 1.16.2
----------, Aug 12, 2020

This update adds support for the BungeeCord fork names Aegis. This update also addresses some smaller bugs.
----------, Jun 30, 2020

This update adds the support for the nether update.
----------, Jun 25, 2020

Fixing italic lore on 1.14 and above clients
Fixing smaller bugs and exceptions
----------, May 7, 2020

This will fix a critical issue where 1.8 players get disconnected sometimes.
----------, Feb 15, 2020

Just adding minecraft 1.15.2 support
----------, Jan 22, 2020

Nothin to say, just 1.15.1 support
----------, Dec 17, 2019

Supports the new sounds of Minecraft 1.15 and improves compatibility with older releases
----------, Dec 12, 2019

Adds compatibility for the coming BungeeCord & Waterfall release 1.15
----------, Dec 10, 2019

This release supports the currently latest build of the Waterfall proxy suite.
----------, Sep 6, 2019

Minecraft 1.14.4 support
----------, Jul 19, 2019

Now supporting protocol version 490
----------, Jun 24, 2019

Heyho, this update will solve some problems when using items with 1.13.x clients.
----------, Jun 19, 2019

Adds support for the new minecraft release 1.14.2
----------, May 30, 2019

Added support for 1.14.1
----------, May 14, 2019

Now we are using protogen for generating the ItemType enum. We also renamed some enum constants to fit the 1.14 naming style. There are no relevant api changes done to the ItemType system.
----------, Apr 27, 2019

Adds support for minecraft 1.14

NOTICE: Since java has a method size limit of 64KB, there will be future api breaking updates leaving the concept of using an ItemType enum. In this version, protocolize is unable to handle new 1.14 exclusive items. So protocolize is only recommended to 1.13 or lower servers with 1.14 upwards compability.

NOTICE: Since mojang changed the inventory type system in a way like the 1.13 item changes, there are api breaking changes in the InventoryType enum.
----------, Apr 23, 2019

Fixed a ConcurrentModificationException
----------, Apr 8, 2019

Fixed several exceptions
----------, Mar 31, 2019

Implement sound support. Many sounds are not tested so there is no warranty this will work fine. If a sound is not working, please open an issue.
----------, Mar 26, 2019

Since spigotmc doesn't allow changes of uploaded binaries, github will be used to publish further updates.
----------, Mar 8, 2019

Protocolize will now register packets correctly
----------, Mar 7, 2019

Fixes startup problems on new bungeecord versions
----------, Mar 4, 2019

Fixed bugs where sometimes exceptions occur
----------, Feb 24, 2019

Fixed a ConcurrentModificationException and several others
----------, Feb 17, 2019

Added ItemFlag support for ItemStacks
----------, Feb 17, 2019

Resource Information
Author:
----------
Total Downloads: 28,811
First Release: Jan 5, 2019
Last Update: Oct 12, 2023
Category: ---------------
All-Time Rating:
35 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings