ProtocolLib i can't use playerpipeline in my own plugin (add-before method)
KadirFFM opened this issue ยท 3 comments
I am the developer of an anticrash, i can't add my own decoder before spigot's decoder cause of protocollib, when i try this protocollib or my plugin isnt working.
Best I can do is point you to where we do our injecting: https://github.com/dmulloy2/ProtocolLib/blob/master/src/main/java/com/comphenix/protocol/injector/netty/ChannelInjector.java#L265