Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brycecanyoncounty/bcc-bin
A script that spawns random bins (Trashcans)
https://github.com/brycecanyoncounty/bcc-bin
Last synced: about 1 month ago
JSON representation
A script that spawns random bins (Trashcans)
- Host: GitHub
- URL: https://github.com/brycecanyoncounty/bcc-bin
- Owner: BryceCanyonCounty
- License: gpl-3.0
- Created: 2023-09-26T23:08:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T19:47:06.000Z (3 months ago)
- Last Synced: 2024-11-09T20:29:43.544Z (3 months ago)
- Language: Lua
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcc-bin
> A script that spawns a random bin (Trashcan) all over the map basond on a config. Characters can then dig through the bin for a random chance at money, weapons, or items. When a player uses a bin it will respawn in another random location.
## Features
- Random spawn locations set in config
- Random rewards set in config
- Cooldown timer after using the bin
- Enable/Disable blip for bin on map
- Configuration option to use ox_target instead of prompts
- Configuration option to select the notification type from ox or vorp
- Configuration option to enable disable discord logs and grafana logs.## Installation
1. Make sure dependencies are installed/updated and ensured before this script
2. Extract and place `bcc-bin` into your `resources` folder
3. Add `ensure bcc-bin` to your `server.cfg` file
4. Restart your server## Dependency
- [vorp_core](https://github.com/VORPCORE/vorp-core-lua)
- [vorp_inventory](https://github.com/VORPCORE/vorp_inventory-lua)
- [bcc-utils](https://github.com/BryceCanyonCounty/bcc-utils)
- [feather-progressbar](https://github.com/FeatherFramework/feather-progressbar)## Optional Dependency if You use ox_target or ox notificaiton
- [ox_target](https://github.com/MrTerabyteLK/ox_target) (Modified ox_target for RedM)
- [ox_lib](https://github.com/overextended/ox_lib)## GitHub
- https://github.com/BryceCanyonCounty/bcc-bin