{"id":17017177,"url":"https://github.com/zsoltmolnarrr/tinyconfig","last_synced_at":"2025-03-22T15:27:16.169Z","repository":{"id":53877035,"uuid":"521180265","full_name":"ZsoltMolnarrr/TinyConfig","owner":"ZsoltMolnarrr","description":"🔧 Super tiny server side config library.","archived":false,"fork":false,"pushed_at":"2023-02-28T09:37:49.000Z","size":106,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-27T15:46:11.743Z","etag":null,"topics":["config","java","library","minecraft"],"latest_commit_sha":null,"homepage":"","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/ZsoltMolnarrr.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-08-04T08:12:06.000Z","updated_at":"2025-01-01T15:37:59.000Z","dependencies_parsed_at":"2024-10-14T06:36:04.408Z","dependency_job_id":"0ccc5174-6393-4391-a90d-a3533800e2fd","html_url":"https://github.com/ZsoltMolnarrr/TinyConfig","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsoltMolnarrr%2FTinyConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsoltMolnarrr%2FTinyConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsoltMolnarrr%2FTinyConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsoltMolnarrr%2FTinyConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZsoltMolnarrr","download_url":"https://codeload.github.com/ZsoltMolnarrr/TinyConfig/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244976733,"owners_count":20541535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["config","java","library","minecraft"],"created_at":"2024-10-14T06:35:55.397Z","updated_at":"2025-03-22T15:27:16.140Z","avatar_url":"https://github.com/ZsoltMolnarrr.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔧 TinyConfig\nSuper small server side config library.\n\n## Installation\n\nAdd this mod as dependency into your build.gradle file.\n\nAdd artifact repository.\n\n```groovy\nrepositories {\n    maven { url \"https://jitpack.io\" }\n}\n```\nAdd dependency, for Fabric workspace:\n```groovy\ndependencies {\n    implementation include(\"com.github.ZsoltMolnarrr:TinyConfig:VERSION_TAG\")\n}\n```\n\nAdd dependency, for Architectury workspace:\n```groovy\n// common/build.gradle\ndependencies {\n    implementation(\"com.github.ZsoltMolnarrr:TinyConfig:VERSION_TAG\")\n}\n// fabric/build.gradle \u0026 forge/build.gradle\ndependencies {\n    shadowCommon(common(\"com.github.ZsoltMolnarrr:TinyConfig:VERSION_TAG\"))\n}\n```\n(Substitute `VERSION_TAG` with the latest release tag of this library, for example: `1.0.0`)\n\n## Usage\n\n```java\nprivate final ConfigManager\u003cExampleConfig\u003e manager = new ConfigManager\u003cExampleConfig\u003e\n        (\"server\", new ExampleConfig())\n                .builder()\n                .enableLogging(true)\n                .setDirectory(\"example-mod\")\n                .sanitize(true)\n                .build();\n\n@Override\npublic void onInitialize(){\n        manager.refresh();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsoltmolnarrr%2Ftinyconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzsoltmolnarrr%2Ftinyconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsoltmolnarrr%2Ftinyconfig/lists"}