Throw an item into water. It will get transmuted.
Example config
Idea: Bukkit Forums
Config
| sendMCStats | send Statistics to MCStats.org | true |
| initialDelay | Amount of ticks before checking whether an item thrown is inside water | 10 |
| checkAmount | How many times to check whether an item is inside water. Initial delay is doubled after every check | 3 |
| input | List with items which are accepted by the wells. Full name or id. Note: ids have to be enclosed in '' to work currently. |
|
| output |
Map of items which are emitted from the wells. Full name or id. Note: ids have to be enclosed in '' to work currently. diamond: 1 iron_ore: 3 results in 25% Diamond, 75% Ironore |
|
| autoUpdate | Enables autoupdate | true |
| limitPerDay | Limit per day per player. Resets on server restart (not reload). -1=infinite | -1 |
Permissions
| wishingwell.wish | Player may use wishing wells |
| wishingwell.command.* | Allow the command * |
| wishingwell.admin | enables every permission |
Commands
| /ww create | Creates a well. Searches for water blocks connected to your feet |
| /ww delete | Deletes a well. Searches for water blocks connected to your feet |
| /ww deleteall | Delete all wells |
Idea: Bukkit Forums

