
This plugin allows dirt blocks to drop clay balls and/or gravel blocks when broken. If you like to build a lot of stuff using brick stones but cannot find enough clay naturally then this plugin is for you.
The chance by which a dirt block drops clay and/or gravel can be configured as a percentage rate between 0 and 100%. This plugin works in two slightly different modes: in the first mode clay and/or gravel is dropped in addition to the normally dropped dirt block, in the second mode clay and/or gravel replace the normally dropped dirt block.
Copy the downloaded JAR file into craftbukkits plugins folder and then restart the server or reload the configuration.
When starting the plugin for the first time a configuration file named 'config.yml' is created in the plugin's data folder (plugins/DirtDropsClay) containing default settings. Change these settings to your liking:
Meaning of options:
Note: Please make sure that the sum of the percentage rates for clay and gravel does not exceed 100.
By default the permission "dirtdropsclay" is false.
This plugin may conflict with other plugins which catch BlockBreakEvents and trigger for dirt/grass/soil/podzol/mycelium blocks and change their dropping behaviour. In the mode where clay/gravel drops replace dirt drops (dirt_drops_as_well: false) monitoring plugins which count/report the type of broken blocks may not report the correct block type when they have dropped clay/gravel.
This plugin should be upwards compatible with all future bukkit releases as long as the current implementations of BlockBreakEvent handling and World.dropItemNaturally() method aren't changed.