Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brycecanyoncounty/bcc-farming
This is a simple easily configurable farming script for RedM (VORP)
https://github.com/brycecanyoncounty/bcc-farming
Last synced: 28 days ago
JSON representation
This is a simple easily configurable farming script for RedM (VORP)
- Host: GitHub
- URL: https://github.com/brycecanyoncounty/bcc-farming
- Owner: BryceCanyonCounty
- License: gpl-3.0
- Created: 2023-04-10T00:58:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:37:08.000Z (3 months ago)
- Last Synced: 2024-10-18T14:30:17.258Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 157 KB
- Stars: 5
- Watchers: 2
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcc-farming
> This is a simple easily configurable farming script for RedM!
## Features
- Allows you to create as many crops to plant for your RedM server as you want!
- Easy to translate via the Language files!
- Ability to individually job lock plants!
- Option to require a "Planting tool" to be able to plant the crop! (Tool is set for each plant individually in the config.lua)
- Super easy to configure everything via the config files!
- You have to water crops using a bucket in the config!
- Watering a crop removes the full bucket, and adds an empty one!
- Option in config to have blips on plants!
- Option for enabling or disabling planting crops in town!
- Stores plants in a database so they stay after server restarts!
- Version Checker to help you keep informed on updates!
- Option to require soil to plant!
- Option to allow use of fertilizer!
- Option to lock plants so only the planter can interact with them or have everyone be able to interact with all plants!## Why use it
- It is simple, effective, and easy to use!## Requirements
- [vorp_core](https://github.com/VORPCORE/vorp-core-lua)
- [vorp_inventory](https://github.com/VORPCORE/vorp_inventory-lua)
- [vorp_character](https://github.com/VORPCORE/vorp_character-lua)
- [bcc-utils](https://github.com/BryceCanyonCounty/bcc-utils)## Installation Steps
- Make sure dependencies are installed/updated and ensured before this script
- Add `bcc-farming` folder to your resources folder
- Add `ensure bcc-farming` to your resources.cfg
- Run the included database file `bcc-farming.sql`
- Add images from `img` folder to: `...\vorp_inventory\html\img\items`
- Restart server## Side notes
- Make sure all items exist in your database.
- This script is written from scratch, but took a heavy inspiration from prp_farming.
- You can edit the code obviously. All I ask is that you release the edits to the community freely.## GitHub
- https://github.com/BryceCanyonCounty/bcc-farming