About Infinite Water Barrels
Never refill a water barrel again.
Purchasable infinite water barrels that stay full forever that are perfect for those farms away from water. Players can purchase an infinite water barrel from your existing store plugins.
Or if you want to just make every water barrel on the server provide infinite water? just a config setting.
Infinite Water Barrel lets players place special water barrels that automatically refill themselves with fresh water, making them perfect for farms, remote bases and industrial water systems.
Key Features
- Players with permission can place infinite water barrels
- Custom skin support (prevents normal barrels from becoming infinite unless configured)
- Hammer pickup support (with ownership & team checks)
- Full VIP tier support with configurable limits
- Option to make all player-placed water barrels infinite
- Admin command to give barrels
- Reskin protection
- Persistent across restarts
- High performance and lightweight, designed and tested to run on busy servers
Permissions
- infinitewaterbarrel.use - Allows players to place infinite barrels
- infinitewaterbarrel.vip1 - VIP Tier 1 limit
- infinitewaterbarrel.vip2 - VIP Tier 2 limit
- infinitewaterbarrel.vip3 - VIP Tier 3 limit
Commands
infinitewaterbarrel.give <player> - Use this with shop plugins so players can purchase an infinite water tank.
Configuration
{
"All water barrels placed by players with use permission become infinite (ignores limits)": false,
"Maximum barrels a player can deploy (0 = no limit)": 1,
"VIP 1 barrel limit (0 = no limit)": 2,
"VIP 2 barrel limit (0 = no limit)": 3,
"VIP 3 barrel limit (0 = no limit)": 5,
"Allow picking up barrels by hitting them with a hammer": true,
"Allow team mates to pick up each others barrels": true,
"Water amount to keep in barrel (0 = container capacity)": 0,
"Hose output water per tick (0 = vanilla)": 0,
"Hose output tick interval seconds (0 = vanilla)": 0.0
}