PaperMC/paper-server/patches/sources/net/minecraft/server
Noah van der Aa 8c8e7968ab Don't tick markers
Fixes https://github.com/PaperMC/Paper/issues/7276 and https://github.com/PaperMC/Paper/issues/8118
by using a config option that, when set to false, does not add markers to the entity
tick list at all and ignores them in Spigot's activation range checks. The entity tick
list is only used in the tick and tickPassenger methods, so we can safely not add the
markers to it. When the config option is set to true, markers are ticked as normal.
2022-01-07 11:58:26 +01:00
..
bossevents Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
commands Add config option for worlds affected by time cmd 2022-01-02 22:34:51 -08:00
dedicated Add root/admin user detection 2021-09-11 22:55:14 +02:00
gui Improve ServerGUI 2020-10-03 08:27:40 +02:00
level Don't tick markers 2022-01-07 11:58:26 +01:00
network Don't allow vehicle movement from players while teleporting 2022-03-14 12:35:37 -07:00
packs Build system changes 2016-02-29 20:40:33 -06:00
players Use username instead of display name in PlayerList#getPlayerStats 2022-04-15 17:40:30 -04: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 Add environment variable to disable server gui 2021-05-17 00:34:55 -07:00
MinecraftServer.java.patch Put world into worldlist before initing the world 2022-02-22 14:21:35 -08: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 Configurable Advancement Disabling 2017-06-09 16:29:31 +10: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