{"id":26411413,"url":"https://github.com/tfnrp/framework","last_synced_at":"2025-03-17T20:33:38.750Z","repository":{"id":45971919,"uuid":"404671711","full_name":"TFNRP/framework","owner":"TFNRP","description":"PMARP's own framework","archived":false,"fork":false,"pushed_at":"2021-12-25T22:50:21.000Z","size":241,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-01T11:24:19.292Z","etag":null,"topics":["fivem","fivem-roleplay","framework"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TFNRP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"TFNRP","patreon":"JustAPaw","ko_fi":"JustAPaw","custom":"https://paypal.me/HagenHyena"}},"created_at":"2021-09-09T10:02:39.000Z","updated_at":"2024-05-01T11:24:19.294Z","dependencies_parsed_at":"2022-09-02T18:30:53.464Z","dependency_job_id":null,"html_url":"https://github.com/TFNRP/framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TFNRP%2Fframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TFNRP%2Fframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TFNRP%2Fframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TFNRP%2Fframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TFNRP","download_url":"https://codeload.github.com/TFNRP/framework/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244105972,"owners_count":20398949,"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","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":["fivem","fivem-roleplay","framework"],"created_at":"2025-03-17T20:33:23.075Z","updated_at":"2025-03-17T20:33:38.742Z","avatar_url":"https://github.com/TFNRP.png","language":"Lua","funding_links":["https://github.com/sponsors/TFNRP","https://patreon.com/JustAPaw","https://ko-fi.com/JustAPaw","https://paypal.me/HagenHyena"],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003eTFNRP Framework\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://patreon.com/JustAPaw\"\u003e\u003cimg alt=\"Patreon\" src=\"https://img.shields.io/badge/patreon-donate?color=F77F6F\u0026labelColor=F96854\u0026logo=patreon\u0026logoColor=ffffff\"\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.gg/xHaPKfSDtu\"\u003e\u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/463778631551025187?color=7389D8\u0026labelColor=6A7EC2\u0026logo=discord\u0026logoColor=ffffff\"\u003e\u003c/a\u003e\n\u003ca href=\"https://cfx.re/join/734okr\"\u003e\u003cimg alt=\"FiveM\" src=\"https://img.shields.io/badge/connect-fivem?color=E01A59\u0026labelColor=F40552\u0026logo=fivem\u0026logoColor=ffffff\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [About](#about)\n- [Documentation](#documentation)\n  - [Server Convars](#server-convars)\n  - [Server Commands](#server-commands)\n\n## About\n\nThe framework used by and created for TFNRP\n\n## Documentation\n\n### Server Convars\n\nServer convars which can be used with the framework in order convar usage and convar description.  \nYou can set a convar with `set some_convar`. Client replication (`setr`) not needed unless specified.\n\n`set reminders_interval \u003cinteger\u003e`: The interval between each reminder, in minutes. Default: `5`  \n`set reminders_prefix \u003cstring\u003e`: The reminder's prefix. Default: `'^3^*[System]'`  \n`set framework_ServerNotifications_chatPublic \u003cstring\u003e`: A Discord webhook to be used with the `chatPublic` notification.  \n`set framework_ServerNotifications_chatPrivate \u003cstring\u003e`: A Discord webhook to be used with the `chatPrivate` notification.  \n`set framework_ServerNotifications_staffPublic \u003cstring\u003e`: A Discord webhook to be used with the `staffPublic` notification.  \n`set framework_ServerNotifications_staffPrivate \u003cstring\u003e`: A Discord webhook to be used with the `staffPrivate` notification.  \n`set framework_ServerNotifications_serverPublic \u003cstring\u003e`: A Discord webhook to be used with the `serverPublic` notification.  \n`set framework_ServerNotifications_serverPrivate \u003cstring\u003e`: A Discord webhook to be used with the `serverPrivate` notification.  \n\n### Server Commands\n\nCommands which are used in `server.cfg`, i.e. `add_ace`.  \nNot to be confused with in-game commands, but they *can* also be used in-game.  \n\n`reminders_add \u003cstring\u003e`: Adds a reminder, can be used instead of editing them via `config.lua`.  \n`reminders_remove [integer]`: Removes the last reminder. Can also supply the number of the reminder.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfnrp%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfnrp%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfnrp%2Fframework/lists"}