Plex-FAWE/worldedit-core/src/main/java/com/sk89q/minecraft/util/commands
sk89q 935de4c93d Add some experimental brush commands.
/br set <shape> <radius> <pattern>
/br deform <shape> <expression>
/br scatter <shape> <density> <generator>
/br apply <shape> <generator>

<shape> can be: cuboid, cyl[inder], sphere

<density> is 0-100

<generator> can be:
forest|tree <type>
item <item>[:<data>] (ONLY WORKS ON FORGE)

Examples:

/br deform cuboid 5 y-=0.2
/br scatter sphere 5 100 minecraft:dye:15
2015-10-26 23:14:30 -07:00
..
Command.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
CommandAlias.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
CommandContext.java Add some experimental brush commands. 2015-10-26 23:14:30 -07:00
CommandException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
CommandLocals.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
CommandPermissions.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
CommandPermissionsException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
CommandsManager.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
CommandUsageException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
Console.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
Injector.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
Logging.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
MissingNestedCommandException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
NestedCommand.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
SimpleInjector.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
SuggestionContext.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
UnhandledCommandException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
WrappedCommandException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00