Skip to content

[pull] master from PaperMC:master#574

Closed
pull[bot] wants to merge 82 commits intoMu-L:masterfrom
PaperMC:master
Closed

[pull] master from PaperMC:master#574
pull[bot] wants to merge 82 commits intoMu-L:masterfrom
PaperMC:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Mar 21, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

kennytv and others added 30 commits February 27, 2023 12:09
This PR implements a QOL feature to /paper entity list <entity> where it will allow a user to teleport to chunk.
Abstracts relative teleport flags and instead makes a generic TeleportFlag option. This has the benefit of being able to easily add new flags in the future.
This adds a new flag, which allows you to keep inventories open when teleporting players (vanilla behavior).

These are breaking changes to the teleport api, however, it's still marked as experimental so I find this a fair change.
There's some inconsistencies between the EntityChangeBlockEvent and the BlockDestroyEvent. The destroy event has always the right final type but the change block event has always air even for waterlogged blocks. This fix this behavior only for possible case to avoid a bigger patch.
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:
6b3c598 PR-814: Add a method to send multiple equipment changes
181a984 Update Maven shade version to align with CraftBukkit
a5a36e3 Revert "Update Maven shade version to align with CraftBukkit"
7a8f4a4 Update Maven shade version to align with CraftBukkit
5832720 Add support for Java 20

CraftBukkit Changes:
b56426c PR-1142: Calculate explosion damage separately for each affected EntityComplexPart
fbe3410 PR-1140: Add a method to send multiple equipment changes
8434e36 Add support for Java 20
c998a1d Increase outdated build delay
4a929b5 SPIGOT-7267: Fix EntityType#getTranslationKey() and add unit test
086d8dc SPIGOT-7268: CraftMetaPotion reads ShowParticles and ShowIcon properties incorrectly
8ba5e39 SPIGOT-7262: Improve visibility API

Spigot Changes:
a2190e30 Rebuild patches
Machine-Maker and others added 27 commits March 14, 2023 22:27
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:
02ff2f8 SPIGOT-7292: Deprecate display color APIs while specifics are worked out

CraftBukkit Changes:
703575f SPIGOT-7291: Fix spurious invert in ender pearl disconnect check
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

CraftBukkit Changes:
e1fc95c Fix crash with 1.20 smithing table
04dfb92 Fix crash with juke boxes
1264a6f Fix crash with composters
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:
fdef947 Correct Material#isFuel for new experimental materials
4281159 SPIGOT-7293: Add Biome#CHERRY_GROVE

CraftBukkit Changes:
968d28d Fix availability of experimental datapack features in unit tests
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:
3a54fb1 SPIGOT-7296: Add ItemFlag#HIDE_ARMOR_TRIM

CraftBukkit Changes:
55056ad SPIGOT-7295: Fix Sniffer data defined in incorrect position
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:
2651717 SPIGOT-7292: Support for alpha channel in Color and a few improvements

CraftBukkit Changes:
dbc32ff SPIGOT-7292: Support alpha channel in Display entities
cef8bd9 SPIGOT-7294: Call EntityDamageEvent for Interaction entity
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:
2b4582f SPIGOT-5916: getLastColors does not work with the rgb colors

CraftBukkit Changes:
f770708 SPIGOT-7299: Fix indirect/anvil damage events and minor improvements
This event is going to be more important very shortly (hopefully)
This should allow the usage of ItemStack#lore and other methods with a List<TextComponent>
* Updated Upstream (Bukkit/CraftBukkit)

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:
150a286 PR-827: Add BlockData#getPlacementMaterial
58c9c8c SPIGOT-7301: Prevent creating non-openable inventories
3741079 PR-824: Expand upon PotionEffect API to better accommodate infinite durations

CraftBukkit Changes:
e5a7921 PR-1149: Add BlockData#getPlacementMaterial
58504fa SPIGOT-7302: Fix more issues with EntityDamageByEntity - Fix Projectile damage by dispenser - Fix cases where only exists a direct entity damager
4839470 Increase outdated build delay

* Improve docs for BlockData#getPlacementMaterial
@github-actions
Copy link
Copy Markdown

Please do not open pull requests from the master branch, create a new branch instead.

@github-actions github-actions bot closed this Mar 21, 2023
@pull pull bot added the ⤵️ pull label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.