protocolize icon indicating copy to clipboard operation
protocolize copied to clipboard

A lightweight BungeeCord protocol framework supporting items

Results 36 protocolize issues
Sort by recently updated
recently updated
newest added

**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...

investigation required

**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...

wontfix

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...

investigation required

**Describe the bug** A clear and concise description of what the bug is. ![image](https://github.com/Exceptionflug/protocolize/assets/29008143/ce6b1d09-6e8d-4843-9045-811c92e94594) **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`