ToolBelt_0.9

Details

  • Filename
    ToolBelt.jar
  • Uploaded by
  • Uploaded
    Feb 18, 2014
  • Size
    113.92 KB
  • Downloads
    856
  • MD5
    42c95dff2a28f726f80d3196dcc65a21

Supported Bukkit Versions

  • CB 1.7.2-R0.3
  • CB 1.7.2-R0.2
  • CB 1.7.2-R0.1

Changelog

Update Release 0.9

Update Release 0.8

Update Release 0.7.5

Update Release 0.7

For older change logs, check the previous file uploads

0.9 The config file has had a few changes to support the new block types in Minecraft 1.7.

  • tools.global.stopCopy has had 175 added (DOUBLE_PLANT)
  • tools.dupe.keepData has had 3, 12, 38, 95, 161, 162, 163, 175 added.
  • tools.saw.widthCube has been removed and replaced by:
    • tools.saw.recursiveHorizontalMax with a default of 16
    • tools.saw.recursiveVerticalMax with a default of 40

The changes to the saw come from Chainsaw recursive removal and allow control over how far the recursive block removal can expand. Further help can be found in plugins/ToolBelt/help/saw.txt after the first run of the plugin.

In version 0.8 a new option was added to the scroll tool. It is not recommended, and can change the data of blocks on your map to unsupported values. It allows for scrolling all 16 values on supported blocks, or scrolling all 16 values on all blocks.

  • tools.scroll.all with the possible options of "no" (default) | "values" | "blocks"

The ranged option to painting is blocked if you have NoCheat on your server. If you run across this issue, try giving nocheat.checks.blockplace.reach to the user in question. This likely will also happen with other such plugins, try and look for similar restrictions that might be causing the problem.