{"id":20858111,"url":"https://github.com/thenextlvl-net/core","last_synced_at":"2026-04-29T03:31:04.873Z","repository":{"id":153368953,"uuid":"625462667","full_name":"TheNextLvl-net/core","owner":"TheNextLvl-net","description":"Versatile Java libraries for seamless development. Simplify file handling, GUI, and more","archived":false,"fork":false,"pushed_at":"2026-03-23T21:19:12.000Z","size":1408,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-24T19:54:45.653Z","etag":null,"topics":["csv","file-api","functions","gui-api","i18n","internationalization","json","nbt","properties","random-string","roman-numerals","translations","tsv","utilities"],"latest_commit_sha":null,"homepage":"https://repo.thenextlvl.net/#/releases/net/thenextlvl/core","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheNextLvl-net.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},"funding":{"github":["TheNextLvl-net","NonSwag"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2023-04-09T07:18:15.000Z","updated_at":"2026-03-23T21:19:16.000Z","dependencies_parsed_at":"2023-11-11T01:29:51.590Z","dependency_job_id":"43cf7e9e-a968-4bf5-95b6-5c2c34906173","html_url":"https://github.com/TheNextLvl-net/core","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TheNextLvl-net/core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNextLvl-net%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNextLvl-net%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNextLvl-net%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNextLvl-net%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheNextLvl-net","download_url":"https://codeload.github.com/TheNextLvl-net/core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheNextLvl-net%2Fcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32409077,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T02:37:21.628Z","status":"ssl_error","status_checked_at":"2026-04-29T02:36:50.947Z","response_time":110,"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":["csv","file-api","functions","gui-api","i18n","internationalization","json","nbt","properties","random-string","roman-numerals","translations","tsv","utilities"],"created_at":"2024-11-18T04:44:45.289Z","updated_at":"2026-04-29T03:31:04.868Z","avatar_url":"https://github.com/TheNextLvl-net.png","language":"Java","funding_links":["https://github.com/sponsors/TheNextLvl-net","https://github.com/sponsors/NonSwag"],"categories":[],"sub_categories":[],"readme":"# Core\n\n\u003e [!CAUTION]\n\u003e This project has been deprecated and is no longer actively maintained.\n\u003e All modules that are actually useful will be moved to their own repositories.\n\nCore is a collection of Java libraries that provide various functionalities for different purposes. It includes the\nfollowing modules:\n\n- [files](#files)\n- [paper](#paper)\n\n## Files\n\nThe **files** module offers a comprehensive file API that facilitates editing and loading of various file formats such\nas Gson, JSON, CSV, TSV, properties, shell scripts, and plain text.\n\nThese adapters facilitate the smooth conversion of Minecraft-related elements into a format suitable for users.\n\n## Paper\n\nThe **paper** module simplifies GUI development for Minecraft by offering a user-friendly GUI API. It empowers\ndevelopers to create and manage multiple pages within the GUI effortlessly. Furthermore, it includes an item builder API\nthat enables easy creation and modification of items in Minecraft. We also offer a very simple and intuitive Sidebar\nAPI.\n\n## i18n\n\n\u003e [!NOTE]\n\u003e This module has been moved to its own repository: [i18n](https://github.com/TheNextLvl-net/i18n)\n\n## NBT\n\n\u003e [!IMPORTANT]\n\u003e This module has been moved to its own repository: [NBT](https://github.com/TheNextLvl-net/NBT)\n\n## Version-Checker\n\n\u003e [!IMPORTANT]\n\u003e This module has been moved to its own repository: [Version-Checker](https://github.com/TheNextLvl-net/version-checker)\n\n## Usage\n\nTo use any of the Core modules in your Java project, you can include the desired module as a dependency in your\nproject's configuration file (e.g., **pom.xml** for Maven projects or **build.gradle** for Gradle projects).\n\nhttps://repo.thenextlvl.net/#/releases/net/thenextlvl/core\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenextlvl-net%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenextlvl-net%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenextlvl-net%2Fcore/lists"}