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

### Expected behavior Moving minecart: Using `/execute at run tp ~10 ~ ~` with a moving minecart should quickly move it 10 blocks east, before it would continue to move...

type: bug
status: accepted

### Is your feature request related to a problem? No way to see why an entity has teleported if it isn't a player ### Describe the solution you'd like. Add...

type: feature
status: needs triage

### Is your feature request related to a problem? If a plugin adds an entity as a passenger to a player and then a plugin tries to run `Player#teleport` (with...

type: feature
status: accepted

### Is your feature request related to a problem? When the number of players reaches dozens of people, the high simulation distance cannot be afforded. My simulation distance is 5....

help wanted
type: feature
status: accepted

### Is your feature request related to a problem? Many types of damage can't be detected for the Interaction entity. ### Describe the solution you'd like. Currently the EntityDamageEvent event...

type: feature
upstream: vanilla

Closes #9714 Previously the BlockRedstoneEvent was called for every update even non redstone related one and was always unpowered (15 -> 0). Now only two events at least are called...

This fix an issue with the egg throw sound being played twice (slightly noticeable with the volume of the sound compared to other projectile) and the enderpearl that didn't reset...

### Is your feature request related to a problem? There's no info in `InventoryClickEvent` javadoc about `InventoryDragEvent` being called instead when player clicks and drags their cursor. Many developers with...

status: accepted
good first issue
type: documentation

Adds Event to detect Presses and Releases of Buttons&Pressure Plates. I know button press can be detected via InteractEvents, but my main motivation was the Release part, which does not...

### Timings or Profile link https://timings.aikar.co/dev/?id=a2e746151ef44bc28b335d200c0c44f2 ### Description of issue In certain cases, Leashed horses will cause serious performance issues Other animals probably do too, but it's not as obvious...

status: accepted
type: performance
priority: low