This plugin fills up water catchers automatically when they're placed. You can configure the water amount, and use a permission to restrict it to certain players only.
Permissions
fullwatercatchers.use
- Allows the player to receive water catchers pre-filled with water when placing them.
Configuration
JSON:
{
"Water Catcher Amounts": {
"assets/prefabs/deployable/water catcher/water_catcher_large.prefab": 1000,
"assets/prefabs/deployable/water catcher/water_catcher_small.prefab": 500
}
}
Water Catcher Amounts
- A dictionary where you define how much water (in mL) each type of water catcher should start with.- The key is the full prefab path of the catcher.
- The value is how much water to add when it's placed.
- If a catcher isn't listed here, it won't get any water automatically.