From 9fbcbc7cea2186016753c0cd49e9e33d5fd7e1c7 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Wed, 3 Apr 2019 15:40:31 +1100 Subject: [PATCH] not As there are actual commands that will only accept blocks --- .../sk89q/worldedit/command/RegionCommands.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/command/RegionCommands.java b/worldedit-core/src/main/java/com/sk89q/worldedit/command/RegionCommands.java index ea648056d..ecb0ed78a 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/command/RegionCommands.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/command/RegionCommands.java @@ -227,7 +227,7 @@ public class RegionCommands extends MethodCommands { @Command( aliases = {"/line"}, - usage = " [thickness]", + usage = " [thickness]", desc = "Draws a line segment between cuboid selection corners", help = "Draws a line segment between cuboid selection corners.\n" + @@ -261,7 +261,7 @@ public class RegionCommands extends MethodCommands { @Command( aliases = {"/curve", "/spline"}, - usage = " [thickness]", + usage = " [thickness]", desc = "Draws a spline through selected points", help = "Draws a spline through selected points.\n" + @@ -343,7 +343,7 @@ public class RegionCommands extends MethodCommands { @Command( aliases = {"/overlay"}, - usage = "", + usage = "", desc = "Set a block on top of blocks in the region", min = 1, max = 1 @@ -393,7 +393,7 @@ public class RegionCommands extends MethodCommands { @Command( aliases = {"/center", "/middle"}, - usage = "", + usage = "", desc = "Set the center block(s)", min = 1, max = 1 @@ -423,7 +423,7 @@ public class RegionCommands extends MethodCommands { @Command( aliases = {"/walls"}, - usage = "", + usage = "", desc = "Build the four sides of the selection", min = 1, max = 1 @@ -439,7 +439,7 @@ public class RegionCommands extends MethodCommands { @Command( aliases = {"/faces", "/outline"}, - usage = "", + usage = "", desc = "Build the walls, ceiling, and floor of a selection", min = 1, max = 1 @@ -735,7 +735,7 @@ public class RegionCommands extends MethodCommands { @Command( aliases = {"/hollow"}, - usage = "[[ ]]", + usage = "[[ ]]", desc = "Hollows out the object contained in this selection", help = "Hollows out the object contained in this selection.\n" +