{"id":18350995,"url":"https://github.com/nuriofernandez/grechconfigplugin","last_synced_at":"2026-04-24T16:04:14.326Z","repository":{"id":54892666,"uuid":"326466889","full_name":"nuriofernandez/GrechConfigPlugin","owner":"nuriofernandez","description":"Minecraft spigot plugin that handles configuration loading for other plugins.","archived":false,"fork":false,"pushed_at":"2023-04-09T05:10:30.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T00:44:54.021Z","etag":null,"topics":["bukkit","bukkit-api","bukkit-plugin","bukkitdev","configuration-management","minecraft","minecraft-plugin"],"latest_commit_sha":null,"homepage":"","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/nuriofernandez.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}},"created_at":"2021-01-03T17:50:07.000Z","updated_at":"2023-04-09T05:10:35.000Z","dependencies_parsed_at":"2024-01-03T14:50:34.650Z","dependency_job_id":null,"html_url":"https://github.com/nuriofernandez/GrechConfigPlugin","commit_stats":null,"previous_names":["nuriofernandez/grechconfigplugin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nuriofernandez/GrechConfigPlugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2FGrechConfigPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2FGrechConfigPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2FGrechConfigPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2FGrechConfigPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuriofernandez","download_url":"https://codeload.github.com/nuriofernandez/GrechConfigPlugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2FGrechConfigPlugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["bukkit","bukkit-api","bukkit-plugin","bukkitdev","configuration-management","minecraft","minecraft-plugin"],"created_at":"2024-11-05T21:29:07.321Z","updated_at":"2026-04-24T16:04:14.311Z","avatar_url":"https://github.com/nuriofernandez.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrechConfigPlugin\n\nMinecraft spigot plugin that handles configuration loading for other plugins.\n\n## Maven dependency\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003enurio-repo\u003c/id\u003e\n    \u003curl\u003ehttps://maven.nurio.me/\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eme.nurio\u003c/groupId\u003e\n    \u003cartifactId\u003ebukkit.configuration\u003c/artifactId\u003e\n    \u003cversion\u003e1.2\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n## Usage examples\n\n```java\n// Instanciate the GrechConfig class\n// GrechAreas is the main class of the GrechAreas plugin\nGrechConfig config = new GrechConfig(GrechAreas.getPlugin(), \"areas\" + File.separator + file.getName());\n\n// Retrieve data from the file\nString name = config.getConfig().getString(\"name\");\nUUID uuid = UUID.fromString(config.getConfig().getString(\"uuid\"));\n\n// Retrieve locations from the file\nLocation start = config.getLocation(\"areas.1.start\");\nLocation end = config.getLocation(\"areas.1.end\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuriofernandez%2Fgrechconfigplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuriofernandez%2Fgrechconfigplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuriofernandez%2Fgrechconfigplugin/lists"}