v2.1

Details

  • Filename
    ExtremeBranckMiner3000.jar
  • Uploaded by
  • Uploaded
    May 15, 2015
  • Size
    7.22 KB
  • Downloads
    265
  • MD5
    634ef8b2f64e879dfb8b6b7e9399738c

Supported Bukkit Versions

  • 1.8.1
  • 1.8
  • CB 1.7.9-R0.2

Changelog

Sorry about this guys, but I released version 2.0 without testing this, and it's been a while since I actually tested it, and I saw that it completely does not work. So this update fixes it.

Also added with v2.1, block limiter. You can configure in the config file a limit to how many blocks the branchminer mines.

Version 2.0 features three major features:

  • The branchminer pick mines more types of blocks. Grass and cobblestone are now mined along with stone, dirt and gravel.
  • Configerations! The blocks that the branchminer pick mines are now configurable, and there's now a Y range you can configure.
  • You can mine up or down! Just don't fall too far, or mine under sand or gravel.

The default configuration file (plugins/ExtremeBranchMiner3000/config.yml) should look like this:

branchminable_blocks: stone,dirt,gravel,cobblestone,grass
maximumYHeight: '250'
minimumYHeight: '0'
lengthLimit: '500'

To configure what blocks the branchminer mines, simply add or remove the names of the blocks after branchminable_blocks. Remember to put a comma after each one except the last, and do not have any spaces in this. Use underscores if the desired material is two words or more. The maximumYHeight and the minimumYHeight are integers and you can set them to whatever you want. The branchminer pick will not break any block under the minimumYHeight or above the maximumYHeight.