aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-04-29Regenerate generated API, rename EntityDamageByBlockEvent patchesupdate/1.20.6Noah van der Aa
2024-04-29fix compile?Noah van der Aa
2024-04-29Fix BlockExplodeEvent stuffNoah van der Aa
2024-04-29Re-add dropped patches, mojang missed some stuffNoah van der Aa
2024-04-291.20.6Noah van der Aa
2024-04-29[ci skip] update projects workflow configurationRiley Park
2024-04-28Validate manifest provided mapping namespace (#10612)Bjarne Koll
With plugins adopting paperweights mapping namespaces in their manifest file in and after paper 1.20.5, incorrectly spelled namespaces previously were simply implied as the spigot namespace. This commit properly ensures plugin authors are using a known mapping namespace in their manifest, avoiding down the line confusion on incorrect remapping behaviour. The commit also fixes two incorrect log parameters.
2024-04-28Fix incorrect Commodore mapping of sweeping enchantJake Potrebic
2024-04-28Reset component prototype on itemtype changeJake Potrebic
2024-04-28Remap plugin libraries with namespace set to spigot (#10610)Jason Penilla
* Remap plugin libraries with namespace set to spigot * Remap plugin libraries with namespace set to spigot
2024-04-28Rewrite reflection in library loader jars (#10608)Jason Penilla
* Rewrite reflection in library loader jars * Address todos
2024-04-28Fix CraftMetaBlockState adding extra tagsJake Potrebic
2024-04-28[ci skip] adjust projects workflow for label changesRiley Park
2024-04-28[ci skip] Fix discussion template file name (#10607)Noah van der Aa
2024-04-28[ci skip] Feature requests are now in GitHub Discussions (#10606)Riley Park
* [ci skip] feature requests are now discussions, not issues * Re-add discussion template * [ci skip] remove old feature label --------- Co-authored-by: Noah van der Aa <[email protected]>
2024-04-28Add itemName components (Resolves #10467) (#10471)Shane Freeder
* Add itemName components (Resolves ##10467) * improve javadocs and formatting * rebased --------- Co-authored-by: Jake Potrebic <[email protected]>
2024-04-28final missing validation for data componentsJake Potrebic
2024-04-28Fix overly strong name validation in player headsNassim Jahnke
Closes #10477
2024-04-28respect hard list size limits in ItemMetaJake Potrebic
2024-04-28Don't hard fail on plugin remap errorNassim Jahnke
Closes #10474
2024-04-28Fix issue with empty lists in adventure predicatesJake Potrebic
Fixes #10473
2024-04-28Fix another missing book meta tagShane Freeder
2024-04-28Fix book meta lacking resolved tag from older versions (Fixes #10470)Shane Freeder
2024-04-28Fix test compilationNassim Jahnke
2024-04-27more fixes for ItemMeta relating to componentsJake Potrebic
2024-04-27Fix firework meta NPEJake Potrebic
Fixes #10466
2024-04-27Fix the incorrect codec usage in the Style convert (#10465)caramel
2024-04-27Only scan `org.bukkit.craftbukkit.inventory` in `MetaHandledTagsTest`Jason Penilla
fixes tests OOMing
2024-04-27remove calls to DoNotUse methodsJake Potrebic
2024-04-27Updated Upstream (Bukkit/CraftBukkit)Jake Potrebic
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: 304e83eb PR-1002: Improve documentation and implementation of getMaxStackSize e8215ea2 SPIGOT-7638: Library loader does not seem to resolve every dependency 79c595c0 SPIGOT-7637: Bad logic in checking nullability of AttributeModifier slots CraftBukkit Changes: 91b1fc3f1 SPIGOT-7644: Fix ItemMeta#getAsString 4e77a81e1 SPIGOT-7615: PlayerLeashEntityEvent cancelled eats lead 996f660f3 Do not remove leash knot if leasing to an existing leash knot gets cancelled f70367d42 SPIGOT-7643: Fix inverted leash event cancelled usage and remove leash knot if no entity gets leashed 7ddb48294 SPIGOT-7640: Abnormal jumping height of wind charge 080c8711e SPIGOT-7639: Incoming plugin channels not working ad549847e Open a direct connection instead of pinging mojang server to check if it is reachable 38e2926c5 SPIGOT-7365: DamageCause blocked by shield should trigger invulnerableTime
2024-04-27fix last test issueJake Potrebic
2024-04-27bump paperweight to 1.6.2 to fix spurious build failure from scanJar OOMJason Penilla
2024-04-27Fix issue with hopppersJake Potrebic
Fixes #10464
2024-04-27improve checking handled tags in itemmeta (#9470)Jake Potrebic
2024-04-27Use JetBrains runtime for run tasksJason Penilla
allows for better runtime class redefinition closes #10459
2024-04-28Temporarily comment out adventure jd linksNassim Jahnke
2024-04-27Bump tiny-remapper (real)dev/1.20.5Jason Penilla
2024-04-27Bump tiny-remapperJason Penilla
2024-04-27update paperweight to 1.6.1Jason Penilla
2024-04-27proper migration to gamerules for keep spawn loaded distanceJake Potrebic
2024-04-28Fix bad diff in build gradle fileNassim Jahnke
2024-04-28Update jdk version and distribution in actionsNassim Jahnke
2024-04-27Revert to vanilla handling of LivingEntity#actuallyHurt (#10463)Jake Potrebic
2024-04-27properly check for experimental stuff in generatorJake Potrebic
2024-04-27more ItemFlag fixesJake Potrebic
2024-04-27remove funny diffJason Penilla
2024-04-27Move cb version definition to gradle patchJason Penilla
2024-04-27Move obfhelper/stack deobf diff into original patchJason Penilla
2024-04-27update generatorLulu13022002
2024-04-27Bump adventure ansi serializerJason Penilla