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 sqlite enabled plugins working on a ppc64le system (because java should be universal) ### Observed/Actual behavior any plugin that uses SQL fails spectacularly ### Steps/models to reproduce...

type: bug
status: needs triage

### Is your feature request related to a problem? Currently, the mob-spawn-per-player setting allows you to set an individual mob cap per player, however, it's based on perPlayerMobCap=mobCap/totalPlayers. This still...

type: feature
status: needs triage

Probably in the future this should be expanded to get all itemstacks in a specific category. It's not perfect system since ItemStacks are in categories now, so also a method...

### Expected behavior Returns the correct CreativeCategory from a Material ### Observed/Actual behavior Allways returns BUILDING_BLOCKS ### Steps/models to reproduce get the CreativeCategory from a Material and check if its...

type: bug
status: accepted
version: 1.19

### Expected behavior Portals linked by location x,z should link to each other, not to nearby portal at different y value. Lower y value portal is taking precedence even though...

type: bug
status: needs triage

### Expected behavior The chunk unload time is not instant and should follow the delay-chunk-unloads-by option. ### Observed/Actual behavior I used a weird method to find out the issue. Our...

type: bug
status: accepted

When the EntityChangeBlockEvent is canceled for the waxed copper, the honeycomb (in survival) will shrink only clientside but not serverside.

### Is your feature request related to a problem? the world in minecraft weighs indecently a lot, large servers take up hundreds of gigabytes of space. I think it is...

type: feature
rejected by team prs welcome
status: unlikely

### Is your feature request related to a problem? One of the drawbacks [as noted in Paper's docs](https://docs.papermc.io/paper/anti-xray) with `engine-mode: 2` is the increased computation cost for server/client. ### Describe...

type: feature
status: needs triage

The undeprecated, newly named item flag should be part of the enum with the old, now-deprecated name being the public static final field. I tested this with a spigot plugin...