Wrong teleport location on lookup result with large coordinates
radiant-ai opened this issue ยท 2 comments
CoreProtect teleports to wrong location when attempted to do so on very large coordinates (10,000,000+).
Reproduction steps:
- Teleport far away from world center (
/tp @a 10000010 100 5
). - Place a block.
- Do a lookup (
/co l radius:5 action:block time:1h
). - Click on chat component with teleport:
- Notice wrong teleport location.
If we try to use large negative coordinates (e.g. /tp @a -10000010 100 5
) the teleportation stops working completely:
I think something wrong happens when CoreProtect builds clickable chat component.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.