Chicken Coop Auto Love is a small utility plugin for Rust servers that helps keep chicken coops in a good condition automatically.
The plugin scans chicken coops on the server and keeps their love/happiness values high. It can also force sunlight to the maximum value if enabled in the configuration. Access can be controlled with a permission, so you can enable this feature only for selected players, VIP groups, or server packages.
This is useful for servers that want to make chicken coop management easier, especially for VIP features, PvE servers, farming-focused servers, or quality-of-life gameplay improvements.
If you download or use my resources, please leave a reaction and a comment. This helps me see that the plugin is useful and motivates me to release more resources.
Manually scans all chicken coops and shows scan results. Admin only.
Inspects the first found chicken coop and prints relevant values/members for debugging. Admin only.
Example permission command:
The plugin scans chicken coops on the server and keeps their love/happiness values high. It can also force sunlight to the maximum value if enabled in the configuration. Access can be controlled with a permission, so you can enable this feature only for selected players, VIP groups, or server packages.
This is useful for servers that want to make chicken coop management easier, especially for VIP features, PvE servers, farming-focused servers, or quality-of-life gameplay improvements.
If you download or use my resources, please leave a reaction and a comment. This helps me see that the plugin is useful and motivates me to release more resources.
Features
- Automatically keeps chicken coop love/happiness high.
- Optional sunlight boost.
- Permission-based access.
- Configurable scan interval.
- Detects newly spawned chicken coops.
- Manual admin scan command.
- Inspect command for debugging chicken coop values.
- Lightweight and simple to configure.
Permission
chickencoopautolove.useConsole Commands
cooplove.scanManually scans all chicken coops and shows scan results. Admin only.
cooplove.inspectInspects the first found chicken coop and prints relevant values/members for debugging. Admin only.
Configuration
{ "Update interval (seconds)": 15.0, "Force sunlight to max": true, "Use permission": true, "Debug": true}Configuration Options
- Update interval (seconds) — how often the plugin scans chicken coops.
- Force sunlight to max — keeps sunlight at the maximum value when possible.
- Use permission — only applies the effect to chicken coops owned by players with permission.
- Debug — enables debug messages in the server console.
Installation
- Download the plugin.
- Place ChickenCoopAutoLove.cs into your oxide/plugins folder.
- Grant the permission if permission mode is enabled.
- Edit the config if needed.
- Reload the plugin.
Example permission command:
oxide.grant group vip chickencoopautolove.use