Sparky
Sparky
oops lmao
I'm closing this because when I opened this I didn't have any idea what I was doing.
Sorry for the late reply. > I think we mostly just felt that no one would be too affected either way. Are the current names causing you build problems, or...
> Should this be part of adventure proper? maybe a new template processors module with a higher Java requirement? The current use of a multi-release JAR is technically unsupported, so...
The captchas should be random, doing it every 5 times make it very easy to bypass. Every 5 times is also a bit too often imo.
JSpecify has a [public Google Group](https://groups.google.com/g/jspecify-discuss)
The issue is due to the [`CrystalEntity` extending `LivingEntity`](https://github.com/TogAr2/MinestomPvP/blob/master/src/main/java/io/github/togar2/pvp/entity/explosion/CrystalEntity.java#L11) when it [should only extend `Entity`](https://wiki.vg/Entity_metadata#End_Crystal). Client crash report: ``` java.lang.IllegalStateException: Server tried to update attributes of a non-living entity (actually:...