Sander ten Veldhuis
Sander ten Veldhuis
There already is a PlaySound method in players. I think it's more appropriate to merge this with that, and just expose sounds based on strings as a Sound implementation.
I think it's more accurate to call these `FaceType`s instead, so that we can re-use these for the logic of liquids being able to flow out of a face and...
I think it's also a good idea to not have a new package for this but just put it in the model package.
Just to clarify, the suffix doesn't change the parameter type. It allows something like this: `/xp L`, where L is the suffix. That said, this suffix doesn't seem to be...
And, as you mentioned, the type from Type() not showing up is also an issue.
After some investigating: 1. It seems the issue of the enum type showing up as `string` is because we use soft enums for all enums (these can be changed at...
This turns out to be a bit harder than initially expected, because the player handler has to be called in the middle of the Move method. This means that any...
As for Mineplex, this is a bug on their end. We could put a workaround in place for this granted they're probably not going to fix it as nobody seems...
That is because the vanilla client is much less strict and accepts a lot of (partially) invalid data. Like I said, we could add a workaround.
How long does it take until it crashes when you start connecting?