Commit Graph
9 Commits
Author SHA1 Message Date
Noah van der Aa 3b2125b47d Fix custom statistic criteria creation 2023-08-12 15:33:49 +02:00
Noah van der Aa 663afe7045 Add CompostItemEvent and EntityCompostItemEvent 2021-08-08 19:56:02 +02:00
Noah van der Aa 21770104ec Limit pet look distance 2022-12-06 18:45:54 +01:00
Noah van der Aa e151b6fc3f Friction API 2021-09-15 20:44:22 +02:00
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