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 1066 Paper issues
Sort by recently updated
recently updated
newest added

### Expected behavior Using the ItemMeta API to set Axolotl or TropicalFish meta does not work. ``` var bucket = new ItemStack(Material.TROPICAL_FISH_BUCKET); TropicalFishBucketMeta meta = (TropicalFishBucketMeta) bucket.getItemMeta(); meta.setPattern(TropicalFish.Pattern.KOB); meta.setBodyColor(DyeColor.RED); meta.setPatternColor(DyeColor.WHITE);...

status: accepted
version: 1.21.10

### Expected behavior Editing the NBT-Data of an Entity by using /data merge entity @n[type=minecraft:pig] {HasVisualFire:1b} should make it look like it is on fire. ### Observed/Actual behavior Editing the...

status: accepted
scope: parity
version: 1.21.10

### Expected behavior I've been operating wireless redstone referenced in #6277 and it does work, but I have it connected to a stasis chamber and about once per hour it'll...

status: needs triage

### Expected behavior Smooth movement of minecarts ### Observed/Actual behavior Minecarts rubberband for the rider. The rider's view also rubberbands. Rubberbanding is not visible to external viewers or when spectating...

status: accepted
version: 1.21.5

By default, every entity currently has Paper.FireOverride always saved in their nbt, but the presence of this tag causes HasVisualFire to be skipped during loading. Closes #13317

### Expected behavior Zombified piglins should aggro on the player, and then reliably path find towards the player. ### Observed/Actual behavior If you aggro the zombfied piglins on the player...

status: needs triage
version: 1.21.10

### Expected behavior According to javadocs, setting `copyDataComponents` parameter to `false` should prevent components to be copied from the base item, to the recipe result. https://jd.papermc.io/paper/1.21.10/org/bukkit/inventory/SmithingTransformRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,org.bukkit.inventory.RecipeChoice,org.bukkit.inventory.RecipeChoice,boolean) ### Observed/Actual behavior Setting...

status: accepted
version: 1.21.10

I would like to suggest adding permissions for more of the gamemaster blocks that are included in Java Edition. The patch I created adds the following nodes: • Structure Block...

### Stack trace ``` [12:24:03 ERROR]: Error while dispatching rpc method minecraft:players/kick java.lang.IllegalStateException: Already retired at io.papermc.paper.threadedregions.EntityScheduler.retire(EntityScheduler.java:116) ~[paper-1.21.10.jar:1.21.10-113-9fc21bc] at net.minecraft.world.entity.Entity.retireScheduler(Entity.java:5190) ~[paper-1.21.10.jar:1.21.10-113-9fc21bc] at net.minecraft.server.players.PlayerList.remove(PlayerList.java:491) ~[paper-1.21.10.jar:1.21.10-113-9fc21bc] at net.minecraft.server.network.ServerGamePacketListenerImpl.removePlayerFromWorld(ServerGamePacketListenerImpl.java:2211) ~[paper-1.21.10.jar:1.21.10-113-9fc21bc] at net.minecraft.server.network.ServerGamePacketListenerImpl.onDisconnect(ServerGamePacketListenerImpl.java:2189) ~[paper-1.21.10.jar:1.21.10-113-9fc21bc]...

status: needs triage
version: 1.21.10

### Expected behavior When updating, the server should successfully convert items stored in player data. ### Observed/Actual behavior When loading player files with certain items (an older book in this...

status: needs triage
version: 1.21.10