ToolBelt_0.7
Details
-
FilenameToolBelt.jar
-
Uploaded by
-
UploadedApr 10, 2013
-
Size108.98 KB
-
Downloads864
-
MD582e7830397f757a186b531e8d17a1cd0
Supported Bukkit Versions
- CB 1.4.7-R1.0
- CB 1.4.6-R0.3
- CB 1.4.5-R1.0
Changelog
Update Release 0.7
- Update to support updated slab block in Minecraft 1.4.6
- Added Tree Tool (Disabled by default)
- Match Minecraft spawn protection (Was one block too large)
- Added a simpler example of ranks
Update Release 0.6.1
Update Release 0.6
- Update to support new (and updated) blocks in Minecraft 1.4.2
- Leap tool can now have a limited number of uses
- Leap tool fall damage protection changed (default only protects against next fall)
Update Release 0.5
- Fix text display issue when permissions:true but no permissions plugin is installed
- Support Minecraft 1.3 block types
- Ruler tool now uses paper instead of string (This is because of tripwires)
- Significant code cleanup, added javadoc, converted to maven. (No functional change with respect to these commits)
Update Release 0.4
- All players will see what all other tool users are doing
- User message verbosity is configurable
- Leap tool can now give users access to creative flight mode without them being in creative mode (Left click with feather)
- Optional powerful but complicated per-user material restriction lists (Read help/Ranks.txt for more information)
- Bug fix for WorldGuard region protection when permissions are disabled
- Wood plank and Sandstone now keep their wood type with Duplicator tool
- Scroll tool now uses standard restriction lists (onlyAllow and stopOverwrite lists instead of previous override and allow settings in config.yml)
For older change logs, check the previous file uploads
0.7 The config file has had a couple of changes, but those don't matter unless you want to add the tree tool. Either regenerate the config.yml and uncomment the tools.bind.tree line, or just add the tree settings from plugins/ToolBelt/help/tree.txt into the appropriate sections.
- tools.bind.tree added, with default GOLD_HOE (294) and is disabled.
- tools.tree.possible added with and empty list as default. This allows for all tree types to be generated. For more assistance look at help/tree.txt
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.