Build Buddy is tool for builders and build teams to use that increases their productivity and quality. The main feature is you are able place any block ignoring their usual rules without updating the blocks around them. Trying to add some detail areas that will be underwater? Use the waterlog command to waterlog all blocks around you!
Build Mode This feature allows you do really quickly add that extra details to builds. While build mode is active you are able to place a block without updating the blocks around it. Additionally you can add blocks to a special block handler and they will allow you to place them ignoring the normal conditions required to place the block. An example is you can place wheat seeds on any block not just soil!
Additional Features: - Right click any crop to cycle through it's different growth stages - Right click iron doors and iron trap doors to open and close them
Commands: /buildmode - Toggle on/off build mode
/buildmode add - Add the current block in your hand to a special block handler.
/buildmode remove - Remove the current block in your hand from the special block handler.
Water Logging Blocks Ever be building something that will go underwater and want to water log all the blocks without click them all with a bucket? Well now you can!
Commands: /waterlog <radius> - Water Log all blocks that can be in a radius but equal to or below your Y height. /unwaterlog <radius> - Unwater Log all blocks that can be in a radius but equal to or below your Y height.
Miscellaneous /blockbiome <block> <biome> <radius> - Change all blocks in a radius to be a certain biome. Due to the way minecraft handles biomes this has some bleed-over to other blocks. /blocknames - Allows you to right click and start creating a template of blocks for a worldedit command. Use it again to a copiable list. /light [level] - Give yourself a light block with a predetermined light level (Like a barrier block but produces light)
Code (Text):
buildbuddy.light:
description: Allows light command
default: op
buildbuddy.buildmode:
description: Allows buildmode command
default: op
buildbuddy.waterlog:
description: Allows waterlog command
default: op
buildbuddy.unwaterlog:
description: Allows unwaterlog command
default: op
buildbuddy.blockbiome:
description: Allows blockbiome command
default: op
buildbuddy.blocknames:
description: Allows blocknames command
default: op
buildbuddy.*:
description: Wildcard Permission
default: op
children:
buildbuddy.light: true
buildbuddy.buildmode: true
buildbuddy.waterlog: true
buildbuddy.unwaterlog: true
buildbuddy.blockbiome: true
buildbuddy.blocknames: true
buildbuddy.irondoors: true
buildbuddy.ageable: true