Port //set

This commit is contained in:
Kenzie Togami
2019-04-25 23:16:18 -07:00
parent 2486388e18
commit 46e0a7ba48
2 changed files with 30 additions and 1 deletions

View File

@ -377,7 +377,6 @@ public final class PlatformCommandMananger {
dispatcher = new CommandGraph()
.builder(builder)
.commands()
.register(adapt(new SelectionCommand(new ApplyCommand(new ReplaceParser(), "Set all blocks within selection"), "worldedit.region.set")), "/set")
.group("brush", "br")
.describeAs("Brushing commands")
.register(adapt(new ShapedBrushCommand(new DeformCommand(), "worldedit.brush.deform")), "deform")