Commit Graph
4 Commits
Author SHA1 Message Date
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
Noah van der Aa b2c22e9470 Don't log debug logging being disabled 2021-09-14 16:24:45 +02:00
Noah van der Aa f911fd4880 Prevent softlocked end exit portal generation 2021-08-30 15:22:18 +02:00
Noah van der Aa bb3dbd3116 Prevent AFK kick while watching end credits 2021-07-24 16:54:11 +02:00