{"id":13690084,"url":"https://github.com/llnd/ORP-Plus","last_synced_at":"2025-05-02T06:31:48.961Z","repository":{"id":217146650,"uuid":"267095761","full_name":"llnd/ORP-Plus","owner":"llnd","description":" llnd's enhanced version of DimmiesTV's open source framework, Onset Roleplay.","archived":false,"fork":false,"pushed_at":"2020-05-28T02:35:48.000Z","size":609,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-12T15:43:19.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/llnd.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}},"created_at":"2020-05-26T16:32:33.000Z","updated_at":"2024-04-07T16:15:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"32c9b5bb-0505-4884-9718-a44313a1abd3","html_url":"https://github.com/llnd/ORP-Plus","commit_stats":null,"previous_names":["llnd/orp-plus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llnd%2FORP-Plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llnd%2FORP-Plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llnd%2FORP-Plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llnd%2FORP-Plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llnd","download_url":"https://codeload.github.com/llnd/ORP-Plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251998610,"owners_count":21678005,"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":[],"created_at":"2024-08-02T16:00:43.314Z","updated_at":"2025-05-02T06:31:48.206Z","avatar_url":"https://github.com/llnd.png","language":"Lua","funding_links":[],"categories":["Packages and Plugins"],"sub_categories":["Frameworks"],"readme":"# O:RP++\n llnd's enhanced version of DimmiesTV's open source framework, Onset Roleplay.\n\n**Make sure you update the database.lua lines 14-17 according to your MySQL settings**\n\n\n\n## THIS PROJECT IS NOT TO BE PLAYED AS IS AND REQUIRES A LOT OF WORK TO BE A FULLY FUNCTIONAL RP SERVER. THIS MERELY GIVES YOU THE TOOLS TO DO SO\n**Garage is a WIP and not even close to functional**\n\n\n\nAll of these functions are SERVER side.\nImportpackage and prefix is required if using exports outside of the orp package.\n\n## How to import orp to your new package\n```\nORP = Importpackage(\"orp\")\n```\n## Exports\n```\nORP.Withdraw(player, amount)\nORP.Deposit(player, amount)\nORP.GetPlayerJob(player)\nORP.GetPlayerJoblvl(player)\nORP.SetJob(player, job, jobrank)\nORP.GetPlayerCash(player)\nORP.GetPlayerBank(player)\nORP.GetPlayerDirtyMoney(player)\nORP.Wire(player, player2, amount)\nORP.Pay(player, player2, amount)\nORP.Transaction(player, amount)\nORP.GetClosePlayer(player)\n```\n\n## Example\n```\nORP = Importpackage(\"orp\")\n\nAddcommand(\"policewithdraw\", function(player, amount)\n  if amount == null then\n     AddPlayerChat(player, \"the correct syntax is /policewithdraw \u003camount\u003e\")\n  else\n      if ORP.GetPlayerJob(player) == \"Police\" then\n      ORP.withdraw(player, amount)\n      end\n   end\nend)\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllnd%2FORP-Plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllnd%2FORP-Plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllnd%2FORP-Plus/lists"}