CauldronInteract is a simple 1.17+ plugin, which enables dispensers to interact with cauldrons. Dispensers can use buckets to fill or empty a cauldron. Filling bottles is also supported.
Tested versions: 1.17, 1.18, 1.19, 1.20, 1.21
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.
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.
# 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
The installation is fairly straightforward. Download the plugin from the releases tab and put the .jar file into
the plugins
folder. Make sure that you are using a 1.17+ server.
For a terminal environment, use this:
cd plugins/
wget https://github.com/VoxCrafterLP/CauldronInteract/releases/download/v1.3.0/CauldronInteract-1.3.0-RELEASE.jar
If you have found a bug, or you want to request a feature, feel free to create an issue.
This project is licensed under the GNU GPL v3 and may be used accordingly. Further information can be found here.