Jake Potrebic

Results 384 comments of Jake Potrebic

I don't think this is a concern anymore. You will not travel to or create portals above the bedrock roof if the void damage is enabled, even if the portal...

Rebased for 1.18.2

Rebased and updated

Rebased on 1.19.4 and retested.

That's not super simple because of the `craftbukkit` package mismatch. If this were all in paper packages, it could work. But it can't be package-private because there is no equivalent...

Rebased for 1.19.2. Currently, this uses the `taskCache` folder inside `Paper-Server` instead of the root one. Idk if that matters, it just threw me for a loop when I went...

> The selectEntities method does something similar with creating a CommandSourceStack and it adds a boolean param to override permissions, might want to do the same here Ok did this,...

I think it would be useful to have a build step that gets a list of all events. I think there should be some processor that does that already to...

This is not the right fix. Instead, any use of the ClientboundSystemChatPacket constructor that just takes an nms Component and a boolean should instead use the main ctor, passing in...