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

Updated Upstream (Bukkit/CraftBukkit/Spigot) #10164

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Conversation

Machine-Maker
Copy link
Member

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:
63c208d Remove no longer used import
70be76c PR-958: Further clarify deprecation of TAG_CONTAINER_ARRAY
ae21f4a PR-955: Add methods to place structures with block/entity transformers
e3d960f SPIGOT-7547: Remark that Damageable#setAbsorptionAmount() is capped to a specific value
b125516 Fix typo in RecipeChoice.ExactChoice docs
309497c Add EntityMountEvent and EntityDismount Event
2fd45ae Improve ItemFactory#enchantItem consistency
2b19826 PR-933: Define native persistent data types for lists

CraftBukkit Changes:
771182f PR-1327: Add methods to place structures with block/entity transformers
e41ad4c SPIGOT-7567: SpawnReason for SNOWMAN is reported as BUILD_IRONGOLEM
76931e8 Add EntityMountEvent and EntityDismount Event
9b29b21 PR-1183: Better handle lambda expression and renaming of classes in Commodore 1462ebe Reformat Commodore.java
9fde4c0 PR-1324: Improve ItemFactory#enchantItem consistency
4e419c7 PR-1295: Define native persistent data types for lists
dd8cca3 SPIGOT-7562: Fix Score#getScore and Score#isScoreSet
6902782 Only fetch an online UUID in online mode 1da8d9a Fire PreLogin events even in offline mode
2e88514 PR-1325: Use CraftBlockType and CraftItemType instead of CraftMagicNumbers to convert between minecraft and bukkit block / item representation

Spigot Changes:
864e4acc Restore accidentally removed package-info.java
f91a10d5 Remove obsolete EntityMountEvent and EntityDismountEvent
828f0593 SPIGOT-7558: Deprecate silenceable lightning API as sound is now client-side and cannot be removed
dc4e035 Remove obsolete patch fetching correct mode UUIDs
49e36b8e Merge related BungeeCord patches
6e87b9ab Remove obsolete firing of PreLogin events in offline mode
5c76b183 Remove redundant patch dealing with exceptions in the crash reporter
3a2219d1 Remove redundant patch logging cause of unexpected exception

@Machine-Maker Machine-Maker requested a review from a team as a code owner January 14, 2024 06:41
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:
63c208d Remove no longer used import
70be76c PR-958: Further clarify deprecation of TAG_CONTAINER_ARRAY
ae21f4a PR-955: Add methods to place structures with block/entity transformers
e3d960f SPIGOT-7547: Remark that Damageable#setAbsorptionAmount() is capped to a specific value
b125516 Fix typo in RecipeChoice.ExactChoice docs
309497c Add EntityMountEvent and EntityDismount Event
2fd45ae Improve ItemFactory#enchantItem consistency
2b19826 PR-933: Define native persistent data types for lists

CraftBukkit Changes:
771182f PR-1327: Add methods to place structures with block/entity transformers
e41ad4c SPIGOT-7567: SpawnReason for SNOWMAN is reported as BUILD_IRONGOLEM
76931e8 Add EntityMountEvent and EntityDismount Event
9b29b21 PR-1183: Better handle lambda expression and renaming of classes in Commodore
1462ebe Reformat Commodore.java
9fde4c0 PR-1324: Improve ItemFactory#enchantItem consistency
4e419c7 PR-1295: Define native persistent data types for lists
dd8cca3 SPIGOT-7562: Fix Score#getScore and Score#isScoreSet
6902782 Only fetch an online UUID in online mode
1da8d9a Fire PreLogin events even in offline mode
2e88514 PR-1325: Use CraftBlockType and CraftItemType instead of CraftMagicNumbers to convert between minecraft and bukkit block / item representation

Spigot Changes:
864e4acc Restore accidentally removed package-info.java
f91a10d5 Remove obsolete EntityMountEvent and EntityDismountEvent
828f0593 SPIGOT-7558: Deprecate silenceable lightning API as sound is now client-side and cannot be removed
cdc4e035 Remove obsolete patch fetching correct mode UUIDs
49e36b8e Merge related BungeeCord patches
6e87b9ab Remove obsolete firing of PreLogin events in offline mode
5c76b183 Remove redundant patch dealing with exceptions in the crash reporter
3a2219d1 Remove redundant patch logging cause of unexpected exception
@kennytv kennytv merged commit 8657cd9 into master Jan 14, 2024
5 checks passed
@kennytv kennytv deleted the update-upstream branch January 14, 2024 09:46
lynxplay pushed a commit to lynxplay/paper that referenced this pull request Feb 23, 2024
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:
63c208d Remove no longer used import
70be76c PR-958: Further clarify deprecation of TAG_CONTAINER_ARRAY
ae21f4a PR-955: Add methods to place structures with block/entity transformers
e3d960f SPIGOT-7547: Remark that Damageable#setAbsorptionAmount() is capped to a specific value
b125516 Fix typo in RecipeChoice.ExactChoice docs
309497c Add EntityMountEvent and EntityDismount Event
2fd45ae Improve ItemFactory#enchantItem consistency
2b19826 PR-933: Define native persistent data types for lists

CraftBukkit Changes:
771182f PR-1327: Add methods to place structures with block/entity transformers
e41ad4c SPIGOT-7567: SpawnReason for SNOWMAN is reported as BUILD_IRONGOLEM
76931e8 Add EntityMountEvent and EntityDismount Event
9b29b21 PR-1183: Better handle lambda expression and renaming of classes in Commodore
1462ebe Reformat Commodore.java
9fde4c0 PR-1324: Improve ItemFactory#enchantItem consistency
4e419c7 PR-1295: Define native persistent data types for lists
dd8cca3 SPIGOT-7562: Fix Score#getScore and Score#isScoreSet
6902782 Only fetch an online UUID in online mode
1da8d9a Fire PreLogin events even in offline mode
2e88514 PR-1325: Use CraftBlockType and CraftItemType instead of CraftMagicNumbers to convert between minecraft and bukkit block / item representation

Spigot Changes:
864e4acc Restore accidentally removed package-info.java
f91a10d5 Remove obsolete EntityMountEvent and EntityDismountEvent
828f0593 SPIGOT-7558: Deprecate silenceable lightning API as sound is now client-side and cannot be removed
cdc4e035 Remove obsolete patch fetching correct mode UUIDs
49e36b8e Merge related BungeeCord patches
6e87b9ab Remove obsolete firing of PreLogin events in offline mode
5c76b183 Remove redundant patch dealing with exceptions in the crash reporter
3a2219d1 Remove redundant patch logging cause of unexpected exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants