stonar96
stonar96
Just to clarify: @JOO200 didn't reproduce the issue as described above. The bed has to be placed outside of the created region, where the player can sleep. The behavior was...
Can confirm. I think the more general issue here is that the `EventAbstractionListener` shouldn't add non-protection-related flags as relevant flags at all, because those are usually allowed by default. Those...
I think, if this issue should be fixed, there isn't really a way around removing the region group flag for the passthrough flag. At least with the logic that is...
I've implemented the logic described in my comment above. This is ready for review.
@ProgrammerDan You can't really compare the timings. My implementation is async but tests have shown that my implementation is much faster than the old Spigot inbuilt Anti-Xray implementation when my...
Of course you can compare it. I thought you were talking about the timings on the main thread were a comparison wouldn't make sense.
@bdougie sorry, can you please review? I want to use this in new projects and it would be nice if I could include these changes automatically via the template.
`.project` and `.classpath` have already been added in #3920. `.settings/` has been discussed several times for instance in #3710 and #3920 with the resolution that it shouldn't be added.
> in the months since this was opened i've seen 2 more people using the group flag on passthrough. as weird as it really is, it _does_ currently work as...
Related to this topic: There is another case where a wrong serialized size may occur. ```java public class PalettedContainer implements PaletteResize { ... public int getSerializedSize() { return 1 +...