Shane Freeder
Shane Freeder
isDurationEstimated should return true, the nature of tying this hard to a time seems a bit flawed to me
Yea, I mean, I really feel iffy on this. Like, the expectation of time is that, it, well, progresses at a steady rate, and, ticks trrrrrrry to but technically kinda...
bug = "undocumented behaviour I didn't realise", Not really a bug as bukkit does not say that it won't run block removal logic, i guess it's something that you can...
Yea, I dont think that the tracking range being limited by the sim distance is much of an issue as much as this one singular case, which may honestly be...
Mojang has already added a limit to how many decorations a map can have, I don't think that we'll explicitly add a toggle for this, but, maybe a config to...
Vanilla does not have a source of truth for what item stacks support what NBT tags, so there are no real means for adding validation
And config file stuff should stay in the config patch If we're going to force people to move over, we should be handling that as a migration, but, I'm not...
Mutating size of arbitrary containers would have other side effects, I don't see any advantage to maintaining the burden of something like this when a plugin could do this trivially...
Patches shouldn't modify older patches without explict cause, this should geneally just go into the patch which made those changes In the long term, this is 100% unsupported behavior, relying...
Java is write once, debug everywhere; native libraries however, are not It looks like newer versions of the SQLite connector have this resolved, 3.39.2.0 resolves this, spigot is using 3.36.0.3...