YouHaveTrouble / CommandWhitelist

You decide what commands players can use or tab complete on your server!
GNU General Public License v2.0
207 stars 22 forks source link

Protocolib console error #52

Closed Zoiter7 closed 2 years ago

Zoiter7 commented 2 years ago

I installed the latest version of plugin for Paper 1.19, using the Bukkit one release, I activated the Protocolib setting in the config, and seems is broken, I get this error on the console when tabbing.

https://www.toptal.com/developers/hastebin/rasetelopu.rb

YouHaveTrouble commented 2 years ago

https://github.com/dmulloy2/ProtocolLib/issues/1646 Protocollib issue.

YouHaveTrouble commented 2 years ago

Reopening because it's still relevant and easier to find as open

YouHaveTrouble commented 2 years ago

I just ended up dropping entire command list send on packet level functionality. It gets rid of the error and I can't be bothered to figure out what was actually wrong with it. That means that command list will be only modified by the api. If someone was nuts enough to inject their commands via a packet, good lord, run away from that plugin asap.