PaperMC/paper-server/patches
Jason Penilla 21f51ebd74 Avoid issues with certain tasks not processing during sleep
Execute processQueue tasks during sleep: needed for console tab completions, pre join event, etc.

Upstream has set precedent that the bukkit scheduler will still tick during sleep, which avoids some problems
with plugins not accounting for the new sleep feature, but can still lead to others. Because of this we have disabled
sleep by default, which avoids the problem and makes it more obvious to check if this is the cause of issues when
enabled. We also unload chunks during sleep to prevent memory leaks caused by plugin chunk loads.
2024-10-27 14:18:28 -07:00
..
resources/data/minecraft/loot_table/chests/trial_chambers Remove set damage lootable item function from compasses 2024-08-22 22:55:37 +02:00
sources Avoid issues with certain tasks not processing during sleep 2024-10-27 14:18:28 -07:00