WorldQL / mammoth

Scale a single world horizontally across multiple Minecraft servers.
https://www.worldql.com/posts/2021-08-worldql-scalable-minecraft/
MIT License
857 stars 47 forks source link

Move cross-server explosion copies to an ExplosionPrimeEvent listener instead of TNTPrimeEvent. #40

Closed Jaxkr closed 2 years ago

Jaxkr commented 2 years ago

Note: There is an important difference hetween TNTPrimeEvent (which is Paper only) and ExplosionPrimeEvent. TNTPrimeEvent is called when the fuse of the TNT is ignited, while ExplosionPrimeEvent is actually called just before the actual explosion.