Overview
AlchemicalCauldron is a plugin for bukkit which is used for converting items thrown into a cauldron into other items (e.g. dirt into iron ore).
Features
- Supports the transmutation of items when they come into contact with a cauldron
- Can define input and output materials
- Can define the statistical probabilities of how often items are transmuted
- More seamless item conversion (timers)
- Pop-out effect when items are converted
- Rudimentary collision detection
Permissions
| Permission | Usage |
| alchemicalcauldron.use | This controls whether or not a player can use cauldrons to transmute items. |
Usage
Simply run the plugin, in order to create the "config.yml".
Use the "config.yml" in order to adjust the item input/output ratios in order to suit your needs.
Reload the server in order to update the config.
Throw items towards a cauldron in order to convert them into other items.
Note: if items do not seem to be getting transmuted, try standing closer and ensure you are throwing items INTO the cauldron.
Ratios
- Items can be input through their name or their item ID
- Input item ratios (0.0-1.0) control how often an item is converted (e.g. 0.46 for dirt will convert it 46% of the time)
- Output item ratios use a slightly more complicated system, but in general the higher the number (0.0-1.0), the greater the chance of that item being created
Source
https://github.com/Indiv0/AlchemicalCauldron
Download
http://dev.bukkit.org/server-mods/alchemicalcauldron/files
Changelog
| Version | Changes | Compatible Builds |
| 1.16.0 | Update for 1.7.2 | 1.7.2 |
| 1.12.0 | Cleanup/fix code & permissions | 1.6.4 |
| Implement basic collision detection | 1.6.2 | |
| 1.11.1 | Fixed permissions being given by default | 1.5.2 R-1.0 |
| Moved to Mbapi | ||
| Various fixes | ||
| Changed versioning scheme | ||
| 1.4.2 | Various fixes | 1.4.7 R-0.1 |
| Forced Java 7 | ||
| 1.4 | Large code rewrites/optimizations | 1.4.2 R-0.2 |
| Fixed config.yml versioning scheme | 1.3.2 R-3.0 | |
| 1.3.2 | Added permissions support | 1.4.2 R-0.2 |
| 1.3.2 R-3.0 | ||
| 1.3.1 | Fixed several bugs | 1.4.2 R-0.2 |
| Added ability to configure item outputs individually | 1.3.2 R-3.0 | |
| 1.3 | Fixed Java 6 compatibility | 1.4.2 R-0.2 |
| Fixed PluginMetrics implementation | 1.3.2 R-3.0 | |
| 1.2.1 | Built against Java 6u37 to ensure compatibility | 1.3.2 R-3.0 |
| 1.2 | Added ability to throw stacks of items into cauldron | 1.3.2 R-3.0 |
| Fixed small error message spelling mistake | 1.3.2 R-2.0 | |
| 1.1 | Added timers in order to allow for more seamless item spawn/despawn | 1.3.2 R-2.0 |
| Added PluginMetrics support | ||
| 1.0 | Added base functionality | 1.3.2 R-1.0 |
| Added ratio support | ||
| Added configuration file support/ratio storage |
Bugs/TODO
All bugs and TODO information can be found on the issue tracker for this project on GitHub.

