Hi,
I use a if check to check if a location is inside a cuboid
the <[cuboid]> is the size of the skyblock island
the location is inside the cuboid but always return false:
- if <player.flag[island_cubo]> contains <[holobuild_build]>:```
```19:06:53 Filled tag <player.flag[island_cubo]> with 'cu@skyblock_world,2299,-50,2299,2501,145,2501'.
19:06:53 Filled tag <[holobuild_build]> with 'l@2381, 11, 2439, skyblock_world'.
19:06:53 Comparing if cu@skyblock_world,2299,-50,2299,2501,145,2501 CONTAINS l@2381,11,2439,skyblock_world ... false
19:06:53 No part of the if command passed, no block will run. ```
