Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monah-rasta/autoplant
Oxide plugin for Rust. Automation of your plantations.
https://github.com/monah-rasta/autoplant
Last synced: about 6 hours ago
JSON representation
Oxide plugin for Rust. Automation of your plantations.
- Host: GitHub
- URL: https://github.com/monah-rasta/autoplant
- Owner: MONaH-Rasta
- Created: 2024-04-05T08:25:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T08:30:45.000Z (8 months ago)
- Last Synced: 2024-04-05T09:32:22.769Z (8 months ago)
- Language: C#
- Homepage: https://umod.org/plugins/auto-plant
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoPlant
Oxide plugin for Rust. Automation of your plantations.
Players with permission are able to plant whole planterbox in one click. To do that you should:1. Select plant/clone/seed to be your active item
2. Target planterbox
3. **HOLD SHIFT (SPRINT button)** and click mouse button as you usually plant
4. All free slots in planterbox will be planted by active item (if you have enough items in active stack).Also your players can gather / cutting / remove dying using the **SHIFT (SPRINT button)** key.
To move fertilizer automatically, just set active item and click mouse button.
## Permissions
### Default permissions
- `autoplant.use` -- permission to use auto planting
- `autoplant.gather.use` -- permission to use auto gather
- `autoplant.cutting.use` -- permission to use auto cutting
- `autoplant.removedying.use` -- permission to use auto remove dying
- `autoplant.fertilizer.use` -- permission to use auto move fertilizer## Chat Commands
- `/fertilizer` -- Shows amount move fertilizer
- `/fertilizer ` -- Set amount move fertilizer## Configuration
### Default Configuration
```json
{
"Auto Plant permission": "autoplant.use",
"Auto Gather permission": "autoplant.gather.use",
"Auto Cutting permission": "autoplant.cutting.use",
"Auto Remove Dying permission": "autoplant.removedying.use",
"Auto fertilizer permission": "autoplant.fertilizer.use",
"Auto fertilizer configuration": {
"Maximum distance from the PlanterBox": 5,
"Default fertilizer amount": 100
}
}
```## Credits
- **Egor Blagov** - original author
### Special thanks
- **@Sharovoz** - Sponsoring plugin development