Volume Calculator

A volume is a selector type Minecraft uses to identify a region from a set of coordinates to another.

Here we have a very big square, and we want to find the volume of it so we can do some commands for anyone in the region. The square's maximum and minimum points are (0, 0, 0) and (32, 32, 32). (See Image 1) Doing volume calculations naturally, we'd have to subtract the X2 from X1, Y2 from Y1, and Z2 from Z1.

In this case, it'd be easy to do 32 - 0 3 times, and then put the answer as a volume, but in crazier cases, like (34, 12, 55) to (99, -5, 34), calculating this would be tedious. That's why we plug the values in the Volume Calculator, and hit convert. (See Image 2)