Alignment is now a server configuration, offsetsAreMultiplesOfBlocks. Use
Offset.align(int, int) instead for automatic alignment based on the configured value.
Alignment is now a server configuration, offsetsAreMultiplesOfBlocks. Check the
configured value with CoordinateOffset.api().getConfig().getOffsetsAreMultiplesOf(); instead of
using this hardcoded constant.
Configuration now allows the user to specify the desired chunk alignment with
offsetsAreMultiplesOfBlocks. Use Offset.random(int) instead for automatic alignment based on
the configured value.
Alignment is now a server configuration, offsetsAreMultiplesOfBlocks. Check the
configured value with CoordinateOffset.api().getConfig().getOffsetsAreMultiplesOf(); instead of
using this hardcoded constant.
Alignment is now a server configuration, offsetsAreMultiplesOfBlocks. Use
Offset.align(int, int) instead for automatic alignment based on the configured value.
Configuration now allows the user to specify the desired chunk alignment with
offsetsAreMultiplesOfBlocks. Use Offset.random(int) instead for automatic alignment based on
the configured value.