{"id":35216010,"url":"https://github.com/refracdevelopment/simplegems","last_synced_at":"2026-05-05T10:02:05.217Z","repository":{"id":123287233,"uuid":"513312065","full_name":"RefracDevelopment/SimpleGems","owner":"RefracDevelopment","description":"SimpleGems is a plugin that adds a custom gems economy into minecraft.","archived":false,"fork":false,"pushed_at":"2026-04-02T00:33:44.000Z","size":1703,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T03:21:06.565Z","etag":null,"topics":["java","minecraft","minecraft-plugin","paper-plugin","papermc","papermc-plugin","simplegems","spigot","spigot-plugin","spigotmc","spigotmc-plugin"],"latest_commit_sha":null,"homepage":"https://discord.gg/EFeSKPg739","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/RefracDevelopment.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-12T22:43:36.000Z","updated_at":"2026-03-30T21:18:28.000Z","dependencies_parsed_at":"2023-10-11T00:50:25.091Z","dependency_job_id":"98642f00-c9d7-4a68-bf9d-0943df552b90","html_url":"https://github.com/RefracDevelopment/SimpleGems","commit_stats":null,"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/RefracDevelopment/SimpleGems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RefracDevelopment%2FSimpleGems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RefracDevelopment%2FSimpleGems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RefracDevelopment%2FSimpleGems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RefracDevelopment%2FSimpleGems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RefracDevelopment","download_url":"https://codeload.github.com/RefracDevelopment/SimpleGems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RefracDevelopment%2FSimpleGems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31492751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: 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":["java","minecraft","minecraft-plugin","paper-plugin","papermc","papermc-plugin","simplegems","spigot","spigot-plugin","spigotmc","spigotmc-plugin"],"created_at":"2025-12-29T22:02:03.662Z","updated_at":"2026-04-06T23:01:28.744Z","avatar_url":"https://github.com/RefracDevelopment.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/RefracDevelopment/SimpleGems.svg)](https://jitpack.io/#RefracDevelopment/SimpleGems) [![Java CI with Maven](https://github.com/RefracDevelopment/SimpleGems/actions/workflows/maven.yml/badge.svg)](https://github.com/RefracDevelopment/SimpleGems/actions/workflows/maven.yml)\n\n![](https://i.imgur.com/pMKvWrk.png)\n\nSimpleGems is a plugin that adds a custom gems economy into minecraft.\n\n[Spigot](https://www.spigotmc.org/resources/96827/) [Hangar](https://hangar.papermc.io/RefracDevelopment/SimpleGems/)\n\n### Dependencies\n\n[ItemNBTAPI](https://www.spigotmc.org/resources/nbt-api.7939/)\n\n### Issue Reporting/Support\n\nPlease report all issues/support questions to the [Issues](https://github.com/RefracDevelopment/SimpleGems/issues) tab or [Discord](https://discord.gg/EFeSKPg739).\n\n### Suggestions\n\nSuggestion can be posted in [Issues](https://github.com/RefracDevelopment/SimpleGems/issues) or [Discord](https://discord.gg/EFeSKPg739) which is reviewed by project maintainers, but feel free to make a pull request to add cool features without posting there!\n\n### Developer API\n#### Maven\nReplace LATEST with latest version in the [Releases](https://github.com/RefracDevelopment/SimpleGems/releases/latest) tab.\n```XML\n\u003crepository\u003e\n    \u003cid\u003ejitpack.io\u003c/id\u003e\n    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.RefracDevelopment\u003c/groupId\u003e\n    \u003cartifactId\u003eSimpleGems\u003c/artifactId\u003e\n    \u003cversion\u003eLATEST\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n```\nMake sure you add SimpleGems to your depends or softdepends\n```YML\ndepend:\n  - SimpleGems\n\nsoftdepend:\n  - SimpleGems\n```\nYou can use this to access all methods found in the [SimpleGemsAPI](https://github.com/RefracDevelopment/SimpleGems/blob/main/src/main/java/me/refracdevelopment/simplegems/api/SimpleGemsAPI.java)\n```JAVA\nSimpleGemsAPI gemsAPI = SimpleGems.getInstance().getGemsAPI();\n```\n\n### License\nPlease view the [LICENSE](LICENSE) file for more information on the license of this source code.\n\n[icon from flaticon](https://www.flaticon.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefracdevelopment%2Fsimplegems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefracdevelopment%2Fsimplegems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefracdevelopment%2Fsimplegems/lists"}