{"id":50324690,"url":"https://github.com/standardan/signshops","last_synced_at":"2026-05-29T05:04:05.032Z","repository":{"id":361059621,"uuid":"1252926285","full_name":"Standardan/signshops","owner":"Standardan","description":"Player-run chest shops via signs with Vault economy, for Paper 1.21+.","archived":false,"fork":false,"pushed_at":"2026-05-29T03:06:40.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T04:18:16.458Z","etag":null,"topics":["bukkit","economy","java","minecraft","minecraft-plugin","paper","paper-plugin","shop","spigot","vault"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/Standardan.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-29T02:21:31.000Z","updated_at":"2026-05-29T03:06:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Standardan/signshops","commit_stats":null,"previous_names":["standardan/signshops"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Standardan/signshops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fsignshops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fsignshops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fsignshops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fsignshops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Standardan","download_url":"https://codeload.github.com/Standardan/signshops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Standardan%2Fsignshops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33637486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["bukkit","economy","java","minecraft","minecraft-plugin","paper","paper-plugin","shop","spigot","vault"],"created_at":"2026-05-29T05:03:45.514Z","updated_at":"2026-05-29T05:04:05.023Z","avatar_url":"https://github.com/Standardan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SignShops\n\nPlayer-run **chest shops** for Paper 1.21+. Put a sign on a chest, write `[Buy]`/`[Sell]`,\nan amount and a price, and other players trade with you through it. Money is handled by\n**Vault**, so it works with any economy plugin.\n\n## Download\n\n**[Download the latest release »](https://github.com/Standardan/signshops/releases/latest)**\n\nDrop the `.jar` into your server's `plugins/` folder and restart. Requires Paper 1.21+ (Java 21), plus [Vault](https://www.spigotmc.org/resources/vault.34315/) and an economy plugin (e.g. EssentialsX) for trading.\n\n## Usage\n\nPlace a sign on (or on top of) a chest you've stocked:\n\n```\n[Buy]        \u003c- or [Sell]\n16           \u003c- amount\n100          \u003c- price\n             \u003c- (auto-filled with your name)\n```\n\n- **[Buy]** — customers buy the chest's item *from* you (you're selling)\n- **[Sell]** — customers sell the item *into* your chest (you're buying)\n- The traded item is whatever you stock the chest with. Right-click the sign to trade.\n\nCommands: `/signshops` (help), `/signshops reload` (`signshops.admin`).\nPermissions: `signshops.create` (default: all), `signshops.admin` (op, bypass ownership).\n\n## Design notes\n\n- **Vault, the right way.** The economy provider is fetched from Bukkit's `ServicesManager`\n  (`getRegistration(Economy.class)`). Vault is a `softdepend`, so SignShops loads even without it —\n  it just disables trading and says so, rather than crashing.\n- **All-or-nothing trades.** Every transaction pre-checks stock, inventory space, *and* balance\n  before moving a single item or coin, so a trade can never half-complete.\n- **Grief protection.** Only the owner (or an admin) can break a shop sign or the chest it's mounted\n  on; breaking either cleans up the shop record.\n- **YAML persistence** (`shops.yml`) — a deliberately different storage choice from my SQLite plugins,\n  to show I pick the tool that fits the data.\n\n## Building\n\nJDK 21 + Maven (resolves VaultAPI from JitPack). `mvn clean package` → `target/signshops-1.0.0.jar`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandardan%2Fsignshops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstandardan%2Fsignshops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstandardan%2Fsignshops/lists"}