LandBrush

LandBrush

9.6k Downloads

Banner

LandBrush - The easy to use brush for creating new land quick and easy:

Version: 1.2.2

What is it?

LandBrush was created to make creating new land structures quick and easy. By mimicking how the Minecraft World Generator forms land sides you can easily create a base level structure for new contents or islands that you can use other tools such as VoxelSniper and WorldEdit to give it more depth.

How does it work?

Really simple actually, you first start off by picking your "base height" which is used to form the land at that position. Then you simple "paint" on your land that simple using the LandBrush tool. There are a few different arguments that can also be passed in to alter how the brush "paints" your land.

Commands:

LandBrush has a few commands that can be used, all commands can be accessed with either /landbrush or /lb.

/landbrush help - Displays help text for commands.
/landbrush [on/off] - Turns on and off the plugin locally.
/landbrush default - Sets all settings to default.
/landbrush size 5 - Sets brush radius in blocks.
/landbrush base [me/64] - Sets the base height.
/landbrush spread 3 - Sets the spread of the layer span.
/landbrush material [sand grass/12 3] - Sets the materials from bottom to top.
/landbrush tool [wood_spade/270] - Sets or Gets the tool.
/landbrush undo [all/steps] - Will undo your last action, best to bind if you can.

An alias can be set in the bukkit.yml file like so, lb being the alias in this instance:

aliases:
    lb:
    - landbrush

Permissions:

  • landbrush.* - Gives permissions for all commands with LandBrush.

Changelog:

Version 1.2.2:

  • Added support for Minecraft 1.8.1 Bukkit server builds.
  • Started changing "scale" to "spread" now an integer value.
  • Added more undo functionality allowing you to undo a certain amount of times or all.
  • Added an on/off command which disables your player events.
  • Removed Permissions 3.1.6 support in favor of PermissionsBukkit.

Version 1.2.1:

  • Removed alias of "lb" which can now be set manually in the bukkit.yml file.

Version 1.2:

  • Fixed issue with players receiving message of "LandBrush disabled" when on player interaction.

Version 1.1:

  • Removed bottom layer.
  • Added the ability to swap tool to current item in hand with /lb tool.
  • Added the ability to get the tool item while holding nothing with /lb tool.
  • Added support for Bukkit Permissions.
  • Added support for Permissions 3.1.6 Plugin.
  • Fixed a bug with disconnecting or rejoining and not being able to use the tool.

Version 1.0:

  • Plugin initial release.

Todo:

  • Adding permissions.
  • Possibly removing the bottom layer, not so sure just yet.
  • Save settings for players server side.
  • Adding a way to specify a height of the brush.
  • Making the tool command give you the tool when no arguments passed in.
  • Adding mesh like manipulation features which allow you to push and pull land.
  • Flip option which flips to create valleys rather than hills.

Links:

github https://github.com/LeonBlade/LandBrush

devbukkit http://forums.bukkit.org/threads/edit-landbrush-v1-1-using-landbrush-makes-creating-new-structures-quick-and-easy-1060.34199

javajar https://github.com/downloads/LeonBlade/LandBrush/LandBrush.jar

Let me know what features you'd like to be added/changed/removed and things like that.

Thank you.