{"id":22837044,"url":"https://github.com/mineinabyss/shoppy","last_synced_at":"2025-08-30T15:09:14.214Z","repository":{"id":96868688,"uuid":"212001201","full_name":"MineInAbyss/Shoppy","owner":"MineInAbyss","description":"An upcoming shopkeeping plugin for the MineInAbyss server","archived":false,"fork":false,"pushed_at":"2019-10-24T22:04:12.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T03:29:47.588Z","etag":null,"topics":["minecraft","spigot","spigot-plugin"],"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/MineInAbyss.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}},"created_at":"2019-10-01T02:53:18.000Z","updated_at":"2019-10-24T22:04:14.000Z","dependencies_parsed_at":"2023-05-05T18:54:59.192Z","dependency_job_id":null,"html_url":"https://github.com/MineInAbyss/Shoppy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MineInAbyss/Shoppy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2FShoppy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2FShoppy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2FShoppy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2FShoppy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MineInAbyss","download_url":"https://codeload.github.com/MineInAbyss/Shoppy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MineInAbyss%2FShoppy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272865117,"owners_count":25006125,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":["minecraft","spigot","spigot-plugin"],"created_at":"2024-12-12T23:15:28.431Z","updated_at":"2025-08-30T15:09:14.201Z","avatar_url":"https://github.com/MineInAbyss.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shoppy\n\nShoppy is a Shopkeeper plugin originally intended for the MineInAbyss server.\n\nIt is currently in development and won't have any proper builds for a while.\n\nIt is designed to hold many types of shops, which work with currency, items, and much more.\n\n# Outline\n\nThe following section is meant to serve as a guide in the design of the plugin itself.\n\n### Core idea\n\nA shop simply stores a list of trades. It is up to the shop's implementation to display these.\n\nA trade holds a list of `Want`s and `Reward`s.\n\nThe shop displays wants and rewards and gives a way to attempt a transaction.\n\nIf the wants' conditions are met, it will play out a list of rewards.\n\n### Serialization and storing of data\n\nTrades are serializable using Bukkit's config methods, but it is up to shops to choose how to save these. The most basic right-click-to-interact shopkeeper could store this under its UUID, white a shop that's usable anywhere could just store trades under a specific file name. \n\nShops can implement trades however they want. A shop can make a gui or work through interactions with the physical world, it just needs to store a trade/trades and have a way of identifying which trade is associated with it.\n\n### Registering additional wants and rewards\n\nThe plugin will in the future allow other plugins, such as MineInAbyss to register their own wants (e.x. player whistle level), and rewards (e.x. levelling up)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineinabyss%2Fshoppy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmineinabyss%2Fshoppy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmineinabyss%2Fshoppy/lists"}