mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Better /measure
This commit is contained in:
parent
ab8bc22431
commit
e672904cb7
@ -57,7 +57,7 @@ namespace MCGalaxy.Commands.Building {
|
||||
int volume = width * height * length;
|
||||
Player.Message(p, "Measuring from &a({0}, {1}, {2}) %Sto &a({3}, {4}, {5})",
|
||||
min.X, min.Y, min.Z, max.X, max.Y, max.Z);
|
||||
Player.Message(p, " {0} wide, {1} high, {2} long. Volume is {3} blocks.",
|
||||
Player.Message(p, " &b{0} %Swide, &b{1} %Shigh, &b{2} %Slong, {3} blocks",
|
||||
width, height, length, volume);
|
||||
|
||||
string title = "Block types: ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user