{"id":19227654,"url":"https://github.com/dxxxxy/libskyblock","last_synced_at":"2026-04-08T22:32:05.017Z","repository":{"id":108638739,"uuid":"469336122","full_name":"dxxxxy/libSkyblock","owner":"dxxxxy","description":"A library made for easy interactions with Hypixel Skyblock items, players and much more. Contains many useful objects, methods and utilities for extracting data and presenting it in a pretty data form.","archived":false,"fork":false,"pushed_at":"2022-03-27T04:39:44.000Z","size":689,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T00:33:02.093Z","etag":null,"topics":["docs","forge","gradle","hypixel","intellij","item","javadoc","library","maven","minecraft","modding","player","skyblock","utilities"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dxxxxy.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":"2022-03-13T10:21:07.000Z","updated_at":"2024-01-25T19:50:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"3333c028-67d8-45ef-8532-3f0546c79d95","html_url":"https://github.com/dxxxxy/libSkyblock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dxxxxy/libSkyblock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxxxxy%2FlibSkyblock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxxxxy%2FlibSkyblock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxxxxy%2FlibSkyblock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxxxxy%2FlibSkyblock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxxxxy","download_url":"https://codeload.github.com/dxxxxy/libSkyblock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxxxxy%2FlibSkyblock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31577444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["docs","forge","gradle","hypixel","intellij","item","javadoc","library","maven","minecraft","modding","player","skyblock","utilities"],"created_at":"2024-11-09T15:24:20.037Z","updated_at":"2026-04-08T22:32:05.001Z","avatar_url":"https://github.com/dxxxxy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libSkyblock\nA library made for easy interactions with Hypixel Skyblock items, players and much more. Contains many useful objects, methods and utilities for extracting data and presenting it in a pretty data form. `Forge 1.8.9`. Currently in development.\n\n## Importing\n```groovy\nrepositories {\n    maven { url \"https://repo.dreamys.studio/\" }\n}\n```\n\n```groovy\ndependencies {\n    implementation \"studio.dreamys:libSkyblock:1.1.1\"\n}\n```\n\n## SBItem\n\u003e Initialize the class by passing in an ItemStack like so:\n```java\nItemStack stack = Minecraft.getMinecraft().thePlayer.getHeldItem();\nSBItem i = new SBItem(stack);\n//i.getReforge()\n//...\n```\n\n## SBPlayer\n\u003e Initialize the class by passing in an EntityPlayer like so:\n```java\nEntityPlayer player = Minecraft.getMinecraft().thePlayer;\nSBPlayer p = new SBPlayer(player);\n//p.getPurse()\n//...\n```\n\n## Demo\n\u003e Refer to [TestMod](https://github.com/DxxxxY/libSkyblock/blob/master/src/main/java/studio/dreamys/test/TestMod.java) for this demo.\n\n![img.png](img/img.png)\n\n## Credits\n#### Some components/inspirations were taken from these open-source projects.\n\nSoftware | License\n------------ | -------------\n[SkyblockAddons](https://github.com/BiscuitDevelopment/SkyblockAddons/) | [MIT License](https://github.com/BiscuitDevelopment/SkyblockAddons/blob/master/LICENSE)\n[Danker's Skyblock Mod](https://github.com/bowser0000/SkyblockMod/) | [GPL-3.0 License](https://github.com/bowser0000/SkyblockMod/blob/master/LICENSE)\n[Cowlection](https://github.com/cow-mc/Cowlection/) | [MIT License](https://github.com/cow-mc/Cowlection/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxxxxy%2Flibskyblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxxxxy%2Flibskyblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxxxxy%2Flibskyblock/lists"}