From e672904cb7cf44aab43aa0c05a47c73b98d15ead Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Tue, 10 Oct 2017 11:31:00 +1100 Subject: [PATCH] Better /measure --- MCGalaxy/Commands/building/CmdMeasure.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/building/CmdMeasure.cs b/MCGalaxy/Commands/building/CmdMeasure.cs index 7a380e0d3..616499482 100644 --- a/MCGalaxy/Commands/building/CmdMeasure.cs +++ b/MCGalaxy/Commands/building/CmdMeasure.cs @@ -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: ";