PaperMC/paper-server/patches/sources/net/minecraft
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
..
advancements Add more advancement API 2021-07-09 18:50:40 +02:00
commands Vanilla command permission fixes 2021-08-25 13:19:53 -07:00
core Fire CauldronLevelChange on initial fill 2022-03-29 13:46:23 -07:00
nbt Reduce memory footprint of CompoundTag 2020-04-06 17:39:25 -07:00
network Multi Block Change API Implementation 2022-01-14 00:41:11 -05:00
resources Sanitize ResourceLocation error logging 2021-08-26 12:09:47 +02:00
server Don't tick markers 2022-01-07 11:58:26 +01:00
stats Allow statistics to be disabled/forced 2014-01-07 15:56:26 +00:00
util Validate usernames 2022-01-01 05:19:37 -08:00
world Add PlayerStopUsingItemEvent 2022-05-03 20:41:37 -04:00
ChatFormatting.java.patch Adventure 2021-01-29 17:54:03 +01:00
CrashReport.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
CrashReportCategory.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
Util.java.patch Remove client-side code using deprecated for removal AccessController 2021-11-26 15:09:58 -08:00