ToolBelt_0.3

Details

  • Filename
    ToolBelt.jar
  • Uploaded by
  • Uploaded
    Apr 28, 2012
  • Size
    86.12 KB
  • Downloads
    1,156
  • MD5
    1a51969431a170528c927fe143683896

Supported Bukkit Versions

  • CB 1.2.5-R1.0

Changelog

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.3 Door update Because the use of the paintbrush and such on doors is now admin configurable, the config.yml file will need to be updated, otherwise users will be able to paint and more with doors.

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.

Players near someone using the scroll, sledge, pliers, and pickhax tools might not see data value updates in certain situations. If the map area is reloaded from the server (going far away and coming back, logging off and back on) the data change is visible.

If a player has access to the VoxelSniper tools, crouching and right-clicking performs unexpectedly. This is an issue with VoxelSniper, and I am trying to work with them to get this resolved. In the mean time you can:

  • Change the tool painting is bound to from the SLIME_BALL to COAL or some other material.
  • Disable VoxelSniper privileges for those that have the Paint tool.
  • Set Tools: paint: rangeCrouch: to 0 in config.yml to disable any sign of crouch painting, and tell your users not to try it.