aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-08-27Split Position from Location type hierarchyfeature/position-splitJake Potrebic
2024-08-27Bytecode Modification Frameworkfeature/bytecode-modificationJake Potrebic
2024-08-27[ci skip] Create SECURITY.md (#11331)Nassim Jahnke
2024-08-26Fix: synchronise sending chat to client with updating message signature ↵Gegy
cache (#11332) In the case where multiple messages from different players are being processed in parallel, there was a potential race condition where the messages would be sent to the client in a different order than the message signature cache was updated. However, the cache relies on the fact that the client and server get the exact same updates in the same order. This race condition would cause the caches to become corrupted, and any future message received by the client would fail to validate. This also applies to the last seen state of the server, which becomes inconsistent in the same way as the message signature cache and would cause any messages sent to be rejected by the server too.
2024-08-25Re-implement maxLeashDistance world conf and call missing event (#11301)Lulu13022002
* Re-implement maxLeashDistance world config and call missing event * migrate config setting to double or default * fixes --------- Co-authored-by: Jake Potrebic <[email protected]>
2024-08-25Add enchantment seed update API (#11282)okx-code
2024-08-25Ensure TabCompleteEvent always has a mutable backing list. (#11302)Isaac - The456
2024-08-25Add a method to reset Lodestone compasses back to normal ones (#11308)DerEchtePilz
2024-08-25Properly destroy placed blocks on the end platform (#11292)DerEchtePilz
2024-08-25Deprecate API relating to menu title changes (#11309)Jake Potrebic
2024-08-25Fix despawn ranges by defaulting to an ellipsoid shape (#11312)Jake Potrebic
2024-08-25Remove set damage lootable item function from compasses (#11317)Newwind
2024-08-25Fix incorrect timestamp in region file header recalculation (#11318)Newwind
2024-08-25Prevent duplicate pickup event for piglins (#11322)Lulu13022002
2024-08-25Ensure MaterialChoice materials are items (#11325)Janet Blackquill
2024-08-24Update spark-paperNassim Jahnke
2024-08-20Fix structure check API (#11307)roro1506HD
* Fix structure check API * Use CraftStructure#bukkitToMinecraft * Fixed spelling mistake on CraftStructure class name
2024-08-19Fix SculkBloomEvent firing for block entity loading (#11306)Jake Potrebic
2024-08-19Fixup config parsingNassim Jahnke
2024-08-19[ci skip] Fix JavaDocs for HeightMap#MOTION_BLOCKING_NO_LEAVES (#11291)DerEchtePilz
2024-08-19Allow server administrators to disable book size checks (#10457)Anthony J. Halliday
2024-08-19Add getWorld method that uses adventure Key (#11199)kokiriglade
2024-08-19[ci skip] Clean up book limits patch (#11297)Nassim Jahnke
2024-08-18Use player file, not directory, when checking for offline player dataSpottedleaf
When trying to fall back to offline player data in onlide mode, we need to use the player file. This fixes a mistake during update where 'file' was used, but the new code uses 'file1' for the player file.
2024-08-18Fix entity limit patch deleting unnecessary entitiesSpottedleaf
We need to continue the save loop, not break from it when a limit is reached.
2024-08-17Allow getting/setting the sign's editor uuid (#10637)SoSeDiK
* Allow getting/setting the sign's editor uuid * rebased --------- Co-authored-by: Jake Potrebic <[email protected]>
2024-08-17Fix CraftBukkit drag system (#10703)Tamion
2024-08-17Fix Selector Arguments not working with permission (#11286)Isaac - The456
2024-08-17Leashable API (#10961)Lulu13022002
2024-08-17Add even more Enchantment API (#11115)Jake Potrebic
2024-08-17Update item data sanitization (#11227)Lulu13022002
2024-08-17Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11284)Jake Potrebic
Updated Upstream (Bukkit/CraftBukkit/Spigot) Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: 4068c6aa PR-1053: Change docs for max power in FireworkMeta 6b3c241b SPIGOT-7783, SPIGOT-7784, PR-1051: Add Trial Vault & Spawner event API 5fe300ec PR-1052: Fix broken links and minor improvement for checkstyle.xml CraftBukkit Changes: 7548afcf2 SPIGOT-7872: Fix crash with event-modified teleports 93480d5d6 SPIGOT-7868, PR-1463: Fix default and max power in FireworkMeta 5060d1a84 SPIGOT-7783, SPIGOT-7784, PR-1460: Add Trial Vault & Spawner event API 11dfcae71 PR-1462: Fix broken links and minor improvement for checkstyle.xml Spigot Changes: ca581228 Rebuild patches
2024-08-17Add Configuration for vertical Despawn Ranges (#11279)Tamion
2024-08-17Migrate ArmorStand meta to using entity tag (#11107)Shane Freeder
2024-08-17Implement more methods for horse inventories (#11147)Lulu13022002
2024-08-16Handle custom registry elements properly (#11230)Lulu13022002
* Handle custom registry elements properly * update error message Datapack made painting variant support is added in https://github.com/PaperMC/Paper/pull/11244 * change msg for art conversion --------- Co-authored-by: Jake Potrebic <[email protected]>
2024-08-16Re-implement portalCreateRadius world config (#11267)Lulu13022002
2024-08-16Allow skipping of world symlink validation (#11250)Mart
2024-08-16[ci-skip] Revert "Add Configuration for vertical Despawn Ranges (#10440)" ↵Bjarne Koll
(#11278) This reverts commit 1b8ab116edd5da15791de96aa462db90756848dc.
2024-08-16Add Configuration for vertical Despawn Ranges (#10440)Tamion
2024-08-16Fix indestructable light blocks (#11275)Abel
Co-authored-by: Bjarne Koll <[email protected]>
2024-08-16Fix scanForLegacyEnderDragon world config (#11262)Lulu13022002
2024-08-16[ci skip] Specify rebase location in CONTRIBUTING (#11255)hyperdefined
* [ci skip] Specify rebase location in CONTRIBUTING * Improve * remove Paper-MojangAPI mention --------- Co-authored-by: Bjarne Koll <[email protected]> Co-authored-by: Lulu13022002 <[email protected]>
2024-08-16Apply optimise collision checking in move packet handling patchSpottedleaf
2024-08-16Fix NPE for PlayerPostRespawnEvent#getRespawnedLocation (#11268)Lulu13022002
2024-08-14Fix disableEndCredits world config (#11261)Lulu13022002
2024-08-14Fix `TooltipContext.create` being wrong(#11254)hyperdefined
Co-authored-by: Jake Potrebic <[email protected]>
2024-08-12Improve standard messenger loggingNassim Jahnke
2024-08-12Fix BasicCommand suggestion arg count (#11241)Jake Potrebic
2024-08-12Fix `setSendViewDistance`'s return (#11247)hyperdefined