This Rust plugin blocks all farming activities for players who are building blocked (not authorized to a nearby tool cupboard). That includes gathering trees, ores, loose collectibles like hemp, and even crops from planters. If they're not authorized, they can't farm.
Permissions
farmingrestriction.bypass
- Allows a player to farm even if they are building blocked.
Configuration
JSON:
{
"Version": "1.0.0",
"Block Tree Farming When Building Blocked": true,
"Block Ore Node Farming When Building Blocked": true,
"Block Collectible Pickup When Building Blocked": true,
"Block Planter Harvest When Building Blocked": true
}
Block Tree Farming When Building Blocked
- Blocks hitting trees when building blocked.Block Ore Node Farming When Building Blocked
- Blocks hitting ore nodes when building blocked.Block Collectible Pickup When Building Blocked
- Blocks picking up collectibles (like hemp, stone, metal fragments) while building blocked.Block Planter Harvest When Building Blocked
- Blocks harvesting plants from growables/planters while building blocked.
Localization
JSON:
{
"Blocked.FarmingDenied": "You cannot farm here (building blocked)."
}