{"id":19272252,"url":"https://github.com/restoremonarchyplugins/selldoor","last_synced_at":"2025-04-21T22:31:13.002Z","repository":{"id":83445134,"uuid":"214621308","full_name":"RestoreMonarchyPlugins/SellDoor","owner":"RestoreMonarchyPlugins","description":"RocketMod 4 plugin for Unturned","archived":false,"fork":false,"pushed_at":"2024-05-05T11:51:34.000Z","size":7503,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-06T09:23:10.629Z","etag":null,"topics":["mcrow","restoremonarchy","restoremonarchy-plugin","rocketmod","rocketmod-plugin","unturned","unturned-plugin","unturned3"],"latest_commit_sha":null,"homepage":null,"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-10-12T09:44:15.000Z","updated_at":"2024-05-05T11:51:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e594396-10a1-45ba-9952-a7f9c094da59","html_url":"https://github.com/RestoreMonarchyPlugins/SellDoor","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FSellDoor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FSellDoor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FSellDoor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FSellDoor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RestoreMonarchyPlugins","download_url":"https://codeload.github.com/RestoreMonarchyPlugins/SellDoor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223881269,"owners_count":17219262,"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":["mcrow","restoremonarchy","restoremonarchy-plugin","rocketmod","rocketmod-plugin","unturned","unturned-plugin","unturned3"],"created_at":"2024-11-09T20:36:00.366Z","updated_at":"2025-04-21T22:31:12.994Z","avatar_url":"https://github.com/RestoreMonarchyPlugins.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sell Door\nSimple apartment and house plugin for roleplay servers.\n\n## Features\n* Players can buy and sell their doors\n* Admins have to configure the doors to be sellable (`selldoor.admin` permission)\n* The doors can be linked to barricades/structures\n* The doors data is saved in a `.json` file located in plugin's directory\n* The plugin supports UI for buying and selling doors\n* You can limit the number of doors a player can own\n\n## Credits\n* **Ewad the Sauce God** for sharing his custom UI\n* **battletom1233** for sponsoring the addition of the UI to the plugin\n\n## Workshop (optional)\n[Sell Door UI](https://steamcommunity.com/sharedfiles/filedetails/?id=3239968404) - `3239968404`\n\n## Commands\n* **/selldoor \u003cprice\\\u003e** – Puts the door on sale\n* **/costdoor** – Displays the price of the door\n* **/buydoor** – Buys the door you look at\n* **/checkdoor** – Displays a door ID, price and owner\n* **/deletedoor** – Deletes the door\n* **/linkdoor \\\u003cid\\\u003e** - Links a barricade/structure to specified door id\n* **/unlinkdoor** - Unlinks a barricade/structure from the door\n\n## Permissions\n```xml\n\u003c!-- Player Commands --\u003e\n\u003cPermission Cooldown=\"0\"\u003eselldoor\u003c/Permission\u003e\n\u003cPermission Cooldown=\"0\"\u003ecostdoor\u003c/Permission\u003e\n\u003cPermission Cooldown=\"0\"\u003ebuydoor\u003c/Permission\u003e\n\n\u003c!-- Admin Commands --\u003e\n\u003cPermission Cooldown=\"0\"\u003eselldoor.admin\u003c/Permission\u003e\n\u003cPermission Cooldown=\"0\"\u003echeckdoor\u003c/Permission\u003e\n\u003cPermission Cooldown=\"0\"\u003edeletedoor\u003c/Permission\u003e\n\u003cPermission Cooldown=\"0\"\u003elinkdoor\u003c/Permission\u003e\n\u003cPermission Cooldown=\"0\"\u003eunlinkdoor\u003c/Permission\u003e\n```\n\n## Configuration\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cSellDoorConfiguration xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n  \u003cMessageColor\u003eyellow\u003c/MessageColor\u003e\n  \u003cEnableUI\u003efalse\u003c/EnableUI\u003e\n  \u003cEffectId\u003e54600\u003c/EffectId\u003e\n  \u003cDefaultMaxDoors\u003e-1\u003c/DefaultMaxDoors\u003e\n  \u003cLimits\u003e\n    \u003cSellDoorLimit\u003e\n      \u003cPermission\u003eselldoor.vip\u003c/Permission\u003e\n      \u003cMaxDoors\u003e3\u003c/MaxDoors\u003e\n    \u003c/SellDoorLimit\u003e\n  \u003c/Limits\u003e\n\u003c/SellDoorConfiguration\u003e\n```\n\n## Translations\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=\"DoorNotLooking\" Value=\"You are not looking at any door\" /\u003e\n  \u003cTranslation Id=\"DoorNotForSale\" Value=\"This door is not on sale\" /\u003e\n  \u003cTranslation Id=\"SellDoorFormat\" Value=\"Use: /selldoor \u0026lt;price\u0026gt;\" /\u003e\n  \u003cTranslation Id=\"SellDoorWrongPrice\" Value=\"{0} is not a valid price\" /\u003e\n  \u003cTranslation Id=\"SellDoorSuccess\" Value=\"Successfully put door #{0} on sale for ${1}\" /\u003e\n  \u003cTranslation Id=\"DoorNotOwner\" Value=\"You are not an owner of that door\" /\u003e\n  \u003cTranslation Id=\"CostDoorPrice\" Value=\"You can buy this door for ${0}\" /\u003e\n  \u003cTranslation Id=\"BuyDoorSuccess\" Value=\"You successfully bought this door for ${0}\" /\u003e\n  \u003cTranslation Id=\"BuyDoorCantAfford\" Value=\"You can't afford to buy this door. It costs: ${0}\" /\u003e\n  \u003cTranslation Id=\"BuyDoorLimit\" Value=\"You can't own more than {0} doors!\" /\u003e\n  \u003cTranslation Id=\"DoorAlreadyOnSale\" Value=\"This door is already on sale\" /\u003e\n  \u003cTranslation Id=\"DoorItemNotLooking\" Value=\"You are not looking at any barricade or structure\" /\u003e\n  \u003cTranslation Id=\"LinkDoorFormat\" Value=\"Use: /linkdoor \u0026lt;doorId\u0026gt;\" /\u003e\n  \u003cTranslation Id=\"WrongDoorId\" Value=\"{0} is not a valid doorId\" /\u003e\n  \u003cTranslation Id=\"DoorNotFound\" Value=\"Door with Id {0} was not found\" /\u003e\n  \u003cTranslation Id=\"DoorItemNotOwner\" Value=\"You are not an owner of this {0}\" /\u003e\n  \u003cTranslation Id=\"LinkDoorSuccess\" Value=\"Successfully linked {0} with door #{1}\" /\u003e\n  \u003cTranslation Id=\"CheckDoorSuccess\" Value=\"This is door #{0} for {1} owned by {2}\" /\u003e\n  \u003cTranslation Id=\"DoorItemAlready\" Value=\"This {0} is already linked to door\" /\u003e\n  \u003cTranslation Id=\"NotDoorItem\" Value=\"This {0} is not linked to any door\" /\u003e\n  \u003cTranslation Id=\"UnlinkDoorSuccess\" Value=\"Successfully unlinked {0} with door #{1}\" /\u003e\n  \u003cTranslation Id=\"SellDoorNoPermission\" Value=\"You don't have permission to add a new door on sale\" /\u003e\n  \u003cTranslation Id=\"DeleteDoorSucccess\" Value=\"Successfully deleted door #{0} with {1} items\" /\u003e\n  \u003cTranslation Id=\"SignPropertyOwner\" Value=\"Property owned by {0}\" /\u003e\n  \u003cTranslation Id=\"SignForSale\" Value=\"For sale for ${0}\" /\u003e\n  \u003cTranslation Id=\"SignNotForSale\" Value=\"Not for sale\" /\u003e\n  \u003cTranslation Id=\"UI_Title\" Value=\"Door #{0}\" /\u003e\n  \u003cTranslation Id=\"UI_Owner_Key\" Value=\"Owner\" /\u003e\n  \u003cTranslation Id=\"UI_Price_Key\" Value=\"Price\" /\u003e\n  \u003cTranslation Id=\"UI_BuyButton_Text\" Value=\"Buy Property\" /\u003e\n  \u003cTranslation Id=\"UI_SellButton_Text\" Value=\"Abandon Property\" /\u003e\n  \u003cTranslation Id=\"UI_Owner_Value_You\" Value=\"You\" /\u003e\n  \u003cTranslation Id=\"UI_Owner_Value_Unkown\" Value=\"Dusk Property Group\" /\u003e\n  \u003cTranslation Id=\"UI_Price_Value_NotForSale\" Value=\"Not for sale\" /\u003e\n  \u003cTranslation Id=\"UI_Price_Value\" Value=\"${0}\" /\u003e\n\u003c/Translations\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestoremonarchyplugins%2Fselldoor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestoremonarchyplugins%2Fselldoor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestoremonarchyplugins%2Fselldoor/lists"}