{"id":19620715,"url":"https://github.com/t3rius/t3_winemakerjob","last_synced_at":"2025-10-25T23:08:56.856Z","repository":{"id":172273503,"uuid":"584852153","full_name":"T3rius/t3_winemakerjob","owner":"T3rius","description":"Winemaker job for FiveM [ESX]","archived":false,"fork":false,"pushed_at":"2024-10-15T15:57:43.000Z","size":70,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T03:34:00.503Z","etag":null,"topics":["esx","fivem","winemaker","winemakerjob"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/T3rius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-01-03T17:20:27.000Z","updated_at":"2025-04-25T03:24:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"39ca0320-9a34-4ede-b87b-47fa7d089418","html_url":"https://github.com/T3rius/t3_winemakerjob","commit_stats":null,"previous_names":["t3rius/t3_winemakerjob"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/T3rius/t3_winemakerjob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T3rius%2Ft3_winemakerjob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T3rius%2Ft3_winemakerjob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T3rius%2Ft3_winemakerjob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T3rius%2Ft3_winemakerjob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T3rius","download_url":"https://codeload.github.com/T3rius/t3_winemakerjob/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T3rius%2Ft3_winemakerjob/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281032344,"owners_count":26432765,"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-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["esx","fivem","winemaker","winemakerjob"],"created_at":"2024-11-11T11:19:46.430Z","updated_at":"2025-10-25T23:08:56.806Z","avatar_url":"https://github.com/T3rius.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# t3_winemakerjob\n\nFor support: [Discord](https://discord.gg/yZv3F6Bhd6)\n\nFeatures:\n* Easy to configurate\n* Boss Menu\n* Garage\n* No AFK Job\n* Job Blips\n* More types of wine\n* Webhooks\n* Harvesting\n\nDependencies:\n* [ox_lib](https://github.com/overextended/ox_lib)\n* [ox_target](https://github.com/overextended/ox_target)\n\n**ITEMS:**\n\n\t['cervenehrozno'] = {\n\t\tlabel = 'Red grapes',\n\t\tweight = 25,\n\t\tstack = true,\n\t\tclose = true,\n\t\tdescription = nil\n\t},\n\t\n\t['bielehrozno'] = {\n\t\tlabel = 'White grape',\n\t\tweight = 25,\n\t\tstack = true,\n\t\tclose = true,\n\t\tdescription = nil\n\t},\n\n\t['ruzovehrozno'] = {\n\t\tlabel = 'Pink grape',\n\t\tweight = 25,\n\t\tstack = true,\n\t\tclose = true,\n\t\tdescription = nil\n\t},\n\n\t['cervenestlacene'] = {\n\t\tlabel = 'Red pressed grapes',\n\t\tweight = 25,\n\t\tstack = true,\n\t\tclose = true,\n\t\tdescription = nil\n\t},\n\n\t['bielestlacene'] = {\n\t\tlabel = 'White pressed grapes',\n\t\tweight = 25,\n\t\tstack = true,\n\t\tclose = true,\n\t\tdescription = nil\n\t},\n\n\t['ruzovestlacene'] = {\n\t\tlabel = 'Pink pressed grapes',\n\t\tweight = 25,\n\t\tstack = true,\n\t\tclose = true,\n\t\tdescription = nil\n\t},\n\n\t['cervenaflasa'] = {\n\t\tlabel = 'Red wine',\n\t\tweight = 250,\n\t\tstack = true,\n\t\tclose = true,\n\t\tdescription = nil\n\t},\n\n\t['bielaflasa'] = {\n\t\tlabel = 'White wine',\n\t\tweight = 250,\n\t\tstack = true,\n\t\tclose = true,\n\t\tdescription = nil\n\t},\n\n\t['ruzovaflasa'] = {\n\t\tlabel = 'Pink wine',\n\t\tweight = 250,\n\t\tstack = true,\n\t\tclose = true,\n\t\tdescription = nil\n\t},\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft3rius%2Ft3_winemakerjob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft3rius%2Ft3_winemakerjob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft3rius%2Ft3_winemakerjob/lists"}