Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom player head lose textures #9612

Closed
JellyRoad opened this issue Aug 15, 2023 · 2 comments
Closed

custom player head lose textures #9612

JellyRoad opened this issue Aug 15, 2023 · 2 comments
Labels
good first issue Simple bug fix or feature which would be a good first PR for someone new to the project status: accepted Disputed bug is accepted as valid or Feature accepted as desired to be added. type: bug Something doesn't work as it was intended to.

Comments

@JellyRoad
Copy link

Expected behavior

2023-08-15.18-55-09.mp4

Observed/Actual behavior

2023-08-15.18-40-05.mp4

Steps/models to reproduce

start paper server
stop the server
go to server files
open world folder
open datapacks folder
put Decapitation.zip into datapacks folder
Decapitation.zip
start srver
summon warden and kill him
pick up head that he drop
try to open inventory/place head

Plugin and Datapack List

obraz

Paper version

This server is running Paper version git-Paper-126 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: a73ed95)
You are 1 version(s) behind
Download the new version at: https://papermc.io/downloads/paper
Previous version: git-Purpur-2035 (MC: 1.20.1)

Other

Data for heads
in first slot normal head (how it shuld look like)
in second slot broken head

/setblock -1 76 24 minecraft:chest[facing=south,type=single,waterlogged=false]{Items:[{Count:1b,Slot:0b,id:"minecraft:player_head",tag:{SkullOwner:{Id:[I;1553579158,176833303,-1716217748,-1737146209],Name:"Warden",Properties:{textures:[{Signature:'{"italic":false,"color":"yellow","text":"Warden Head"}',Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzk1OWFlMDJlMzVjYmM0NzQzZTZlNzAyZmRhNjk4MGJhZDJlOTgwNDk0MDNjMTY5OTYyODZlYjQxMmY5NDY4OSJ9fX0="},{Signature:"tdp.511:sounds/warden",Value:"TDP511_V1"},{Signature:'{"text":"Player Kill","color":"#11BB11","italic":false}',Value:'{"text":"Obtained from:","color":"#888888","italic":false}'},{Signature:"tdp.511:sounds/warden",Value:"TDP511_V1"}]}},display:{Lore:['{"text":"Obtained from:","color":"#888888","italic":false}','{"text":"Player Kill","color":"#11BB11","italic":false}'],Name:'{"italic":false,"color":"yellow","text":"Warden Head"}'}}},{Count:1b,Slot:1b,id:"minecraft:player_head",tag:{SkullOwner:{Id:[I;1553579158,176833303,-1716217748,-1737146209],Name:"Warden",Properties:{textures:[{Signature:"tdp.511:sounds/warden",Value:"TDP511_V1"}]}},display:{Lore:['{"text":"Obtained from:","color":"#888888","italic":false}','{"text":"Player Kill","color":"#11BB11","italic":false}'],Name:'{"italic":false,"color":"yellow","text":"Warden Head"}'}}}]}

@JellyRoad JellyRoad added status: needs triage type: bug Something doesn't work as it was intended to. labels Aug 15, 2023
@papermc-projects papermc-projects bot moved this to 🕑 Needs Triage in Issues: Bugs Aug 15, 2023
@Owen1212055
Copy link
Member

Owen1212055 commented Aug 15, 2023

Can reproduce, this is caused by https://github.com/PaperMC/Paper/blob/master/patches/server/0427-Clean-up-duplicated-GameProfile-Properties.patch

This patch should probably be removed.

@Owen1212055 Owen1212055 added status: accepted Disputed bug is accepted as valid or Feature accepted as desired to be added. good first issue Simple bug fix or feature which would be a good first PR for someone new to the project and removed status: needs triage labels Aug 15, 2023
@papermc-projects papermc-projects bot moved this from 🕑 Needs Triage to ✅ Accepted in Issues: Bugs Aug 15, 2023
@JamieIsGeek
Copy link

@Owen1212055 would you just say remove the patch entirely?

JamieIsGeek pushed a commit to JamieIsGeek/Paper that referenced this issue Aug 17, 2023
@github-project-automation github-project-automation bot moved this from ✅ Accepted to Done in Issues: Bugs Aug 17, 2023
b0ykoe pushed a commit to InfernalSuite/AdvancedSlimePaper that referenced this issue Aug 17, 2023
granny added a commit to PurpurMC/Purpur that referenced this issue Aug 21, 2023
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@6520ca1 Fix main thread priority being lowered (#9488)
PaperMC/Paper@47b805f Don't let player loot if reloot time is disabled (#9615)
PaperMC/Paper@73af2d4 Add clicked position to PlayerUseUnknownEntityEvent (#9604)
PaperMC/Paper@ea1f33c Delete patch to fix PaperMC/Paper#9612 (#9621)
PaperMC/Paper@307d05b Count down radius-aware dependency tree node parents (#9600)
PaperMC/Paper@eb8f2bb Fix unknown entity interaction clicked position getter if null
PaperMC/Paper@fd4f0c7 API for an entity's scoreboard name (#9462)
PaperMC/Paper@2bd6ba2 Deprecate and replace methods using deprecated StructureType (#8643)
PaperMC/Paper@666a214 [ci skip] rebuild patches
kev626 added a commit to pufferfish-gg/Pufferfish that referenced this issue Aug 27, 2023
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@6520ca1 Fix main thread priority being lowered (#9488)
PaperMC/Paper@47b805f Don't let player loot if reloot time is disabled (#9615)
PaperMC/Paper@73af2d4 Add clicked position to PlayerUseUnknownEntityEvent (#9604)
PaperMC/Paper@ea1f33c Delete patch to fix PaperMC/Paper#9612 (#9621)
PaperMC/Paper@307d05b Count down radius-aware dependency tree node parents (#9600)
PaperMC/Paper@eb8f2bb Fix unknown entity interaction clicked position getter if null
PaperMC/Paper@fd4f0c7 API for an entity's scoreboard name (#9462)
PaperMC/Paper@2bd6ba2 Deprecate and replace methods using deprecated StructureType (#8643)
PaperMC/Paper@666a214 [ci skip] rebuild patches
PaperMC/Paper@d129162 Properly handle BlockBreakEvent#isDropItems (#8936)
PaperMC/Paper@67a1a8c Fix Inventory#getLocation not working for the composter (#9596)
PaperMC/Paper@5b34a09 Add option to disable chorus plant and mushroom block updates (#9442)
PaperMC/Paper@ed8401c Fix rotation for spawning display entities (#9552)
PaperMC/Paper@bd67b83 Determine lava and water fluid explosion resistance by their block explosion resistance (#9482)
PaperMC/Paper@d928dda Don't tab-complete namespaced commands if `send-namespaced` is false (#9366)
PaperMC/Paper@f43a19c Fix CME in CraftPersistentDataTypeRegistry (#6701)
PaperMC/Paper@45ba652 [ci skip] Rebuild patches
PaperMC/Paper@990765b Fire entity death event for ender dragon (#9495)
PaperMC/Paper@1259b93 Fixed CraftItemStack/CraftItemMeta enchantment level inconsistency (#8792)
PaperMC/Paper@88891c3  Add Entity Coordinate and Rotation API (#9461)
PaperMC/Paper@5bf82aa Add cancellability to PlayerTrackEntityEvent (#8605)
PaperMC/Paper@1b96c64 Improve cancelling PreCreatureSpawnEvent with per player mob spawns (#9400)
PaperMC/Paper@7232506 Add entity tracker min Y distance config option (#9406)
PaperMC/Paper@00a68b1 Player listing API (#8782)
PaperMC/Paper@af6142e [ci skip] Update Gradle wrapper
PaperMC/Paper@281855c Remove unused lag-compensate-block-breaking option (#9635)
PaperMC/Paper@35ef053 [ci skip] update editorconfig and gitattributes (#9608)
PaperMC/Paper@97b9c4a Fix NPE on Boat#getStatus (#9115)
PaperMC/Paper@2be57c6 Expand Pose API (#8781)
PaperMC/Paper@b29ecd4 Expose clicked BlockFace during BlockDamageEvent (#9632)
PaperMC/Paper@e3f29f4 MerchantRecipe: add copy constructor (#8703)
PaperMC/Paper@fed9042 More DragonBattle API (#5655)
PaperMC/Paper@27d39ca Properly clone custom nbt tags inside ItemMeta (#7849)
PaperMC/Paper@0c7385b Add PlayerPickItemEvent (#5590)
PaperMC/Paper@9395aa6 Improve performance of mass crafts (#9603)
PaperMC/Paper@7386a13 Fix endgateway teleportation offset (#9517)
PaperMC/Paper@a712766 Allow custom damage for trident (#8132)
PaperMC/Paper@3716832 Prevent overfilled bundles from duplicating items (#9633)
PaperMC/Paper@9cbad8e Expose Hand during BlockCanBuildEvent (#9636)
PaperMC/Paper@fcc5f23 Optimize nearest structure border iteration (#9638)
PaperMC/Paper@a751001 [ci skip] Refactor context records for easier expansion (#9589)
PaperMC/Paper@7a1863e Limit setBurnTime to valid short values (#9623)
PaperMC/Paper@b8a0049 Fix exact choice recipe book clicks (#7822)
PaperMC/Paper@b45ecc9 [ci skip] clear out test plugin
PaperMC/Paper@0c8882f Add OfflinePlayer#isConnected (#9642)
PaperMC/Paper@e552beb Fix inventory desync (#9640)
PaperMC/Paper@6f30f08 Readd old BlockDamageEvent constructor
PaperMC/Paper@6813244 Fix/improve destroy speed API (#9645)
PaperMC/Paper@7d13b70 Add titleOverride to InventoryOpenEvent (#7540)
PaperMC/Paper@0e622c7 Add sniffer egg api (#9288)
PaperMC/Paper@0c0a480 Do crystal-portal proximity check before entity lookup (#9611)
kev626 added a commit to pufferfish-gg/Pufferfish that referenced this issue Sep 2, 2023
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@6520ca1 Fix main thread priority being lowered (#9488)
PaperMC/Paper@47b805f Don't let player loot if reloot time is disabled (#9615)
PaperMC/Paper@73af2d4 Add clicked position to PlayerUseUnknownEntityEvent (#9604)
PaperMC/Paper@ea1f33c Delete patch to fix PaperMC/Paper#9612 (#9621)
PaperMC/Paper@307d05b Count down radius-aware dependency tree node parents (#9600)
PaperMC/Paper@eb8f2bb Fix unknown entity interaction clicked position getter if null
PaperMC/Paper@fd4f0c7 API for an entity's scoreboard name (#9462)
PaperMC/Paper@2bd6ba2 Deprecate and replace methods using deprecated StructureType (#8643)
PaperMC/Paper@666a214 [ci skip] rebuild patches
PaperMC/Paper@d129162 Properly handle BlockBreakEvent#isDropItems (#8936)
PaperMC/Paper@67a1a8c Fix Inventory#getLocation not working for the composter (#9596)
PaperMC/Paper@5b34a09 Add option to disable chorus plant and mushroom block updates (#9442)
PaperMC/Paper@ed8401c Fix rotation for spawning display entities (#9552)
PaperMC/Paper@bd67b83 Determine lava and water fluid explosion resistance by their block explosion resistance (#9482)
PaperMC/Paper@d928dda Don't tab-complete namespaced commands if `send-namespaced` is false (#9366)
PaperMC/Paper@f43a19c Fix CME in CraftPersistentDataTypeRegistry (#6701)
PaperMC/Paper@45ba652 [ci skip] Rebuild patches
PaperMC/Paper@990765b Fire entity death event for ender dragon (#9495)
PaperMC/Paper@1259b93 Fixed CraftItemStack/CraftItemMeta enchantment level inconsistency (#8792)
PaperMC/Paper@88891c3  Add Entity Coordinate and Rotation API (#9461)
PaperMC/Paper@5bf82aa Add cancellability to PlayerTrackEntityEvent (#8605)
PaperMC/Paper@1b96c64 Improve cancelling PreCreatureSpawnEvent with per player mob spawns (#9400)
PaperMC/Paper@7232506 Add entity tracker min Y distance config option (#9406)
PaperMC/Paper@00a68b1 Player listing API (#8782)
PaperMC/Paper@af6142e [ci skip] Update Gradle wrapper
PaperMC/Paper@281855c Remove unused lag-compensate-block-breaking option (#9635)
PaperMC/Paper@35ef053 [ci skip] update editorconfig and gitattributes (#9608)
PaperMC/Paper@97b9c4a Fix NPE on Boat#getStatus (#9115)
PaperMC/Paper@2be57c6 Expand Pose API (#8781)
PaperMC/Paper@b29ecd4 Expose clicked BlockFace during BlockDamageEvent (#9632)
PaperMC/Paper@e3f29f4 MerchantRecipe: add copy constructor (#8703)
PaperMC/Paper@fed9042 More DragonBattle API (#5655)
PaperMC/Paper@27d39ca Properly clone custom nbt tags inside ItemMeta (#7849)
PaperMC/Paper@0c7385b Add PlayerPickItemEvent (#5590)
PaperMC/Paper@9395aa6 Improve performance of mass crafts (#9603)
PaperMC/Paper@7386a13 Fix endgateway teleportation offset (#9517)
PaperMC/Paper@a712766 Allow custom damage for trident (#8132)
PaperMC/Paper@3716832 Prevent overfilled bundles from duplicating items (#9633)
PaperMC/Paper@9cbad8e Expose Hand during BlockCanBuildEvent (#9636)
PaperMC/Paper@fcc5f23 Optimize nearest structure border iteration (#9638)
PaperMC/Paper@a751001 [ci skip] Refactor context records for easier expansion (#9589)
PaperMC/Paper@7a1863e Limit setBurnTime to valid short values (#9623)
PaperMC/Paper@b8a0049 Fix exact choice recipe book clicks (#7822)
PaperMC/Paper@b45ecc9 [ci skip] clear out test plugin
PaperMC/Paper@0c8882f Add OfflinePlayer#isConnected (#9642)
PaperMC/Paper@e552beb Fix inventory desync (#9640)
PaperMC/Paper@6f30f08 Readd old BlockDamageEvent constructor
PaperMC/Paper@6813244 Fix/improve destroy speed API (#9645)
PaperMC/Paper@7d13b70 Add titleOverride to InventoryOpenEvent (#7540)
PaperMC/Paper@0e622c7 Add sniffer egg api (#9288)
PaperMC/Paper@0c0a480 Do crystal-portal proximity check before entity lookup (#9611)
booky10 added a commit to CloudCraftProjects/CloudPlane that referenced this issue Sep 30, 2023
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@6520ca1 Fix main thread priority being lowered (#9488)
PaperMC/Paper@47b805f Don't let player loot if reloot time is disabled (#9615)
PaperMC/Paper@73af2d4 Add clicked position to PlayerUseUnknownEntityEvent (#9604)
PaperMC/Paper@ea1f33c Delete patch to fix PaperMC/Paper#9612 (#9621)
PaperMC/Paper@307d05b Count down radius-aware dependency tree node parents (#9600)
PaperMC/Paper@eb8f2bb Fix unknown entity interaction clicked position getter if null
PaperMC/Paper@fd4f0c7 API for an entity's scoreboard name (#9462)
PaperMC/Paper@2bd6ba2 Deprecate and replace methods using deprecated StructureType (#8643)
PaperMC/Paper@666a214 [ci skip] rebuild patches
PaperMC/Paper@d129162 Properly handle BlockBreakEvent#isDropItems (#8936)
PaperMC/Paper@67a1a8c Fix Inventory#getLocation not working for the composter (#9596)
PaperMC/Paper@5b34a09 Add option to disable chorus plant and mushroom block updates (#9442)
PaperMC/Paper@ed8401c Fix rotation for spawning display entities (#9552)
PaperMC/Paper@bd67b83 Determine lava and water fluid explosion resistance by their block explosion resistance (#9482)
PaperMC/Paper@d928dda Don't tab-complete namespaced commands if `send-namespaced` is false (#9366)
PaperMC/Paper@f43a19c Fix CME in CraftPersistentDataTypeRegistry (#6701)
PaperMC/Paper@45ba652 [ci skip] Rebuild patches
PaperMC/Paper@990765b Fire entity death event for ender dragon (#9495)
PaperMC/Paper@1259b93 Fixed CraftItemStack/CraftItemMeta enchantment level inconsistency (#8792)
PaperMC/Paper@88891c3  Add Entity Coordinate and Rotation API (#9461)
PaperMC/Paper@5bf82aa Add cancellability to PlayerTrackEntityEvent (#8605)
PaperMC/Paper@1b96c64 Improve cancelling PreCreatureSpawnEvent with per player mob spawns (#9400)
PaperMC/Paper@7232506 Add entity tracker min Y distance config option (#9406)
PaperMC/Paper@00a68b1 Player listing API (#8782)
PaperMC/Paper@af6142e [ci skip] Update Gradle wrapper
PaperMC/Paper@281855c Remove unused lag-compensate-block-breaking option (#9635)
PaperMC/Paper@35ef053 [ci skip] update editorconfig and gitattributes (#9608)
PaperMC/Paper@97b9c4a Fix NPE on Boat#getStatus (#9115)
PaperMC/Paper@2be57c6 Expand Pose API (#8781)
PaperMC/Paper@b29ecd4 Expose clicked BlockFace during BlockDamageEvent (#9632)
PaperMC/Paper@e3f29f4 MerchantRecipe: add copy constructor (#8703)
PaperMC/Paper@fed9042 More DragonBattle API (#5655)
PaperMC/Paper@27d39ca Properly clone custom nbt tags inside ItemMeta (#7849)
PaperMC/Paper@0c7385b Add PlayerPickItemEvent (#5590)
PaperMC/Paper@9395aa6 Improve performance of mass crafts (#9603)
PaperMC/Paper@7386a13 Fix endgateway teleportation offset (#9517)
PaperMC/Paper@a712766 Allow custom damage for trident (#8132)
PaperMC/Paper@3716832 Prevent overfilled bundles from duplicating items (#9633)
PaperMC/Paper@9cbad8e Expose Hand during BlockCanBuildEvent (#9636)
PaperMC/Paper@fcc5f23 Optimize nearest structure border iteration (#9638)
PaperMC/Paper@a751001 [ci skip] Refactor context records for easier expansion (#9589)
PaperMC/Paper@7a1863e Limit setBurnTime to valid short values (#9623)
PaperMC/Paper@b8a0049 Fix exact choice recipe book clicks (#7822)
PaperMC/Paper@b45ecc9 [ci skip] clear out test plugin
PaperMC/Paper@0c8882f Add OfflinePlayer#isConnected (#9642)
PaperMC/Paper@e552beb Fix inventory desync (#9640)
PaperMC/Paper@6f30f08 Readd old BlockDamageEvent constructor
PaperMC/Paper@6813244 Fix/improve destroy speed API (#9645)
PaperMC/Paper@7d13b70 Add titleOverride to InventoryOpenEvent (#7540)
PaperMC/Paper@0e622c7 Add sniffer egg api (#9288)
PaperMC/Paper@0c0a480 Do crystal-portal proximity check before entity lookup (#9611)
PaperMC/Paper@b8edb0e Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9648)
PaperMC/Paper@b4e3b3d Allow non-op players to execute the click event callback (#9652)
PaperMC/Paper@39953cf Take in account waterlogged blocks for scaffolding (#9676)
PaperMC/Paper@471f4de Copy NBT in upgrade data neighbor ticks
PaperMC/Paper@33bec7f Copy NBT in legacy dragon fight converter
PaperMC/Paper@72e87ab Strip raytracing for EntityLiving#hasLineOfSight
PaperMC/Paper@e2b1971 Add missing slot sanity checks for container clicks
PaperMC/Paper@c9cd94f Fix fixItemsMergingThroughWalls check (#9707)
PaperMC/Paper@fb06829 Optimise multiple block updates occurring in the same chunk
PaperMC/Paper@517f8fb Fix line of sight distance check
PaperMC/Paper@1c15111 Add missing particle javadocs (#9716)
PaperMC/Paper@eea0c64 Swap some nullable annotations (#9696)
PaperMC/Paper@e68fd71 Add missing Piglin Dancing API (#8894)
PaperMC/Paper@6378792 Add Barrel to LootableBlockInventory (#9687)
PaperMC/Paper@7145f41 compression level change with config option (#9711)
PaperMC/Paper@29d1c7b Call BlockRedstoneEvents for lecterns (#9721)
PaperMC/Paper@eb60bff Create raw chat type as resource file instead of in source (#9226)
PaperMC/Paper@99b311d [ci skip] Clarify where furnace-related events are called (#8753)
PaperMC/Paper@83cfeb1 Improve java version check (#9692)
PaperMC/Paper@deb92c2 Add ItemStack#isEmpty and related methods (#9664)
PaperMC/Paper@0c8e84c Enforce sign line nullability when setting line with Adventure Method (#9689)
PaperMC/Paper@ede9c06 Fix Projectile#setOwner(null) not clearing owner (#9715)
PaperMC/Paper@e312ebb Add DISPLAY tracking range type (#9668)
PaperMC/Paper@06a741d Fix leashed pets teleporting to owner when loaded (#9686)
PaperMC/Paper@064fb50 Cleanup old async commands patch (#8895)
PaperMC/Paper@d8af99a Fix silent equipment change for mobs (#9677)
PaperMC/Paper@3cec9c9 [ci skip] Add missing javadoc links (#9497)
PaperMC/Paper@ba0e1f5 Fix sapling observer detection and grow event (#9654)
PaperMC/Paper@a856073 Fix two beacon bugs (#9675)
PaperMC/Paper@581b683 Fix spigot's Forced-Stats (#9663)
PaperMC/Paper@1b1c230 Add missing InventoryHolders to inventories (#7400)
PaperMC/Paper@3fd1502 Add missing deprecation (#8886)
PaperMC/Paper@773dd72 Updated Upstream (Bukkit/CraftBukkit) (#9739)
booky10 added a commit to CloudCraftProjects/CloudPlane that referenced this issue Sep 30, 2023
Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@6520ca1 Fix main thread priority being lowered (#9488)
PaperMC/Paper@47b805f Don't let player loot if reloot time is disabled (#9615)
PaperMC/Paper@73af2d4 Add clicked position to PlayerUseUnknownEntityEvent (#9604)
PaperMC/Paper@ea1f33c Delete patch to fix PaperMC/Paper#9612 (#9621)
PaperMC/Paper@307d05b Count down radius-aware dependency tree node parents (#9600)
PaperMC/Paper@eb8f2bb Fix unknown entity interaction clicked position getter if null
PaperMC/Paper@fd4f0c7 API for an entity's scoreboard name (#9462)
PaperMC/Paper@2bd6ba2 Deprecate and replace methods using deprecated StructureType (#8643)
PaperMC/Paper@666a214 [ci skip] rebuild patches
PaperMC/Paper@d129162 Properly handle BlockBreakEvent#isDropItems (#8936)
PaperMC/Paper@67a1a8c Fix Inventory#getLocation not working for the composter (#9596)
PaperMC/Paper@5b34a09 Add option to disable chorus plant and mushroom block updates (#9442)
PaperMC/Paper@ed8401c Fix rotation for spawning display entities (#9552)
PaperMC/Paper@bd67b83 Determine lava and water fluid explosion resistance by their block explosion resistance (#9482)
PaperMC/Paper@d928dda Don't tab-complete namespaced commands if `send-namespaced` is false (#9366)
PaperMC/Paper@f43a19c Fix CME in CraftPersistentDataTypeRegistry (#6701)
PaperMC/Paper@45ba652 [ci skip] Rebuild patches
PaperMC/Paper@990765b Fire entity death event for ender dragon (#9495)
PaperMC/Paper@1259b93 Fixed CraftItemStack/CraftItemMeta enchantment level inconsistency (#8792)
PaperMC/Paper@88891c3  Add Entity Coordinate and Rotation API (#9461)
PaperMC/Paper@5bf82aa Add cancellability to PlayerTrackEntityEvent (#8605)
PaperMC/Paper@1b96c64 Improve cancelling PreCreatureSpawnEvent with per player mob spawns (#9400)
PaperMC/Paper@7232506 Add entity tracker min Y distance config option (#9406)
PaperMC/Paper@00a68b1 Player listing API (#8782)
PaperMC/Paper@af6142e [ci skip] Update Gradle wrapper
PaperMC/Paper@281855c Remove unused lag-compensate-block-breaking option (#9635)
PaperMC/Paper@35ef053 [ci skip] update editorconfig and gitattributes (#9608)
PaperMC/Paper@97b9c4a Fix NPE on Boat#getStatus (#9115)
PaperMC/Paper@2be57c6 Expand Pose API (#8781)
PaperMC/Paper@b29ecd4 Expose clicked BlockFace during BlockDamageEvent (#9632)
PaperMC/Paper@e3f29f4 MerchantRecipe: add copy constructor (#8703)
PaperMC/Paper@fed9042 More DragonBattle API (#5655)
PaperMC/Paper@27d39ca Properly clone custom nbt tags inside ItemMeta (#7849)
PaperMC/Paper@0c7385b Add PlayerPickItemEvent (#5590)
PaperMC/Paper@9395aa6 Improve performance of mass crafts (#9603)
PaperMC/Paper@7386a13 Fix endgateway teleportation offset (#9517)
PaperMC/Paper@a712766 Allow custom damage for trident (#8132)
PaperMC/Paper@3716832 Prevent overfilled bundles from duplicating items (#9633)
PaperMC/Paper@9cbad8e Expose Hand during BlockCanBuildEvent (#9636)
PaperMC/Paper@fcc5f23 Optimize nearest structure border iteration (#9638)
PaperMC/Paper@a751001 [ci skip] Refactor context records for easier expansion (#9589)
PaperMC/Paper@7a1863e Limit setBurnTime to valid short values (#9623)
PaperMC/Paper@b8a0049 Fix exact choice recipe book clicks (#7822)
PaperMC/Paper@b45ecc9 [ci skip] clear out test plugin
PaperMC/Paper@0c8882f Add OfflinePlayer#isConnected (#9642)
PaperMC/Paper@e552beb Fix inventory desync (#9640)
PaperMC/Paper@6f30f08 Readd old BlockDamageEvent constructor
PaperMC/Paper@6813244 Fix/improve destroy speed API (#9645)
PaperMC/Paper@7d13b70 Add titleOverride to InventoryOpenEvent (#7540)
PaperMC/Paper@0e622c7 Add sniffer egg api (#9288)
PaperMC/Paper@0c0a480 Do crystal-portal proximity check before entity lookup (#9611)
PaperMC/Paper@b8edb0e Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9648)
PaperMC/Paper@b4e3b3d Allow non-op players to execute the click event callback (#9652)
PaperMC/Paper@39953cf Take in account waterlogged blocks for scaffolding (#9676)
PaperMC/Paper@471f4de Copy NBT in upgrade data neighbor ticks
PaperMC/Paper@33bec7f Copy NBT in legacy dragon fight converter
PaperMC/Paper@72e87ab Strip raytracing for EntityLiving#hasLineOfSight
PaperMC/Paper@e2b1971 Add missing slot sanity checks for container clicks
PaperMC/Paper@c9cd94f Fix fixItemsMergingThroughWalls check (#9707)
PaperMC/Paper@fb06829 Optimise multiple block updates occurring in the same chunk
PaperMC/Paper@517f8fb Fix line of sight distance check
PaperMC/Paper@1c15111 Add missing particle javadocs (#9716)
PaperMC/Paper@eea0c64 Swap some nullable annotations (#9696)
PaperMC/Paper@e68fd71 Add missing Piglin Dancing API (#8894)
PaperMC/Paper@6378792 Add Barrel to LootableBlockInventory (#9687)
PaperMC/Paper@7145f41 compression level change with config option (#9711)
PaperMC/Paper@29d1c7b Call BlockRedstoneEvents for lecterns (#9721)
PaperMC/Paper@eb60bff Create raw chat type as resource file instead of in source (#9226)
PaperMC/Paper@99b311d [ci skip] Clarify where furnace-related events are called (#8753)
PaperMC/Paper@83cfeb1 Improve java version check (#9692)
PaperMC/Paper@deb92c2 Add ItemStack#isEmpty and related methods (#9664)
PaperMC/Paper@0c8e84c Enforce sign line nullability when setting line with Adventure Method (#9689)
PaperMC/Paper@ede9c06 Fix Projectile#setOwner(null) not clearing owner (#9715)
PaperMC/Paper@e312ebb Add DISPLAY tracking range type (#9668)
PaperMC/Paper@06a741d Fix leashed pets teleporting to owner when loaded (#9686)
PaperMC/Paper@064fb50 Cleanup old async commands patch (#8895)
PaperMC/Paper@d8af99a Fix silent equipment change for mobs (#9677)
PaperMC/Paper@3cec9c9 [ci skip] Add missing javadoc links (#9497)
PaperMC/Paper@ba0e1f5 Fix sapling observer detection and grow event (#9654)
PaperMC/Paper@a856073 Fix two beacon bugs (#9675)
PaperMC/Paper@581b683 Fix spigot's Forced-Stats (#9663)
PaperMC/Paper@1b1c230 Add missing InventoryHolders to inventories (#7400)
PaperMC/Paper@3fd1502 Add missing deprecation (#8886)
PaperMC/Paper@773dd72 Updated Upstream (Bukkit/CraftBukkit) (#9739)
PaperMC/Paper@6267e26 So it begins...
PaperMC/Paper@b6e46e9 rebuild old indexes, first work
PaperMC/Paper@2b72b74 more work
PaperMC/Paper@20253f4 more more work
PaperMC/Paper@9167175 more more more work
PaperMC/Paper@7ebfdd5 more more more more work
PaperMC/Paper@c60dd35 more more more more more work
PaperMC/Paper@a272623 some work
PaperMC/Paper@ef6a411 some more work
PaperMC/Paper@7b29d1f even more work
PaperMC/Paper@78a003e work and compile errors
PaperMC/Paper@2bc818e some more patches
PaperMC/Paper@24fd5ae and some more patches
PaperMC/Paper@a62835b almost halfway done with server patches
PaperMC/Paper@2cee841 and some more
PaperMC/Paper@fc84aee more more more more more more work
PaperMC/Paper@2cb3a1a Fix leave message in common packet listener
PaperMC/Paper@00d8298 Missing paper comment
PaperMC/Paper@79fef73 More work work work
PaperMC/Paper@662b6c5 Port sidebar slots patch
PaperMC/Paper@74094ed More more more (more ??) more work
PaperMC/Paper@af10902 Fix PaperAdvancementDisplay
PaperMC/Paper@95a31de More work work work
PaperMC/Paper@574bc96 More work
PaperMC/Paper@452009b Working hard on messing with leafs patches
PaperMC/Paper@e5bd562 Work here, work there, work for everyone
PaperMC/Paper@2617c92 More work work work work work work work work work
PaperMC/Paper@772fb3e more more more more more more more work
PaperMC/Paper@32d9c66 more more more more more more more more work
PaperMC/Paper@4875ee4 more more more more more more more more more work
PaperMC/Paper@3aa8e7e more more more more more more more more more more work
PaperMC/Paper@ac7e4ad more more more more more more more more more more more work: passing the torch
PaperMC/Paper@8baf510 some work
PaperMC/Paper@a91e19f more work
PaperMC/Paper@63a1b0c some compile issues
PaperMC/Paper@f4d8a64 more more more more more more more more more more more work: passing the torch
PaperMC/Paper@1ebaffa some compile fixes
PaperMC/Paper@603c33d some more compile fixes
PaperMC/Paper@ead3ddb Move unapplied patches so ATs import
PaperMC/Paper@896aa8b Rebuild patches
PaperMC/Paper@e88856d Chunk system patch
PaperMC/Paper@ea01aa3 Add some patches, fix compile
PaperMC/Paper@d259503 Fix recursion with pathfind entity event
PaperMC/Paper@6af97e1 Port patches from folia dev/optimisations
PaperMC/Paper@915bb92 Fixup advancement patch (#9745)
PaperMC/Paper@47aeab8 fixup display slots patch (#9746)
PaperMC/Paper@81c5901 re-add distance map patch
PaperMC/Paper@b3ec8bd Revert "re-add distance map patch"
PaperMC/Paper@d23c4a5 Fix local attribute setting
PaperMC/Paper@0280723 Fix chat processing
PaperMC/Paper@a50d7c3 Make sure to maintain the players sent to set for ChunkHolder
PaperMC/Paper@a353f4d Readd network optimization patch
PaperMC/Paper@4c17176 Update foojay resolver convention plugin
PaperMC/Paper@9df2066 Updated Upstream (Bukkit/CraftBukkit)
PaperMC/Paper@8b512e3 Support Paper ip address config + add missing logs
PaperMC/Paper@38b7565 Remove Spigot Bug Fix for MC-109346
PaperMC/Paper@9c126fd fix test
PaperMC/Paper@b561a12 Fix SuspiciousStewMeta
PaperMC/Paper@9624451 Add missing kick event cause
PaperMC/Paper@6be4395 Migrate paper log ips option to new server.properties option
PaperMC/Paper@2ec643a Readd anti xray and oversized block entity patches
PaperMC/Paper@8d92274 Drop no longer needed patch
PaperMC/Paper@38dc3b2 Optimise chunk tick iteration
PaperMC/Paper@84556f3 Add lag compensation for breaking blocks
PaperMC/Paper@5dca26c Fix race condition on UpgradeData.BlockFixers class init
PaperMC/Paper@ea56138 Fix some issues
PaperMC/Paper@025c5d7 rebuild patches
PaperMC/Paper@866d2d9 Use correct ClientboundLevelChunkWithLightPacket constructor in later patch
PaperMC/Paper@8b9e3dc Optimise nearby player retrieval
PaperMC/Paper@11138a7 Re-add remove streams for Brain AI patch
PaperMC/Paper@7a00758 Rebuild patches
PaperMC/Paper@e284bb1 Updated Upstream (Bukkit/CraftBukkit)
PaperMC/Paper@5923b7d Fix missing map initialize event call & missing map id assignment (#9756)
PaperMC/Paper@5cbce36 Handle new brand payload type
PaperMC/Paper@3cf03fc Fix/update wiki (#9758)
PaperMC/Paper@298c478 Fix tests that broke during the junit 5 update (#9757)
PaperMC/Paper@c207429 Fix VoxelShape#isFullBlock() for non-single AABB types
PaperMC/Paper@b3b961f Fire PlayerConnectionCloseEvent for configuration packet listener
PaperMC/Paper@fe54a13 Properly call overloaded super onDisconnect
PaperMC/Paper@1765917 Fix creating the reverse map for loot table keys (#9766)
PaperMC/Paper@4cdbb0c Updated Upstream (Bukkit/CraftBukkit/Spigot)
PaperMC/Paper@0f69290 [ci skip] Fix typo (important)
TheKinrar added a commit to TheKinrar/papyrus that referenced this issue Dec 3, 2023
Upstream has released updates that appear to apply and compile correctly.

Paper Changes:
8e061ce9c Add Structure check API (#9062)
5cbd5352b Fix Mushroom cow stew api (#9934)
37bee09e3 Restore vanilla entity drops behavior (#7650)
ffa411523 Configurable Dry and Wet Farmland Tick Rates (#9968)
40872ece0 Fix CraftMetaItem#addAttributeModifier duplication check (#9995)
3766afadd [ci skip] Add mention of FQ imports (#9994)
977a729eb [ci skip] Correct Windows requiring path to gradlew (#9976)
8bda1f72a Remove unnecessary durability check in ItemStack#isSimilar (#9979)
2184fbca0 Log correct recipes and advancement count on server start (#9978)
9993eb9d1 Updates documentation in EntityEquipment.java (#9992)
2182d4779 Update mapping-io (#9975)
4d111a32b Un-experimentalize Entity TP APIs (#9964)
b37bbcfd9 Use ? super in Consumer/Predicate API (#9939)
f9938d394 Fix plugin bootstrap dependency tree population (#9963)
0b20f9429 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9953)
8eac3e1b9 Don't fire EntityPotionEffectEvent during worldgen (#9965)
8280211e5 Fix yaw being ignored for first spawn pos (#9959)
faa2f475b Lazily create LootContext for criterions (#9969)
334b2f20d Fix max nearby entities class check (#9967)
ed753d34d Re-add missing vanilla safeMode arg
96d5e6ca4 Code Generation for TypedKeys (#9233)
e1cd9e59e Update paperweight to 1.5.10 and Gradle to 8.4 (#9957)
eda3d537d [ci skip] Improve PlayerChatEvent Deprecation Message (#9956)
250388def add getAdvancementProgress() to PlayerAdvancementCriterionGrantEvent (#9865)
86117967d Fix missing event call for entity teleport API (#9937)
581c7434b Add API to retrieve an attribute modifier from a UUID (#9924)
39dee1ab5 More paper config cleanup (#9938)
e5274eeac Fix spawners checking max nearby entities with correct type (#8945)
0a8c87372 Call LivingEntity#onItemPickup before mutation (#9948)
ce7f06809 Correct typo in javadoc (#9944)
f186318a9 Run the chat callback on the main thread as expected (#9935)
a506b48da Fix several issues with EntityBreedEvent (#8677)
aee383076 Deprecate Material#isInteractable (#9216)
954862985 Add hand to fish event for all player interactions (#9929)
531ef27e8 Use ApiStatus.Internal instead of Deprecated (#9042)
9ee60eca7 Add aggressive mob API (#9838)
dd47ec6fe Add Entity Movement Direction API (#7085)
d8847bc1f Updated Upstream (Bukkit/CraftBukkit) (#9922)
63e77b531 Add Enchantment cost API (#9856)
6675d13b3 Fix strikeLightningEffect powers lightning rods & clears copper (#9780)
c95bc5f86 Don't unpack loot table for TEs not in world (#9918)
4675152f4 Don't leave the NearbyPlayers tracker in an entirely busted state on double-add detection
274e54ba5 Bump tiny-remapper for Java 21 support (#9902)
8cafc0729 Added missing enchantables to material tags (#9888)
e289accb0 Add more API to LingeringPotionSplashEvent (#9901)
2553f3015 fix secure profile with proxy online mode (#9700)
75d04e9b0 Broadcast take item packets with collector as source (#9884)
23860da6c Add predicate for block when raytracing (#9691)
8a3980c60 Add API to get the collision shape of a block before it's placed (#9821)
0cdce89d5 Fix a bunch of stuff with player spawn locations (#9887)
15a0de2ee Make Team extend ForwardingAudience (#9852)
43c343228 Add entity API for getting the combined gene of a Panda (#9891)
bffb08c2f Deprecate Player#boostElytra (#9899)
6592fed51 Use a server impl for hopper event to track get/setItem calls (#9905)
aa6c4c11e Include packet class name in packet encoding error messages (#9907)
f78d7ce8f Remove "fix-curing-zombie-villager-discount" exploit option (#9895)
44057da46 Remove duplicate water-sensitivity damage for unaware mobs (#9908)
230682d51 Add raw iron & raw copper blocks to anti xray defaults (#7622)
487109fdd Readd 0414 use distance map to optimise entity tracker (#9868)
8493340be Add another slot sanity check
0b218903a Fix villager infection chance not being handled properly (#9897)
1865625d9 Fix NPE when no valid world is found on legacy Players (#9885)
5bb30ce95 Fix entity camera not being reset when cancelling spectating start/stop events (#9883)
3e4eaf218 [ci skip] Fix module derp
415d7081d [ci skip] Fix author in last patch
a81a38430 Implement Velocity VarInt optimizations (#8418)
5bdfb29ba Add player idle duration API (#9833)
c6fac381e fix UnsafeValues#loadAdvancement doesn't recalculate position (#9846)
8b1ac39e8 Fix warden spawn reason from DEFAULT to NATURAL (#8744)
52849f6da Cleanup disable explosion knockback patch (#9858)
b1faa5d5f Fix PotionAPI ignores icon flag (#9864)
b3cac042c Fix crash when version_history.json is empty (#9871)
29350674b Fix null item in sendEquipmentChange (#9869)
8cf250380 Updated Upstream (Bukkit/CraftBukkit) (#9876)
996d529fb Resend entity using the bundle packet (#9853)
b974a6b6f Update paperweight to 1.5.9 (#9872)
acc6d012b Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9861)
c1ac98328 Fix log level of advancement debug message (#9860)
90fe0d58a Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9825)
489bff9bb Temp fix for serialisable blockdata
71a1787f6 [ci skip] cleanup some ATs (#9840)
3a5c6f8ce Fix NPE in SculkBloomEvent world access (#9857)
a3e4d1aa3 Don't check if we can see non-visible entities
4b0bc74c9 Initialise default nibble arrays in ChunkAccess directly
00331d943 Fix mushrooms not generating in swamps
2f4281e2b Remove unused skyLightSources
e57af7d01 sync netty version with vanilla (#9842)
44ee1cd05 fix recipe packet limiter (#9841)
852c1c236 Add additional tags to ItemMeta obfuscation filtering (#9665)
3e1c5e3eb Add BlockData setter for FallingBlock (#9829)
e4d184f39 Replace bukkit Consumers with java consumers (#9836)
3e9d2ac5f Don't call options events on login (#9834)
f61343701 Fix CraftPlayerProfile#setId regression (#9822)
2f5bb7e30 add predicate recipe choice only for potion mixes (#9486)
1a4778d26 Fix PlayerSwapHandItemsEvent NPE when a hand set to null (#9763)
5509610db Fix UnsafeValues#loadAdvancement (#9753)
7e5dd92f9 fix flat bedrock world config (#9728)
69ce9276e Make setVelocity method of Fireballs change the travel direction to an arbitrary vector (#9815)
72f7945e7 Fix painting loosing art on face change (#9798)
e87240b67 Fixes for loot tables (#9818)
a2ba45239 Update paperweight to 1.5.8 (#9814)
99b735c1a Make EntityLookup#get use read lock for entity maps
a702a083c Move clientBrandName over to ServerPlayer (#9809)
adb4fb4bd [ci skip] update mappings link (#9801)
29a020957 Properly check water block when random ticking ice (#9804)
08c0b488b [ci skip] update paperweight to 1.5.7 & re-enable filterpatches (#9799)
cfe311d7a Fix item effects conversion if no tag is present Fixes #9796
431e6418a Fixup player profile getters and constructor to expected nullability (#9770)
02cfaa8ff Fix mobs not spawning when using an older config (#9793)
5eec4ec3b Quick tweaks to logical flow of getMapData
f36bb5973 Fix entity data not updated for firework attached to entity (#9783)
6573d9555 update configurate (#9230)
9d21a8821 Fix tests
bb1c0dd6f Implement tracking range y setting
f6969b637 Updated Upstream (Bukkit/CraftBukkit/Spigot)
38376f43a Some jd fixes (#9781)
c4ba28a21 Don't throw when removing unplaced player in NearbyPlayers
0f69290f0 [ci skip] Fix typo (important)
4cdbb0c86 Updated Upstream (Bukkit/CraftBukkit/Spigot)
1765917a6 Fix creating the reverse map for loot table keys (#9766)
fe54a13b1 Properly call overloaded super onDisconnect
b3b961f9d Fire PlayerConnectionCloseEvent for configuration packet listener
c207429b2 Fix VoxelShape#isFullBlock() for non-single AABB types
298c47857 Fix tests that broke during the junit 5 update (#9757)
3cf03fc31 Fix/update wiki (#9758)
5cbce366b Handle new brand payload type
5923b7d08 Fix missing map initialize event call & missing map id assignment (#9756)
e284bb121 Updated Upstream (Bukkit/CraftBukkit)
7a00758b1 Rebuild patches
11138a770 Re-add remove streams for Brain AI patch
8b9e3dcd9 Optimise nearby player retrieval
866d2d9f4 Use correct ClientboundLevelChunkWithLightPacket constructor in later patch
025c5d7a2 rebuild patches
ea56138b3 Fix some issues
5dca26ce5 Fix race condition on UpgradeData.BlockFixers class init
84556f3cd Add lag compensation for breaking blocks
38dc3b25d Optimise chunk tick iteration
8d922746d Drop no longer needed patch
2ec643a53 Readd anti xray and oversized block entity patches
6be43952e Migrate paper log ips option to new server.properties option
9624451ff Add missing kick event cause
b561a1207 Fix SuspiciousStewMeta
9c126fd2a fix test
38b7565d9 Remove Spigot Bug Fix for MC-109346
8b512e346 Support Paper ip address config + add missing logs
9df206664 Updated Upstream (Bukkit/CraftBukkit)
4c17176c7 Update foojay resolver convention plugin
a353f4d20 Readd network optimization patch
a50d7c340 Make sure to maintain the players sent to set for ChunkHolder
02807238c Fix chat processing
d23c4a50e Fix local attribute setting
b3ec8bd8a Revert "re-add distance map patch"
81c5901c6 re-add distance map patch
47aeab84a fixup display slots patch (#9746)
915bb9220 Fixup advancement patch (#9745)
6af97e11b Port patches from folia dev/optimisations
d259503c9 Fix recursion with pathfind entity event
ea01aa335 Add some patches, fix compile
e88856dd7 Chunk system patch
896aa8b54 Rebuild patches
ead3ddba3 Move unapplied patches so ATs import
603c33df0 some more compile fixes
1ebaffacf some compile fixes
f4d8a6409 more more more more more more more more more more more work: passing the torch
63a1b0c13 some compile issues
a91e19f1d more work
8baf510f9 some work
ac7e4ad35 more more more more more more more more more more more work: passing the torch
3aa8e7ef3 more more more more more more more more more more work
4875ee481 more more more more more more more more more work
32d9c6684 more more more more more more more more work
772fb3e38 more more more more more more more work
2617c927a More work work work work work work work work work
e5bd562d2 Work here, work there, work for everyone
452009bbd Working hard on messing with leafs patches
574bc968d More work
95a31de30 More work work work
af1090259 Fix PaperAdvancementDisplay
74094edf0 More more more (more ??) more work
662b6c5ca Port sidebar slots patch
79fef7392 More work work work
00d82983b Missing paper comment
2cb3a1a3d Fix leave message in common packet listener
fc84aee12 more more more more more more work
2cee84193 and some more
a62835bbb almost halfway done with server patches
24fd5aea0 and some more patches
2bc818efd some more patches
78a003ee8 work and compile errors
7b29d1f4c even more work
ef6a41195 some more work
a27262375 some work
c60dd3598 more more more more more work
7ebfdd5e6 more more more more work
91671751e more more more work
20253f478 more more work
2b72b74a3 more work
b6e46e90c rebuild old indexes, first work
6267e2642 So it begins...
773dd7244 Updated Upstream (Bukkit/CraftBukkit) (#9739)
3fd150271 Add missing deprecation (#8886)
1b1c23010 Add missing InventoryHolders to inventories (#7400)
581b68393 Fix spigot's Forced-Stats (#9663)
a85607336 Fix two beacon bugs (#9675)
ba0e1f54b Fix sapling observer detection and grow event (#9654)
3cec9c985 [ci skip] Add missing javadoc links (#9497)
d8af99a82 Fix silent equipment change for mobs (#9677)
064fb50cc Cleanup old async commands patch (#8895)
06a741d71 Fix leashed pets teleporting to owner when loaded (#9686)
e312ebb1b Add DISPLAY tracking range type (#9668)
ede9c0681 Fix Projectile#setOwner(null) not clearing owner (#9715)
0c8e84c20 Enforce sign line nullability when setting line with Adventure Method (#9689)
deb92c212 Add ItemStack#isEmpty and related methods (#9664)
83cfeb1b3 Improve java version check (#9692)
99b311de5 [ci skip] Clarify where furnace-related events are called (#8753)
eb60bffa9 Create raw chat type as resource file instead of in source (#9226)
29d1c7b60 Call BlockRedstoneEvents for lecterns (#9721)
7145f41b6 compression level change with config option (#9711)
6378792a9 Add Barrel to LootableBlockInventory (#9687)
e68fd7162 Add missing Piglin Dancing API (#8894)
eea0c649c Swap some nullable annotations (#9696)
1c15111f0 Add missing particle javadocs (#9716)
517f8fbba Fix line of sight distance check
fb0682984 Optimise multiple block updates occurring in the same chunk
c9cd94f3c Fix fixItemsMergingThroughWalls check (#9707)
e2b197132 Add missing slot sanity checks for container clicks
72e87abc2 Strip raytracing for EntityLiving#hasLineOfSight
33bec7f20 Copy NBT in legacy dragon fight converter
471f4de9c Copy NBT in upgrade data neighbor ticks
39953cf08 Take in account waterlogged blocks for scaffolding (#9676)
b4e3b3d1d Allow non-op players to execute the click event callback (#9652)
b8edb0e13 Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9648)
0c0a480d8 Do crystal-portal proximity check before entity lookup (#9611)
0e622c79f Add sniffer egg api (#9288)
7d13b7066 Add titleOverride to InventoryOpenEvent (#7540)
6813244fb Fix/improve destroy speed API (#9645)
6f30f08b2 Readd old BlockDamageEvent constructor
e552bebca Fix inventory desync (#9640)
0c8882f7f Add OfflinePlayer#isConnected (#9642)
b45ecc93c [ci skip] clear out test plugin
b8a004920 Fix exact choice recipe book clicks (#7822)
7a1863ed7 Limit setBurnTime to valid short values (#9623)
a751001ed [ci skip] Refactor context records for easier expansion (#9589)
fcc5f232f Optimize nearest structure border iteration (#9638)
9cbad8ebb Expose Hand during BlockCanBuildEvent (#9636)
371683228 Prevent overfilled bundles from duplicating items (#9633)
a71276699 Allow custom damage for trident (#8132)
7386a1364 Fix endgateway teleportation offset (#9517)
9395aa607 Improve performance of mass crafts (#9603)
0c7385b56 Add PlayerPickItemEvent (#5590)
27d39cac4 Properly clone custom nbt tags inside ItemMeta (#7849)
fed904239 More DragonBattle API (#5655)
e3f29f434 MerchantRecipe: add copy constructor (#8703)
b29ecd4c2 Expose clicked BlockFace during BlockDamageEvent (#9632)
2be57c694 Expand Pose API (#8781)
97b9c4a2a Fix NPE on Boat#getStatus (#9115)
35ef0537b [ci skip] update editorconfig and gitattributes (#9608)
281855c87 Remove unused lag-compensate-block-breaking option (#9635)
af6142eab [ci skip] Update Gradle wrapper
00a68b1ef Player listing API (#8782)
7232506c2 Add entity tracker min Y distance config option (#9406)
1b96c6462 Improve cancelling PreCreatureSpawnEvent with per player mob spawns (#9400)
5bf82aa13 Add cancellability to PlayerTrackEntityEvent (#8605)
88891c37b  Add Entity Coordinate and Rotation API (#9461)
1259b93ba Fixed CraftItemStack/CraftItemMeta enchantment level inconsistency (#8792)
990765bd0 Fire entity death event for ender dragon (#9495)
45ba65283 [ci skip] Rebuild patches
f43a19c27 Fix CME in CraftPersistentDataTypeRegistry (#6701)
d928dda91 Don't tab-complete namespaced commands if `send-namespaced` is false (#9366)
bd67b83fd Determine lava and water fluid explosion resistance by their block explosion resistance (#9482)
ed8401c74 Fix rotation for spawning display entities (#9552)
5b34a09ed Add option to disable chorus plant and mushroom block updates (#9442)
67a1a8caf Fix Inventory#getLocation not working for the composter (#9596)
d12916255 Properly handle BlockBreakEvent#isDropItems (#8936)
666a2147a [ci skip] rebuild patches
2bd6ba2c6 Deprecate and replace methods using deprecated StructureType (#8643)
fd4f0c774 API for an entity's scoreboard name (#9462)
eb8f2bb2a Fix unknown entity interaction clicked position getter if null
307d05bba Count down radius-aware dependency tree node parents (#9600)
ea1f33cf9 Delete patch to fix PaperMC/Paper#9612 (#9621)
73af2d4ce Add clicked position to PlayerUseUnknownEntityEvent (#9604)
47b805fdf Don't let player loot if reloot time is disabled (#9615)
6520ca1c4 Fix main thread priority being lowered (#9488)
a73ed9572 Updated Upstream (CraftBukkit/Spigot) (#9598)
93829bba5 Account for dimension type in portal void damage check (#9602)
shoker537 pushed a commit to MinigamesNetwork/AdvancedSlimePufferfish that referenced this issue May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Simple bug fix or feature which would be a good first PR for someone new to the project status: accepted Disputed bug is accepted as valid or Feature accepted as desired to be added. type: bug Something doesn't work as it was intended to.
Projects
Status: Done
Development

No branches or pull requests

4 participants