papermc/paper-server/patches/sources/net/minecraft/server
Spottedleaf 2f083acbed Ensure player entity schedulers are ticked when they are dead
If the player dies, then they are removed from the world and
as a result are not present in the world entity map.

To guarantee that the player entity scheduler is ticked, we can
tick all schedulers for players in the server player list, and
then skip all players we find in the world entity map.

This problem is not present on Folia since Folia must guarantee
that the player remains in the world.
2025-06-24 05:12:58 -07:00
..
bossevents [ci skip] Fix annotation fields used in NMS getBukkitEntity (#12120) 2025-02-16 19:17:26 +01:00
commands 1.21.6 dev 2025-06-17 15:45:25 +02:00
dedicated Cleanup/command dispatching (#12713) 2025-06-21 21:44:07 -04:00
gui net.minecraft.server.gui 2024-12-14 17:35:50 +01:00
level 1.21.6 dev 2025-06-17 15:45:25 +02:00
network Improve keepalive ping system 2025-06-24 04:23:08 -07:00
packs 1.21.6 dev 2025-06-17 15:45:25 +02:00
players 1.21.6 dev 2025-06-17 15:45:25 +02:00
rcon net.minecraft.server.rcon.thread 2024-12-14 18:40:23 -08:00
waypoints Ensure waypoints are per world 2025-06-17 23:43:05 +02:00
Bootstrap.java.patch 1.21.5 2025-04-12 17:27:00 +02:00
Main.java.patch 1.21.6 dev 2025-06-17 15:45:25 +02:00
MinecraftServer.java.patch Ensure player entity schedulers are ticked when they are dead 2025-06-24 05:12:58 -07:00
PlayerAdvancements.java.patch 1.21.6 dev 2025-06-17 15:45:25 +02:00
ReloadableServerRegistries.java.patch 1.21.6 dev 2025-06-17 15:45:25 +02:00
ReloadableServerResources.java.patch Supports the ability for commands to be registered internally (#12520) 2025-05-06 16:05:00 -04:00
ServerAdvancementManager.java.patch net.minecraft.server 2024-12-13 19:12:33 -08:00
ServerFunctionLibrary.java.patch net.minecraft.server 2024-12-13 19:12:33 -08:00
ServerScoreboard.java.patch 1.21.6 dev 2025-06-17 15:45:25 +02:00
ServerTickRateManager.java.patch ServerTickManager#requestGameToSprint - Silence command like feedback (#12220) 2025-03-08 17:09:40 -05:00
Services.java.patch 1.21.5 2025-04-12 17:27:00 +02:00
WorldLoader.java.patch net.minecraft.server 2024-12-13 19:12:33 -08:00