Paper
Paper copied to clipboard
The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
### 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...
### 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...
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...
### 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...
### 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...
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...
### 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...
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...