Paper icon indicating copy to clipboard operation
Paper copied to clipboard

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies

Results 984 Paper issues
Sort by recently updated
recently updated
newest added

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)

build-pr-jar

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...

build-pr-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...

type: bug
status: accepted
version: 1.20

### 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...

type: bug
status: accepted
version: 1.20.4

resolves #10137 no idea if there are any other blocks that grant effects, conduits and beacons are the only ones i know of

type: feature

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...

build-pr-jar

### 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. ###...

type: bug
needs testing
status: waiting on reporter