{"id":15407257,"url":"https://github.com/xhyrom/peddlerspocket","last_synced_at":"2026-02-04T01:39:55.929Z","repository":{"id":178067397,"uuid":"619142701","full_name":"xhyrom/peddlerspocket","owner":"xhyrom","description":" Sell items effortlessly with the /sell command. Open GUI, add items, and watch them sell instantly. Boost your server's economy now!","archived":false,"fork":false,"pushed_at":"2024-07-16T13:09:40.000Z","size":115,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T16:40:04.526Z","etag":null,"topics":["economy","gui","minecraft","paper","plugin","purpur","sell","server","spigot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/xhyrom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"xhyrom"}},"created_at":"2023-03-26T11:57:30.000Z","updated_at":"2024-07-16T13:09:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"27df8ee0-2da4-4839-befa-960fa613034b","html_url":"https://github.com/xhyrom/peddlerspocket","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":"0.033333333333333326","last_synced_commit":"c24ba61aa58b96bb4c9c7e72bb1c817730682f46"},"previous_names":["xhyrom/peddlerspocket"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/xhyrom/peddlerspocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Fpeddlerspocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Fpeddlerspocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Fpeddlerspocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Fpeddlerspocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xhyrom","download_url":"https://codeload.github.com/xhyrom/peddlerspocket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Fpeddlerspocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29063974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["economy","gui","minecraft","paper","plugin","purpur","sell","server","spigot"],"created_at":"2024-10-01T16:28:06.849Z","updated_at":"2026-02-04T01:39:55.912Z","avatar_url":"https://github.com/xhyrom.png","language":"Java","funding_links":["https://ko-fi.com/xhyrom"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./.github/pocket.png\" alt=\"pocket\" width=\"90\" height=\"69\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003ePeddler's Pocket\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://s.xhyrom.dev/discord\" alt=\"Discord\"\u003e\n        \u003cimg src=\"https://img.shields.io/discord/1046534628577640528?label=discord\u0026style=for-the-badge\u0026color=2fbfc4\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n**Peddler's Pocket** is a plugin that makes the item selling experience easier. With its powerful \"/sell\" command and user-friendly GUI, it streamlines the process and maximizes your server's economy. Say goodbye to manual selling and embrace the convenience and efficiency of this exceptional plugin.\n\n## Commands\n\n- `/sell` - Opens the sell gui\n\n## Permissions\n\n- `peddlerspocket.sell` - Allows you to use /sell command\n- `peddlerspocket.gui.giant` - Sell gui with 54 slots\n- `peddlerspocket.gui.huge` - Sell gui with 45 slots\n- `peddlerspocket.gui.large` - Sell gui with 36 slots\n- `peddlerspocket.gui.medium` - Sell gui with 27 slots\n- `peddlerspocket.gui.small` - Sell gui with 18 slots\n- **without** permission - Sell gui with 9 slots\n\n## Development\n\n1. Clone this repository: `git clone https://github.com/xHyroM/peddlerspocket.git`\n2. Open project in Intellij Idea\n\n### Contributing\n\nTo contribute to this project, please follow the [standard Git workflow](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository#The-Standard-Git-Workflow) and [CONTRIBUTING](./CONTRIBUTING.md).\n\n1. Fork this repository\n2. Create a new branch for your changes: `git checkout -b my-feature`\n3. Commit your changes: `git commit -am \"Add my feature\"`\n4. Push the branch: `git push origin my-feature`\n5. Open a pull request\n\n### License\n\nThis project is licensed under the [MIT License](./LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhyrom%2Fpeddlerspocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxhyrom%2Fpeddlerspocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhyrom%2Fpeddlerspocket/lists"}