Age | Commit message (Collapse) | Author |
|
closes #7190
|
|
ThreadFactoryBuilder (#7179)
|
|
|
|
|
|
|
|
|
|
Not the most ideal, but works for now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that the log4j-api version used in paper-api does not affect the version used in paper-server, this just affects the version people will see in their IDE when compiling against paper-api.
|
|
|
|
|
|
|
|
|
|
This ensures at least a valid version of the chunk exists
on disk, even if outdated
|
|
Required to add in the new biome sections
|
|
|
|
Caused the chunk to be later deserialized, which would
result in spamming unrelated errors (possibly) +
double chunk completion.
|
|
Missed the diff by Mojang that added this, apparently some
ancient code created zero-length biomes.
|
|
|
|
Co-authored-by: Nassim Jahnke <[email protected]>
|
|
No confirmed attack vector, and definitely no attack vector for normal setups, but, just in case.
|
|
|
|
Co-authored-by: Riley Park <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
CraftBukkit Changes:
35d3986e Disable log4j message formatting
040e0c3b Increase outdated build delay
|
|
|
|
|
|
|
|
Fixes https://github.com/PaperMC/Starlight/issues/99
|
|
Caused blocks to tick outside of simulation distance
|
|
|