protocolize
protocolize copied to clipboard
A lightweight BungeeCord protocol framework supporting items
**Describe the bug** I don't use TCPShield, Gayser and other. I have one IP with Ddos Guard A clear and concise description of what the bug is. **To Reproduce** Steps...
**Describe the bug** [09:45:03 ERROR] [dev.simplix.protocolize.velocity.listener.PlayerListener]: Pipeline is not initialized. This is a bug. Please report. Pipeline handlers = {} [09:45:03 ERROR] [dev.simplix.protocolize.velocity.listener.PlayerListener]: Initializer: dev.simplix.protocolize.velocity.netty.ProtocolizeBackendChannelInitializer [09:45:03 ERROR] [dev.simplix.protocolize.velocity.listener.PlayerListener]: Pipeline is...
When I shift click on certain items I get an error and kick me out of the server [error.txt](https://github.com/Exceptionflug/protocolize/files/14135269/error.txt) [protocolize-logs.zip](https://github.com/Exceptionflug/protocolize/files/14135272/protocolize-logs.zip) Velocity-346 protocolize-velocity-build958 Backend Server 1.20.1 Fabric
**Describe the bug** Kick and error when opening inventory **To Reproduce** Steps to reproduce the behavior: 1. Write the plugin with code: ```java ProtocolizePlayer player = Protocolize.playerProvider().player(((Player) invocation.source()).getUniqueId()); final Inventory...
**Describe the bug** [09:44:41 WARN] [Protocolize]: Don't know what item 2801 at protocol 763 should be. [09:44:41 WARN] [Protocolize]: Don't know what item 26837 at protocol 763 should be. [09:44:41...
So I explain myself, when I do my installation of protocolize bungeecord for pl-hide pro and I put the two jar files in my plugin folder of my bungee I...
**Describe the bug** A clear and concise description of what the bug is.  **To Reproduce** Not sure how this can be reproduced **Expected behavior** Server doesnt crash **Screenshots** https://pastebin.com/eRmJZyHU...
**Describe the bug** When using protocolize on waterfall 1.20 and joining a 1.8.8 backend an error occurs and kicks the client: ``` [08:46:37 WARN]: [/10.0.0.1:41818|Defective4] -> UpstreamBridge - A decoder...
## Packet listening ### Unified packet event class Now `PacketReceiveEvent` and `PacketSendEvent` extends a common `AbstractPacketEvent` class with the new method `AbstractPacketListener#packetEvent()`, this is useful if you want to detect...
**Added check for duplicated fixing error spam after connection to server** `java.lang.IllegalArgumentException: Duplicate handler name: protocolize2-decoder ` **and** `java.lang.IllegalArgumentException: Duplicate handler name: protocolize2-encoder`