Jake Potrebic
Jake Potrebic
Updated to use the existing TriState type.
This can just be done via a plugin without this API. Just mark spawners via PDC and listen to the spawner spawn event to set entities as unaware.
Yeah, this has been a big issue with the way the bukkit itemmeta system was designed from the beginning. This will probably be addressed partially in https://github.com/PaperMC/Paper/pull/8711 and the later...
Do we need anything more than an ON UPDATE CASCADE on the owner name column in projects? EDIT: We actually already have that.
Closed by https://github.com/PaperMC/Paper/pull/9034
Similar to https://github.com/PaperMC/Paper/pull/6254, we aren't interested in adding functionality which "changes" a string automatically. Instead links should be turned into click events on components by plugins themselves instead of some...
I cannot replicate this anymore. I registered two listeners, one for break, one for destroy. Then I broke beds and doors in survival mode and different coords were logged. Am...
Done by upstream https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/commits/fb50924403915ad24e9389361a10dfbf53c1e696
Can the impl for those new methods be put into a previous patch relating to spawn reasons?
Handled in https://github.com/PaperMC/Paper/pull/6613 (Owen said to)