{"id":22758927,"url":"https://github.com/hyperskys/configurator","last_synced_at":"2026-05-03T19:31:08.381Z","repository":{"id":44467042,"uuid":"512542131","full_name":"HyperSkys/Configurator","owner":"HyperSkys","description":"A universal configuration library.","archived":false,"fork":false,"pushed_at":"2023-02-27T18:13:40.000Z","size":62,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-18T22:30:04.732Z","etag":null,"topics":["configuration","minecraft","plugin","yaml","yaml-configuration"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HyperSkys.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}},"created_at":"2022-07-10T21:21:21.000Z","updated_at":"2025-07-12T22:08:58.000Z","dependencies_parsed_at":"2023-01-28T14:01:39.248Z","dependency_job_id":null,"html_url":"https://github.com/HyperSkys/Configurator","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/HyperSkys/Configurator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperSkys%2FConfigurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperSkys%2FConfigurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperSkys%2FConfigurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperSkys%2FConfigurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperSkys","download_url":"https://codeload.github.com/HyperSkys/Configurator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperSkys%2FConfigurator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32582455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["configuration","minecraft","plugin","yaml","yaml-configuration"],"created_at":"2024-12-11T08:16:36.632Z","updated_at":"2026-05-03T19:31:08.366Z","avatar_url":"https://github.com/HyperSkys.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configurator Library\n![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=java\u0026logoColor=white)\n![GitHub](https://img.shields.io/github/languages/code-size/HyperSkys/Configurator?color=cyan\u0026label=Size\u0026labelColor=000000\u0026logo=GitHub\u0026style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/HyperSkys/Configurator?color=violet\u0026logo=GitHub\u0026labelColor=000000\u0026style=for-the-badge)\n![Discord](https://img.shields.io/discord/898154272636678196?color=5865F2\u0026label=Discord\u0026logo=Discord\u0026labelColor=23272a\u0026style=for-the-badge)\n\n**Configurator** is a universal configuration library.\n\n### Download Instructions\n\nYou can download Configurator and use it on your projects by heading to the releases tab and downloading the latest release available, if you download a beta releasing you agree that any bugs that occur are expected.\n\n### API Introduction\n\nHere is an example of making a configuration file for your plugin, it is really this simple.\n\n```java\npublic static Configuration configFile = new Configuration(\"config.yml\");\npublic static String @GetValue(file = \"config.yml\", path = \"Settings.prefix\") prefix = \"Default_Value\";\n\n@Override\npublic void onEnable() {\n    Configurator.setupConfigurator(this);\n    configFile.init();\n}\n```\n\n### Project Intergration\n\nThere are two major different types of ways of integrating this API into your project, below will list the way of integrating while using Maven and Gradle.\n\n\n#### Maven\nFor maven please add these to your repositories and dependencies.\n```\n\u003crepository\u003e\n  \u003cid\u003ejitpack.io\u003c/id\u003e\n  \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n``` \n```\n \u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.HyperSkys\u003c/groupId\u003e\n    \u003cartifactId\u003eConfigurator\u003c/artifactId\u003e\n    \u003cversion\u003eLATEST_VERSION_HERE\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n-----------------------\n\n#### Gradle\nFor gradle add this to your repositories and dependencies.\n```\nmaven { url 'https://jitpack.io' }\n```\n```\nimplementation 'com.github.HyperSkys:Configurator:LATEST_VERSION_HERE'\n```\n\n\n\n### Discord\n\nYou can join my discord using this invite https://discord.gg/Y59DddqZZR please join the server if you have any issues or suggestions that you would like to make do not make random issues when you could just use the discord.\n\n## License\nThis project is licensed under [Eclipse Public License](https://github.com/HyperSkys/Configurator/blob/main/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperskys%2Fconfigurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperskys%2Fconfigurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperskys%2Fconfigurator/lists"}