BlockSniper Versions Save

An advanced (brush) world editing plugin for PocketMine-MP

v2.0.0

6 years ago

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.

v1.3.0

7 years ago

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!

v1.2.0

7 years ago

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])

v1.1.0

7 years ago

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!

v1.0.0

7 years ago

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.

v0.2.0

7 years ago

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!

v0.1.0

7 years ago

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.

v0.0.1

7 years ago

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