gunymede / tooler

A Minecraft Beta 1.7.3 plugin for Bukkit that makes tools stronger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tooler

A Minecraft Beta 1.7.3 plugin for Bukkit that makes tools stronger

Features

Hammer

Sneaking while mining stone/cobblestone with a pickaxe will also break the adjacent stone blocks.

Hammer Demonstration

Each extra block broken will consume durability.

Veinminer

Sneaking while mining an ore will break all adjacent ore blocks.

Veinminer Demonstration

Each extra ore broken will consume durability.

Treefeller

Sneaking while mining a log with an axe will break all adjacent logs.

Treefeller Demonstration

Each extra log broken will consume durability.

This will only trigger if the log is connected to leaves

Planter

Sneaking while breaking fully grown crops with a hoe will replant them.

Planter Demonstration

Crops that haven't matured will not be destroyed if broken.

Config

Each feature can be toggled by modifying the plugins/Tooler/config.yml file which gets created after starting the server with the plugin for the first time.

Default config.yml values

veinminer: true
hammer: true
planter: true
treefeller: true

Building with IntelliJ IDEA

Add the CraftBukkit Beta 1.7.3 archive as a dependency. Build the artifact to get the compiled plugin.

About

A Minecraft Beta 1.7.3 plugin for Bukkit that makes tools stronger


Languages

Language:Java 100.0%