Skip to content

Releases: BlockHorizons/BlockSniper

BlockSniper Version 2.0.0

11 Oct 15:31
Compare
Choose a tag to compare

BlockSniper version 2.0.0 has been released!

What's new?

Too much!

Some of the new notable features:

  • Asynchronous brushing with large modifications.
  • Brush User Interface making BlockSniper a lot more user friendly.
  • Schematic support.

Version 1.3.0!

17 Mar 16:42
Compare
Choose a tag to compare

Version 1.3.0 has been released!

What's new?

Improved code quality

  • Added easy access for developers to shape and type data.
  • Made the code more efficient, less duplicated code.

Presets

  • Added presets.
  • Added creating presets. (/b preset new)
  • Added using presets. (/b preset )
  • Added listing presets. (/b preset list)
  • Added removing presets. (/b preset delete )

Brush parameters

  • Added hollow shapes. (/b hollow <1/0>)
  • Made obsolete able to have more blocks at once. (/b obsolete <block1,block2>
  • Added brush reset. (/b reset)

Configuration

  • Made maximum clone size configurable.

API

  • Updated the API to PocketMine 3.0.0-ALPHA4.
  • Implemented getApproximateProcessedBlocks method for shapes.

Bug fixes

  • Improved undo stores, by clearing them over time. (fixed)
  • Fixed wrong permission node.

Performance Improvements

  • Made configuration have better performance.
  • Made translations have better performance.

New brush Types

  • Added FlattenAll type, flattens land above the given block too.

Enjoy this new version of BlockSniper!

Version 1.2.0!

25 Feb 10:40
Compare
Choose a tag to compare

BlockSniper version 1.2.0 has been released!

What's new?

API

  • Added ways to extend BlockSniper, by adding new types and shapes.
  • Added some more functions.

Code

  • Cleaned a lot of code.
  • Improved type and shape registering, making adding new types and shapes very easy.

New Types

  • Added Raise type.

Bug fixes

  • Improved Undo storage management.

Undo

  • Added undo-ing more than one modification at once. (/undo [number])

Version 1.1.0!

15 Feb 07:53
Compare
Choose a tag to compare

BlockSniper version 1.1.0 has been released!
What's new?

New Types

  • Added CleanEntities brush type.
  • Added Biome brush type.

New Brush Parameters

  • Added Decrementing brush.
  • Added Biome brush.

Configuration

  • Made Brush item configurable.
  • Made either resetting, or remaining at the same size with decrementing brush configurable.

Copy -> Paste

  • Implemented undo for pasting templates and copies.

API

  • Added BrushPropertiesChangeEvent.

Bug Fixes

  • Fixed Undo destroying management.
  • Fixed multiworld Copying.

Have fun with this new BlockSniper version!

Version 0.2.0!

23 Jan 07:50
Compare
Choose a tag to compare

BlockSniper has been updated to 0.2.0! What's new?

Commands

  • Added /clone command.
  • Added /paste command.

Cloning

  • Added copying.
  • Added cloning templates.

Pasting

  • Added pasting copies.
  • Added pasting templates.

Have fun with this new version of BlockSniper!

Version 1.0.0!

27 Jan 14:15
Compare
Choose a tag to compare

BlockSniper version 1.0.0 has been released!

What's new?

Command changes

  • Changed BrushWand command to Brush.
  • Made Brush more user friendly, with easier sub commands.
  • Removed Snipe command.

Types and Shapes changes

  • Made types be executable on any shape.
  • Moved lots of code for optimization.

Brush changes

  • Made Brush a specified item. (Golden Carrot)
  • Removed Brush wand enabling / disabling.

Optimizations

  • Optimized Brush command/usage.
  • Optimized selecting of shapes and types.

Wiki

  • Added a super-detailed wiki with any information needed.

Version 0.1.0!

15 Jan 15:32
Compare
Choose a tag to compare

Version 0.1.0 has been officially released! What's new?

Multi-language

  • Added a multi-language system.
  • Added English translation, and Dutch.

New shapes

  • Implemented standing cylinders.
  • Implemented cuboids. (Real cuboids, not actual cubes)

New types

  • Implemented flatten.
  • Implemented clean.
  • Implemented drain.
  • Implemented leafblower.

New commands

  • Implemented undo.
  • Added BlockSniper command.

Configuration

  • Added an actual settings.yml instead of an empty file.
  • Made some things like max radius configurable.

First Pre-Release!

02 Jan 19:34
Compare
Choose a tag to compare
First Pre-Release! Pre-release
Pre-release

This is the first pre-release of BlockSniper.
What's new?
Commands:

  • /snipe <block(s)>
  • /brushwand <block(s)>

Types:

  • Sphere Shape
  • Cube Shape
  • Overlay Type