Jake Potrebic

Results 489 comments of Jake Potrebic

Ok, I was able to replicate it, but it doesn't seem to happen all the time. Sometimes I just end up being dropped of on the block right before the...

After for research, this might not be a Paper issue, but rather a plugin just removing an entity in the wrong place. Basically non-player entities are destroyed and recreated when...

https://github.com/PaperMC/Paper/pull/7655 should fix this by letting you set all the params.

Don't include the full space rows. In your shaped recipes, you shouldn't have complete rows or complete columns of spaces, those can just be deleted.

> Don't include the full space rows or columns. In your shaped recipes, you shouldn't have complete rows or complete columns of spaces, those can just be deleted. Do this

To expand on how a vanilla change caused this... When a projectile is deflected, it's owner is changed to the entity that it deflected off of. And for arrows, when...

This changes some of the "add effect" methods that have a boolean return value to never return false. It feels like too much of an API break to make this...

Fixed by https://github.com/PaperMC/Paper/pull/7265

I think this is not fixable. The client has it's own logic for checking if selectors can be used, and in vanilla, you have to have an op level of...

I haven't tested it, but its probably a version mismatch. It only meant to support 1.21.4