Fix typo.
Only affected the config option, not the flag, so not too surprised it wasn't noticed earlier.
https://github.com/EngineHub/WorldGuard/pull/2115/files/679b56948f41869bd545564a8c57562f157a6b66#r1878791900 (89b6bdc1 by wizjany)
Split ride checks to separate event handler.
Bypass the interact entirely and let EntityMount handle it, since we can't discriminate usage in interact. (1a59d1eb by wizjany)
Ignore arrow combustion.
Closes #2144. (d9716a5b by wizjany)
Use more snapshot-less holders on Paper.
This is already past the debounce so in theory it's not getting hit *often*, but I guess if it's really slow it'll still show up. (a0e397e5 by wizjany)