PaperMC/paper-server/patches/sources/net/minecraft/server
Jake Potrebic fff5d44a12 Don't fire sync events during worldgen
Fixes EntityPotionEffectEvent
Fixes EntityPoseChangeEvent

Asynchronous chunk generation provides an opportunity for things
to happen async that previously fired synchronous-only events. This
patch is for mitigating those issues by various methods.

Also fixes correctly marking/clearing the entity generation flag.
This patch sets the generation flag anytime an entity is created
via StructureTemplate before loading from NBT to catch uses of
the flag during the loading logic. This patch clears the generation
flag from an entity when added to a ServerLevel for the situation
where generation happened directly to a ServerLevel and the
entity still has the flag set.
2023-11-23 10:33:25 -08:00
..
bossevents Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
commands Fix a bunch of vanilla bugs 2022-07-11 11:56:41 -07:00
dedicated Improve logging and errors 2022-12-14 15:52:11 -08:00
gui Improve ServerGUI 2020-10-03 08:27:40 +02:00
level Don't fire sync events during worldgen 2023-11-23 10:33:25 -08:00
network Add missing logs for log-ips config option 2023-09-23 01:49:39 -04:00
packs Improve logging and errors 2022-12-14 15:52:11 -08:00
players Folia scheduler and owned region API 2023-06-17 11:52:52 +02:00
rcon Remote Connections shouldn't hold up shutdown 2020-03-31 03:50:42 -04:00
Bootstrap.java.patch Fix this stupid bullshit 2017-08-06 17:17:53 -05:00
Main.java.patch Fix demo flag not enabling demo mode 2023-04-07 20:11:17 +02:00
MinecraftServer.java.patch Folia scheduler and owned region API 2023-06-17 11:52:52 +02:00
PlayerAdvancements.java.patch Add Adventure message to PlayerAdvancementDoneEvent 2021-01-08 20:31:13 +01:00
ReloadableServerRegistries.java.patch Add RegistryAccess for managing Registries 2023-02-27 18:28:39 -08:00
ServerAdvancementManager.java.patch Improve logging and errors 2022-12-14 15:52:11 -08:00
ServerFunctionManager.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ServerScoreboard.java.patch Multiple Entries with Scoreboards 2021-09-21 18:17:33 -05:00
ServerTickRateManager.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
Services.java.patch Fix SPIGOT-5824 Bukkit world-container is not used 2020-07-10 13:12:33 -05:00