Nassim Jahnke

Results 184 comments of Nassim Jahnke

There have been some nice troublekillers lately, if they haven't been applied yet, could you try adapting a few of the new ones (best example would be https://github.com/PaperMC/Paper/commit/cedf38aac061173a5f055f7c2acf089627c440c1)?

Using the Vector class here doesn't really make sense

Could just go with the Vanilla name of Rotations

Sure, making it a record would fit here

Since we have plans on fixing the clusterfuck that are Location and Vector usage in Bukkit, use-specific classes that can also be used elsewhere are the way to go... tho...

Ideally we would call the move event, but only with rotational values, or create a new event for (relative) rotation changes inside of a vehicle ... if you're only looking...

Oh forgot to mention; I made the protocol inside the CodecsHandler mutable with a setter and replaced the line you sent with ``` CodecsHandler codecs = (CodecsHandler) getChannel().pipeline().get("codecs"); codecs.setProtocol((GlowProtocol)proto); ```...

We need the full error from your logs.

On what server was that?