Paper
Paper copied to clipboard
The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
Will do a writeup later if needed, is sunday, needs further testing, is sunday --- Download the paperclip jar for this pull request: [paper-10259.zip](https://nightly.link/PaperMC/Paper/actions/artifacts/1254543345.zip)
Adds a removal reason to `EntityRemoveFromWorldEvent`. The `RemovalReason` enum mirrors the NMS `Entity.RemovalReason`, except that the methods `shouldDestroy`/`shouldSave` are renamed to `willDestroy`/`willSave`. Due to the chunk system rewrite, unloaded entities...
This fix #10273 making the damager selector use the same logic than Projectile for every case, directEntity is who cause the damage (the damager). if any can enable the jar...
### Expected behavior The `EntityDamageByEntityEvent` called for when a firework explodes and deals damage should return the firework for `#getDamager`. ### Observed/Actual behavior The owner of the exploding firework is...
### Expected behavior When placing `REDSTONE` next to a `SHORT_GRASS` (or any other flower) that is above a block that is not `GRASS_BLOCK` (such as `DIAMOND_BLOCK`) in a region, in...
resolves #10137 no idea if there are any other blocks that grant effects, conduits and beacons are the only ones i know of
This leads to discussion in regards to `ItemStack#setType`, which currently is not supported by vanilla, but is reintroduced by spigot. This method possibly allows for unsafe behavior, as illegal item...
resolves #9889 # TODO: - [ ] Implement and call event - [ ] finish implementing BiomesSnapshot - [ ] add a handle to Chunk - [ ] test api...
Previously paper disabled the abilities for entities to teleport via end gateways if they were being used as a vehicle. While the behaviour generally worked fine for entities riding other...
### Expected behavior Setting hopper-amount to 10 makes the Composter added 10 times, or 20, or 30, etc. ### Observed/Actual behavior It just adds by 1 like regular players. ###...