Update /help map motd to includes jumps= hacks flag.

This commit is contained in:
UnknownShadow200 2017-08-26 19:50:46 +10:00
parent 06014de43f
commit f0b8690848

View File

@ -172,6 +172,7 @@ namespace MCGalaxy.Commands.World {
Group.GetColoredName(LevelPermission.Operator));
Player.Message(p, "%Tjumpheight=[height] %H- sets max height users can jump up to");
Player.Message(p, "%Thorspeed=[speed] %H- sets max speed users can move at, when speeding is disallowed");
Player.Message(p, "%Tjumps=[number] %H- sets the maximum number of consecutive jumps the player can make.");
}
static string Suffix(string opt) {