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

Based on an internal discussion in August of 2022, we are now entering the planning stages to remove the Timings functionality from the Paper server software, and to include [Spark](https://spark.lucko.me/)...

type: feature
status: accepted

### Expected behavior Stacked XP orbs (nbt value of `Count` > 1) give the correct amount of item repair. ### Observed/Actual behavior Stacked orbs are treated as not stacked, resulting...

type: bug
status: accepted
version: 1.19

### Expected behavior After dropping 36 stacks of dirt fast using STRG+Q, I should get 36 stacks of dirt when picking up. ### Observed/Actual behavior After dropping 36 stacks of...

type: bug
status: waiting on reporter

Adds an optional override title component to InventoryOpenEvent See `InventoryOpenEvent#titleOverride(Component)` docs for special case for Horses.

As far as I can tell, structures can overlap in generation, so instead of just returning the nullable structure at the location, this just asks for a structure to check...

The ExperienceOrb entity currently has no universal 'spawn' event. This patch adds the event prior to the ExperienceOrbMergeEvent call so new experience orbs do not affect old ones.

### Is your feature request related to a problem? Cannot get or set the count of an experience orb. ### Describe the solution you'd like. Adding a get/set method pair...

type: feature
status: accepted

### Expected behavior ExperienceOrbMergeEvent should be fired for all XP orb merges. ### Observed/Actual behavior the event is only fired for merges that occur as a result of one orb...

type: bug
status: accepted
version: 1.19

### Expected behavior I'm making this issue since #1733 has long since gone stale, and with the recent changes to paper plugins and brigadier-backed plugin commands, I think it's relevant...

type: feature

With this patch, it is now possible to further control what plugins can do with Amethyst Blocks. You can prevent Budding Amethyst blocks from creating shards with the BlockSpreadEvent, and...