Commit Graph
5 Commits
Author SHA1 Message Date
Noah van der Aa 5c260c7e51 Detect headless JREs
Crashes caused by the missing AWT dependency come up in the support channels fairly often.
This patch detects the missing dependency and stops the server with a clear error message,
containing a link to instructions on how to install a non-headless JRE.
2022-10-22 14:47:45 +02:00
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