Releases: K07H/AutoFillCrops
v1.5
This plugin will add a chat command to automatically fill nearby crop plots.
The command will use the fertilizer found in player inventory and nearest dung-beetles.
You can configure the action radius by modifying the first line of the "Config.txt" file (by default the radius is 10800 which is 36 foundations in length).
You can configure the chat keyword that is used to execute the command by modifying the second line of the "Config.txt" file (by default the chat command is "/fill").
You can specify if fertilizers are grabed from player inventory by modifying the third line of the "Config.txt" file (by default it will search for fertilizers in player inventory).
You can specify if fertilizers are grabed from nearby dung beetles inventories by modifying the fourth line of the "Config.txt" file (by default it will search for fertilizers in nearby dung beetles inventories).
Changelogs of v1.5:
- Bugfix: Enforce structure type (small, medium, large and tek crop plots only) because some structures like incubators are also selected by UVictoryCore function.
v1.4
This plugin will add a chat command to automatically fill nearby crop plots.
The command will use the fertilizer found in player inventory and nearest dung-beetles.
You can configure the action radius by modifying the first line of the "Config.txt" file (by default the radius is 10800 which is 36 foundations in length).
You can configure the chat keyword that is used to execute the command by modifying the second line of the "Config.txt" file (by default the chat command is "/fill").
You can specify if fertilizers are grabed from player inventory by modifying the third line of the "Config.txt" file (by default it will search for fertilizers in player inventory).
You can specify if fertilizers are grabed from nearby dung beetles inventories by modifying the fourth line of the "Config.txt" file (by default it will search for fertilizers in nearby dung beetles inventories).
Changelogs of v1.4:
- Crop plots will now get filled completely (previously it was only filling up to 10 fertilizers).
- Added an option to enable/disable searching fertilizers in player inventory.
- Added an option to enable/disable searching fertilizers in nearby dung beetles inventories.
- Removed unused "bit7z" lib reference.
- Source code refactoring.
v1.3
v1.1
v1.0
Initial release (v1.0).