{"id":22832944,"url":"https://github.com/brycecanyoncounty/bcc-posse","last_synced_at":"2026-03-14T06:04:54.179Z","repository":{"id":166138187,"uuid":"641309024","full_name":"BryceCanyonCounty/bcc-posse","owner":"BryceCanyonCounty","description":"The bcc-posse RedM script offers exciting functionalities to create and manage posses in the wild west. With this script, players can form their own gangs, invite members, and embark on immersive multiplayer adventures together.","archived":false,"fork":false,"pushed_at":"2025-01-26T03:05:35.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-23T21:47:33.100Z","etag":null,"topics":["cfx","lua","redm"],"latest_commit_sha":null,"homepage":"https://bcc-scripts.com/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BryceCanyonCounty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-16T07:55:40.000Z","updated_at":"2025-01-26T03:05:38.000Z","dependencies_parsed_at":"2024-12-12T21:11:10.482Z","dependency_job_id":"4be7e071-f5cd-44ae-a08a-63422a917a97","html_url":"https://github.com/BryceCanyonCounty/bcc-posse","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BryceCanyonCounty/bcc-posse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-posse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-posse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-posse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-posse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BryceCanyonCounty","download_url":"https://codeload.github.com/BryceCanyonCounty/bcc-posse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-posse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266673471,"owners_count":23966372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cfx","lua","redm"],"created_at":"2024-12-12T21:11:06.872Z","updated_at":"2026-03-14T06:04:54.145Z","avatar_url":"https://github.com/BryceCanyonCounty.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bcc-posse\nThe bcc-posse RedM script offers exciting functionalities to create and manage posses in the wild west. With this script, players can form their own gangs, invite members, and embark on immersive multiplayer adventures together.\n\n## Installation\n1. Ensure that you have RedM installed and running.\n2. Download the bcc-posse script files.\n3. Place the bcc-posse script folder into the resources directory of your RedM server.\n4. Add ensure `bcc-posse` to your server.cfg file to start the script on server startup.\nUsage\n\n## Posse Formation\nTo form a posse, players can use the in-game command /posse. This command will allow them to create a new posse and become the posse leader.\n\n## Posse Area Check\nTo check if any individuals within a specific area are part of your posse, you can utilize the following export function:\n\n```lua\nlocal posseMembers, posseSize = exports['bcc-posse']:CheckPosseArea(coords, radius)\n```\n\nThis export function will retrieve the server IDs of all posse members present within the designated radius. Additionally, it returns the length of the table containing the IDs, which can be useful for implementing reward systems.\n\n## Reward System Integration\nThe bcc-posse script supports the integration of reward systems based on posse size. You can customize rewards using the following code:\n\n```lua\nCharacter.addCurrency(0, 100 * posseSize) -- Assuming 'vorp' is the currency system being used\n```\n\nBy multiplying the base reward amount (100 in this example) with the posse size, you can dynamically adjust the rewards according to the number of posse members.\n\nPlease note that the script is designed to work seamlessly with the VORP currency system, ensuring a smooth experience for your posse members.\n\n## Cotributing\nContributions to the bcc-posse script are welcome! If you have any bug fixes, improvements, or new feature suggestions, feel free to open a pull request on the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrycecanyoncounty%2Fbcc-posse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrycecanyoncounty%2Fbcc-posse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrycecanyoncounty%2Fbcc-posse/lists"}