Fixed: Cross-world distance error in BlockBreaker thread
This update resolves an issue where BlockBreakers would throw an error when trying to calculate the distance to players in different worlds (e.g.,
"Cannot measure distance between WORLD1 and WORLD2"). The check now ensures that players and BlockBreakers are in the same world before measuring distance. This prevents unnecessary errors and improves plugin stability in multi-world setups.