Added help text for most commands that take flags.

//generate, //regen, //deform, //[h]cyl, //[h]sphere, //chunk, //outset, //inset, //stack, //move, //smooth, //paste, //flip, /search //distr /butcher, //brush sphere/cyl/clipboard/smooth
Only //replace and /replacenear are still missing.
This commit is contained in:
TomyLobo
2011-12-05 11:21:40 +01:00
parent 6764704c22
commit 4c9e0a629f
7 changed files with 102 additions and 5 deletions

View File

@@ -346,6 +346,9 @@ public class UtilityCommands {
usage = "[radius]",
flags = "p",
desc = "Kill all or nearby mobs",
help =
"Kills nearby mobs, or all mobs if you don't specify a radius.\n" +
"The -p flag makes /butcher also kill pets.",
min = 0,
max = 1
)