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

### Is your feature request related to a problem? Currently, AFAIK, there is no way to retrieve which Entity could have caused a `PlayerItemDamageEvent` to fire, such as when an...

type: feature
status: needs triage

### Expected behavior (Singleplayer Behavior) When an item is being picked up in your inventory, and the inventory closes, the item will go into the hotbar, and play an animation...

type: bug

### Expected behavior The `CanPlaceOn` and `CanDestroy` NBT values on itemstacks support more than just material keys, or material tag keys, they also support block state (mojangs name)/block data (bukkits...

type: bug
status: accepted
version: 1.18

### Is your feature request related to a problem? I wanted to make a plugin which would track when chunks would stop ticking and when it started to tick again...

type: feature
status: needs triage

### Is your feature request related to a problem? Chests and double chests are entities displayed on Minecraft game clients, and a surplus of chests makes the FPS drop hyper...

type: feature
status: needs triage

### Is your feature request related to a problem? I'm writing a plugin to scan my world for cheated/unusual stuff. I intend to scan everything, like blocks, entities, inventories,... I...

type: feature
status: needs triage

When modifying a trade using setTrade() in PlayerPurchaseEvent or PlayerTradeEvent, the result item of that new trade is completely ignored. With this change, you can easily manipulate villager trading from...

[This fix](https://github.com/PaperMC/Paper/pull/4611) did not include the while(notEmpty) look to drop all of the result stack. If you try to create a recipe with an output stack greater than 10, it...

Adds a `proxies.velocity.secret-file` option, making it possible to specify a file containing the velocity secret file instead of including it in the yml. Similarly to https://github.com/PaperMC/Velocity/pull/712. Should work nicely, here's...

All of the "furnace" events are actually for Furnaces, Blast Furnaces, and Smokers. The event name doesn't really show that, so the javadoc for the event should mention it.