jaqobb / message-editor

Spigot plugin that allows editing in-game messages that were previously unmodifiable
MIT License
13 stars 2 forks source link

"Is it up to date?" error 1.19.4 #39

Closed LordVZlomka closed 1 year ago

LordVZlomka commented 1 year ago

I'm running a 1.19.4 version with the latest protocol lib, and it causes this error image image

jaqobb commented 1 year ago

The newest version of ProtocolLib had a change in some parts of the API and Message Editor 2.5.1 is still using the old API. In order to fix the startup issue, either downgrade ProtocolLib or use the snapshot version of Message Editor that uses the new API.

You can download said Message Editor version here: https://github.com/jaqobb/message-editor/suites/12425096779/artifacts/661114838

jaqobb commented 1 year ago

Message Editor 2.5.2 has been released, fixing Paper issue and bumping ProtocolLib API among other things.