WorldEdit accepts a pattern for these commands

update the message to reflect that.
This commit is contained in:
Jesse Boyd 2019-04-04 10:14:02 +11:00 committed by wizjany
parent 961da1b93f
commit 3d2054aa0a

View File

@ -85,7 +85,7 @@ public class RegionCommands {
@Command( @Command(
aliases = { "/line" }, aliases = { "/line" },
usage = "<block> [thickness]", usage = "<pattern> [thickness]",
desc = "Draws a line segment between cuboid selection corners", desc = "Draws a line segment between cuboid selection corners",
help = help =
"Draws a line segment between cuboid selection corners.\n" + "Draws a line segment between cuboid selection corners.\n" +
@ -119,7 +119,7 @@ public class RegionCommands {
@Command( @Command(
aliases = { "/curve" }, aliases = { "/curve" },
usage = "<block> [thickness]", usage = "<pattern> [thickness]",
desc = "Draws a spline through selected points", desc = "Draws a spline through selected points",
help = help =
"Draws a spline through selected points.\n" + "Draws a spline through selected points.\n" +
@ -170,7 +170,7 @@ public class RegionCommands {
@Command( @Command(
aliases = { "/overlay" }, aliases = { "/overlay" },
usage = "<block>", usage = "<pattern>",
desc = "Set a block on top of blocks in the region", desc = "Set a block on top of blocks in the region",
min = 1, min = 1,
max = 1 max = 1
@ -184,7 +184,7 @@ public class RegionCommands {
@Command( @Command(
aliases = { "/center", "/middle" }, aliases = { "/center", "/middle" },
usage = "<block>", usage = "<pattern>",
desc = "Set the center block(s)", desc = "Set the center block(s)",
min = 1, min = 1,
max = 1 max = 1
@ -212,7 +212,7 @@ public class RegionCommands {
@Command( @Command(
aliases = { "/walls" }, aliases = { "/walls" },
usage = "<block>", usage = "<pattern>",
desc = "Build the four sides of the selection", desc = "Build the four sides of the selection",
min = 1, min = 1,
max = 1 max = 1
@ -226,7 +226,7 @@ public class RegionCommands {
@Command( @Command(
aliases = { "/faces", "/outline" }, aliases = { "/faces", "/outline" },
usage = "<block>", usage = "<pattern>",
desc = "Build the walls, ceiling, and floor of a selection", desc = "Build the walls, ceiling, and floor of a selection",
min = 1, min = 1,
max = 1 max = 1
@ -414,7 +414,7 @@ public class RegionCommands {
@Command( @Command(
aliases = { "/hollow" }, aliases = { "/hollow" },
usage = "[<thickness>[ <block>]]", usage = "[<thickness>[ <pattern>]]",
desc = "Hollows out the object contained in this selection", desc = "Hollows out the object contained in this selection",
help = help =
"Hollows out the object contained in this selection.\n" + "Hollows out the object contained in this selection.\n" +