{"id":25382798,"url":"https://github.com/cakemc-network/custom-properties","last_synced_at":"2025-10-30T12:30:48.448Z","repository":{"id":258011340,"uuid":"873259647","full_name":"CakeMC-Network/custom-properties","owner":"CakeMC-Network","description":":book: cakemc's own file format for properties","archived":false,"fork":false,"pushed_at":"2024-10-29T22:09:20.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2024-10-29T23:44:42.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CakeMC-Network.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":"2024-10-15T21:33:01.000Z","updated_at":"2024-10-29T22:09:23.000Z","dependencies_parsed_at":"2024-10-17T09:23:20.708Z","dependency_job_id":null,"html_url":"https://github.com/CakeMC-Network/custom-properties","commit_stats":null,"previous_names":["cakemc-network/custom-properties"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakeMC-Network%2Fcustom-properties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakeMC-Network%2Fcustom-properties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakeMC-Network%2Fcustom-properties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CakeMC-Network%2Fcustom-properties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CakeMC-Network","download_url":"https://codeload.github.com/CakeMC-Network/custom-properties/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238962688,"owners_count":19559530,"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":[],"created_at":"2025-02-15T07:51:45.302Z","updated_at":"2025-10-30T12:30:48.060Z","avatar_url":"https://github.com/CakeMC-Network.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom CakeMC file Format\nthis format is used for config files and properties\n\n````java\n    /**\n     * Main method to demonstrate the usage of CakeProperties.\n     *\n     * @param args command line arguments (unused)\n     */\n    public static void main(String[] args) {\n        try {\n            CakeProperties cakeProperties = new CakeProperties(\"test.properties\");\n\n            // Add or update properties\n            cakeProperties.append(\"test.message.first\", \"1\");\n            cakeProperties.append(\"test.message.second\", \"2\");\n\n            // Retrieve or create a new property\n            String value = cakeProperties.getOrCreate(\"test.message.third\", \"3\");\n\n            cakeProperties.append(\"owo.message.first\", \"test\");\n\n            System.out.println(\"test.message.third = \" + value);\n\n        } catch (IOException e) {\n            e.printStackTrace();\n        }\n    }\n````\n\nthe file created will look like this:\n\n```\ntest.message\n    first = \"1\"\n    second = \"2\"\n    third = \"3\"\n\nowo.message\n    first = \"test\"\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakemc-network%2Fcustom-properties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcakemc-network%2Fcustom-properties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakemc-network%2Fcustom-properties/lists"}