Dylan T.

Results 860 comments of Dylan T.

I'm thinking an event that gives a list of blocks to be changed (or a `BlockTransaction`) would be a good enough start. I haven't given much thought to probabilities, but...

That seems like overkill to me. I don't know how that would even be implemented.

can we get a new version tagged for PECL? it's been a minute

I forget why this wasn't done long ago tbh, it's probably not that difficult

I've been aware of this bug for a while, but I'd need to know the exact version the height changed in to be able to fix it correctly.

It turns out that the problem is not just knowing which version exported the world, but also that worlds exported from PM to vanilla need some way to tell vanilla...

Yep, running into this with a bunch of stale PRs on my repo too. For some reason a bunch of them got unmarked as stale 3 days ago. (Appears this...

The problem is not `RuntimeException` in itself, which already represents a situation that we know could arise at runtime. The real issue is that there's a lack of @throws annotations,...

Why would plugins be catching RuntimeException during event calls anyway?

That one probably ought to be a LogicException since it would be triggered by dodgy handler code causing recursion