Skip to content

Conversation

@kyngs
Copy link
Member

@kyngs kyngs commented Jun 11, 2024

No description provided.

IS_Bot and others added 30 commits May 4, 2024 22:00
…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>
…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)
…df816c049c

Configurable max block/fluid ticks (#10266)
…261aeea435

Deprecate extra ban methods with raw BanEntry (#9580)
…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
IS_Bot and others added 27 commits May 18, 2024 22:25
…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
…dd69576ca0

Add CartographyItemEvent and get/setResult for CartographyInventory (#10396)
…725f67d5b6

Add Configuration for finding Structures outside World Border (#10437)
Patches had to be reordered to ensure the additional build script patch is applied before other changes
@kyngs kyngs marked this pull request as ready for review June 11, 2024 18:05
@Paul19988 Paul19988 merged commit c8a935a into main Jun 11, 2024
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.

5 participants