-
Notifications
You must be signed in to change notification settings - Fork 118
Merge develop; first stable 1.20.6 release #115
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…17f314e548 FluidState API (#9951) * Add new FluidState API functionality --------- Co-authored-by: Bjarne Koll <lynxplay101@gmail.com> Co-authored-by: Owen1212055 <23108066+Owen1212055@users.noreply.github.com>
…d2b077a55a Run round-trip adventure codec tests with JSON, NBT, and Java ops. Use JavaOps for conversions. (#10031)
…e71cdae78d Add more ResourceLocation checks, some cleanup
…1de4721993 Do not access world state to see if we can see a Player Thrown into the adventure patch because I don't see the justification of a patch existing for something like this.
…3ae42cd4ce Updated Upstream (Bukkit/CraftBukkit/Spigot) (#10277) 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: 9a80d38c SPIGOT-336, SPIGOT-3366, SPIGOT-5768, SPIGOT-6409, SPIGOT-6861, PR-722: Add EntityRemoveEvent 258086d9 SPIGOT-7417, PR-967: Add Sign#getTargetSide and Sign#getAllowedEditor ffaba051 SPIGOT-7584: Add missing Tag.ITEMS_NON_FLAMMABLE_WOOD CraftBukkit Changes: 98b6c1ac7 SPIGOT-7589 Fix NullPointerException when bans expire a2736ddb0 SPIGOT-336, SPIGOT-3366, SPIGOT-5768, SPIGOT-6409, SPIGOT-6861, PR-1008: Add EntityRemoveEvent 5bf12cb89 SPIGOT-7565: Throw a more descriptive error message when a developer tries to spawn an entity from a CraftBukkit class 76d95fe7e SPIGOT-7417, PR-1343: Add Sign#getTargetSide and Sign#getAllowedEditor Spigot Changes: e9ec5485 Rebuild patches f1b62e0c Rebuild patches
…2ac0d0ab5a Make debug mode print current configuration phase
…30550aab04 Fix corrupted plugin.yml breaking plugin loading (#10279) Fix corrupted plugin.yml file in one plugin not loading any plugins by the server. Co-authored-by: Aleksander Jagiello <themolkapl@gmail.com>
…0356b40e69 Fix spawnreason saving
…0cee193cd9 Close PRs opened from orgs or bot accounts (#10281) Expands the existing close_invalid_prs workflow to also close prs that were opened from repositories not owned by user accounts. This is required as such PRs cannot be edited by maintainers. The implementation re-uses the existing job instead of creating a new job to limit the amount of checks to the bare minimum.
…d2154ed8b0 check if itemstack is stackable first (#10285)
…715e2ca4a9 add rich message component support to configuration (#10225)
…5dae52568c Fire EntityDamageByEntityEvent for unowned wither skulls patch (#10244)
…e3724091b0 improve BanList types (#10239)
…df816c049c Configurable max block/fluid ticks (#10266)
…261aeea435 Deprecate extra ban methods with raw BanEntry (#9580)
…866d2d72e4 Don't tick empty worlds (#9025)
…7592df548e add overloads to use suspicious effect entry to mushroom cow and suspicious stew meta (#10245) The existing method with PotionEffect suggests that all attributes are used. In fact, only the PotionEffectType and the duration are used. --------- Co-authored-by: Bjarne Koll <lynxplay101@gmail.com>
…6780b5664b Allow enabling sand duping (#10191) Because this exploit has been widely known for years and has not been fixed by Mojang, we decided that it was worth allowing people to toggle it on/off due to how easy it is to make it configurable. It should be noted that this decision does not promise all future exploits will be configurable.
…3f0a6e9ce9 Per world ticks per spawn settings (#6891)
…de69d7c832 build: Update tiny-remapper to 0.10.1 & remove unused repo from dev bundle config (#10303)
…ba88a6c238 Updated Upstream (Bukkit/CraftBukkit) (#10301) 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: 7ca2b46c SPIGOT-7594: Fix typo and include missing MinecraftExperimental annotation in Loot Table enum CraftBukkit Changes: 176c0ad39 Fix copying BlockStates with fields (eg, Banner) ee685bd2a Fix Camel not standing up when hurt 619936d4b Increase outdated build delay
…1e7dcbfe29 Add param to overrides to the correct method is called (#10308)
…4058e7bdd9 Allow passenger retaining teleport via end gateway (#10283) Previously paper disabled the abilities for entities to teleport via end gateways if they were being used as a vehicle. While the behaviour generally worked fine for entities riding other entities, players would quickly end up in an invalid state, not seeing their passenger anymore. This commit removes the paper introduced limitation by now properly updating the passengers location of a player when they are teleporting through an end gateway.
…edfb00c414 Fix missing profiler.pop() in PathFinder::findPath (#10320)
…e5ae2ccbf9 [ci skip] Update CONTRIBUTING.md (#10318) tempermental -> temperamental
…a730c6ffb9 Add onboarding message for initial server start (#10312)
…23dd87ff76 Fix DamageSource API (#10307) Uses the correct entity in the EntityDamageByEntity event Returns the correct entity for API's DamageSource#getCausingEntity
…739a13af33 Expand Hopper BlockState API (#10328)
…c377711bcc [ci skip] Upstream dependencies in workflow scripts. (#10338)
…5768873ba8 Fix tripwire disarming not working as intended
…e9994ab970 Add color transition and clone functions to ParticleBuilder (#10342)
…e0d8c04f58 Deprecate ItemStack#setType & add ItemStack#withType (#10290)
…4f9690d318 "Downgrade" Vineflower to 1.10.1 release (#10423) * "Downgrade" Vineflower to 1.10.1 release The main thing we lose from the 1.11 snapshots is a recent fix for redundant casts. * Thanks intellij * a
…0699fd09f2 Remove dead code (LegacyResult) (#10411) * Stop firing AsyncPlayerChatPreviewEvent as chat preview was removed in 1.19.3. This is in parity with upstream * formatting and small tweaks * correctly set MESSAGE_CHANGED flag for modern modifications --------- Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
…8e35b57ca2 Add API for ticking fluids (#10435) * Add API for ticking fluids * update javadocs
…16d8e3b08f Fix inventory desync with PlayerLeashEntityEvent (#10436)
…74d1503533 Allow setting player list name early
…5cc3d7deab Added chunk view API (#10398)
…dd69576ca0 Add CartographyItemEvent and get/setResult for CartographyInventory (#10396)
…725f67d5b6 Add Configuration for finding Structures outside World Border (#10437)
…aaa62473b4 More Raid API (#7537)
Patches had to be reordered to ensure the additional build script patch is applied before other changes
Paul19988
approved these changes
Jun 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.