ToolBelt_0.5

Details

  • Filename
    ToolBelt.jar
  • Uploaded by
  • Uploaded
    Aug 29, 2012
  • Size
    99.04 KB
  • Downloads
    1,444
  • MD5
    f3d80bd7a88409ed127ecfbbf4b00547

Supported Bukkit Versions

  • CB 1.3.2-R3.0
  • CB 1.3.1-R2.0
  • CB 1.3.1-R1.0

Changelog

Update Release 0.5

Update Release 0.4

Update Release 0.3

  • Updated Scroll tool for all 1.2.1-5 blocks.
  • Tool re-use delay is now admin configurable, default is 1/4 of the previous time.
  • Admin can configure tools to work on doors.
  • Admin can configure leap tool to have limited fall damage protection. (see help/leap.txt)
  • PickHax now is less spammy, warns about clicking on air only once every 10 seconds.
  • help/Commands.txt has been cleaned up.
  • Two bug fixes: issues #2, #5 https://github.com/Peter200lx/ToolBelt/issues
  • Block breaking with events enabled now also checks BlockDamageEvent in addition to BlockBreakEvent.

Update Release 0.2

  • Added new tools
    • Ruler - Click in two different points to get width x,y,z, distance and volume measurements
    • Watch - Set your personal time to day or night (OPs or w/perm can set server time)
    • Sledge - Push and pull blocks
    • Pliers - Copy and push/pull blocks
    • Shovel - Dig cubes, disks and spheres out of (configurable) stone, dirt, grass, sand and gravel.
    • Chainsaw - Cut down cubes and spheres of (configurable) logs, leaves and vines.
  • help/ now contains Permissions.txt and Commands.txt. Both will have latest data.
  • Allow players to disable ToolBelt for themselves with /tb off and /tb on
  • Added optional range powers to PickHax
  • Pressure plates now work while holding a ToolBelt tool.
  • Fixed PickHax complaining when player is using WorldEdit's Superpick

Update Release 0.1

  • Support for region plugins (like WorldGuard), logging (like LogBlock or HawkEye), and more (like NoCheat).
  • New tool, PickHax, similar to VoxelDoop's Jackhammer.
  • Scroll tool now always shows the block change for the player performing the scroll action.
  • Tool specific configuration help has now been pulled into plugins/ToolBelt/help/<tool>.txt
  • Paint tool's range is now more configurable.
  • Global block restrictions in config.yml
  • Significant printout improvements.

0.5 The config file has had a couple of changes so it is suggested that you move your old one and let ToolBelt generate a new default config, and then edit the new file. All of the new options have sane defaults so nothing should be broken. Here is a list of the changes:

  • tools.dupe.keepData has had 78, 97, 99, 100, 125, 126, and 383 have been added to the list, 374 has been removed.
  • tools.bind.ruler has been changed from 287 to 339 (from STRING to PAPER)

LogBlock has issues when scrolling a material from data value 0 to any other data value. A patch has been sent and accepted to LogBlock, so hopefully the next version will not have this issue (Build #112). HawkEye reportedly does not share the same problem.

The ranged addition 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.