-
Notifications
You must be signed in to change notification settings - Fork 35
Known Issues
Hex27 edited this page Apr 10, 2022
·
2 revisions
The plugin's structure locating breaks when playing at an x or z coord that is roughly over 46,000 or below -46,000
This is because the plugin attempts to calculate distances by bringing x and z coords to the power of 2. That creates a result integer that is larger than java's max integer, causing a crash. There is no fix for this yet, and I'm not sure if there will be one