{"id":19272251,"url":"https://github.com/restoremonarchyplugins/pickpocket","last_synced_at":"2025-04-21T22:31:11.658Z","repository":{"id":83445138,"uuid":"192227539","full_name":"RestoreMonarchyPlugins/Pickpocket","owner":"RestoreMonarchyPlugins","description":"Unturned 3 pickpocket stealing plugin on RocketMod 4","archived":true,"fork":false,"pushed_at":"2020-10-22T11:44:05.000Z","size":3406,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T20:31:52.610Z","etag":null,"topics":["braiankant","mcrow","plugin","restoremonarchy","restoremonarchyplugins","rocketmod-plugin","unturned","unturned-plugin"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RestoreMonarchyPlugins.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":"2019-06-16T19:12:14.000Z","updated_at":"2024-10-22T21:00:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"e382de7c-4dca-4f6c-92e3-02c95bef5a1d","html_url":"https://github.com/RestoreMonarchyPlugins/Pickpocket","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FPickpocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FPickpocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FPickpocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FPickpocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RestoreMonarchyPlugins","download_url":"https://codeload.github.com/RestoreMonarchyPlugins/Pickpocket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250143845,"owners_count":21382098,"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":["braiankant","mcrow","plugin","restoremonarchy","restoremonarchyplugins","rocketmod-plugin","unturned","unturned-plugin"],"created_at":"2024-11-09T20:36:00.305Z","updated_at":"2025-04-21T22:31:11.651Z","avatar_url":"https://github.com/RestoreMonarchyPlugins.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Version](https://img.shields.io/github/release/RestoreMonarchyPlugins/Pickpocket.svg)](https://github.com/RestoreMonarchyPlugins/Pickpocket/releases) ![Discord](https://discordapp.com/api/guilds/520355060312440853/widget.png)\n## Pickpocket - RocketMod 4 Plugin\n* Let your players steal items from others instead of killing\n* Pickpocket must hover the cursor on the victim as long as it's configured to rob him \n* Manage who can rob and who cannot be robbed with bypass permission: `bypass.pickpocket`    \n* You can set an alert for the police in the config, if pocket theft was committed\n\nSee the preview video of how plugin works on [Youtube](https://youtu.be/O_NKTCZmKEg)\n\nYou can buy custom extension features to this plugin just message us on [VK](https://vk.com/pluginsrestoremonarchy) or [Discord](https://discord.gg/yBztk3w)\n\nThere's also more advanced version of this plugin available to buy at [ImperialPlugins.com](https://imperialplugins.com/Products/ProductDetails/162)\n\n### Default Configuration\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cPickpocketConfiguration xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n  \u003cPickpocketTime\u003e2\u003c/PickpocketTime\u003e\n  \u003cPickpocketCooldown\u003e30\u003c/PickpocketCooldown\u003e\n  \u003cNotifyVictimOnSuccess\u003efalse\u003c/NotifyVictimOnSuccess\u003e\n  \u003cNotifyVictimOnFail\u003etrue\u003c/NotifyVictimOnFail\u003e\n  \u003cUsePermissions\u003efalse\u003c/UsePermissions\u003e\n  \u003cNotifyPolice\u003efalse\u003c/NotifyPolice\u003e\n  \u003cPoliceGroupId\u003epolice\u003c/PoliceGroupId\u003e\n  \u003cMaxDistance\u003e5\u003c/MaxDistance\u003e\n  \u003cUseBypass\u003etrue\u003c/UseBypass\u003e\n  \u003cMessageColor\u003eyellow\u003c/MessageColor\u003e\n\u003c/PickpocketConfiguration\u003e\n```\n\n### Default Translation\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cTranslations xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n  \u003cTranslation Id=\"SUCCESS\" Value=\"You successfully robbed {0}\" /\u003e\n  \u003cTranslation Id=\"NOTIFY_SUCCESS\" Value=\"You were robbed by {0}!\" /\u003e\n  \u003cTranslation Id=\"FAIL\" Value=\"You failed to rob {0}\" /\u003e\n  \u003cTranslation Id=\"NOTIFY_FAIL\" Value=\"{0} tried to rob you!\" /\u003e\n  \u003cTranslation Id=\"NOTHING\" Value=\"{0} had nothing to steal!\" /\u003e\n  \u003cTranslation Id=\"COOLDOWN\" Value=\"You have to wait {0} seconds before you can pickpocket again\" /\u003e\n  \u003cTranslation Id=\"NOTIFY_POLICE\" Value=\"{0} stole {1}({2}) from {3}\" /\u003e\n  \u003cTranslation Id=\"BYPASS\" Value=\"This player cannot be robbed\" /\u003e\n\u003c/Translations\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestoremonarchyplugins%2Fpickpocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestoremonarchyplugins%2Fpickpocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestoremonarchyplugins%2Fpickpocket/lists"}