Overview
CauldronInteract is a simple 1.17.x-1.21.x plugin, which enables dispensers to interact with cauldrons. Dispensers can use buckets to fill or empty a cauldron. Filling bottles is also supported.
Use case
A possible use for this plugin would be an integration into an automatic lava farm using dripstone blocks. This would allow dispensers to empty the cauldrons and fill chests with lava buckets.
Configurable option: Upgradable dispensers
This feature enables players to individually select dispensers that can interact with cauldrons. For instance, this can be useful if the plugin disrupts a redstone circuit. To upgrade a dispenser, players need to hold a hoe and shift-right-click the dispenser.
If this feature is toggled off and then back on, all previously upgraded dispensers will continue to function as before.
To enable this option, enable the feature in the plugin's config.
Code (YAML):
# If enabled every dispenser will have to be upgraded first to unlock the ability to interact with a cauldron.
# Dispensers can be upgraded by being shift-right-clicked while holding a hoe.
enable-dispenser-upgrade
: true
bStats
This plugin uses bStats to anonymously collect metrics. If you want to opt out, you can do so by disabling metrics in the config file.