{"id":16377843,"url":"https://github.com/phoenix616/lang","last_synced_at":"2026-02-21T02:39:53.672Z","repository":{"id":80315915,"uuid":"151772146","full_name":"Phoenix616/lang","owner":"Phoenix616","description":"Language config framework for Bukkit, Bungee and standalone java programs","archived":false,"fork":false,"pushed_at":"2024-12-07T14:35:34.000Z","size":110,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T04:42:58.626Z","etag":null,"topics":["bukkit","bungeecord","java","localization","minecraft","velocity"],"latest_commit_sha":null,"homepage":"https://wiki.phoenix616.dev/library:lang:","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/Phoenix616.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},"funding":{"github":["Phoenix616"],"ko_fi":"Phoenix616","custom":"https://tip.phoenix616.dev"}},"created_at":"2018-10-05T20:04:47.000Z","updated_at":"2024-12-08T05:03:08.000Z","dependencies_parsed_at":"2025-02-11T20:31:33.512Z","dependency_job_id":null,"html_url":"https://github.com/Phoenix616/lang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Phoenix616/lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2Flang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2Flang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2Flang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2Flang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phoenix616","download_url":"https://codeload.github.com/Phoenix616/lang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phoenix616%2Flang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29671794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","bungeecord","java","localization","minecraft","velocity"],"created_at":"2024-10-11T03:44:04.996Z","updated_at":"2026-02-21T02:39:53.632Z","avatar_url":"https://github.com/Phoenix616.png","language":"Java","funding_links":["https://github.com/sponsors/Phoenix616","https://ko-fi.com/Phoenix616","https://tip.phoenix616.dev"],"categories":[],"sub_categories":[],"readme":"# lang\nLanguage config framework for Bukkit, Sponge, Bungee, Velocity and standalone Java programs.\n\nHas the ability to select the correct locale depending on the user.\n\n## Maven Info\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003eminebench-repo\u003c/id\u003e\n    \u003curl\u003ehttps://repo.minebench.de/\u003c/url\u003e\n\u003c/repository\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ede.themoep.utils\u003c/groupId\u003e\n    \u003cartifactId\u003elang-[bukkit|bungee|velocity|simple]\u003c/artifactId\u003e\n    \u003cversion\u003echeck-for-latest\u003c/version\u003e\n    \u003cscope\u003ecompile\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\nSee this examples for [Bukkit](https://wiki.phoenix616.dev/library:lang:example:bukkit), [Sponge](https://wiki.phoenix616.dev/library:lang:example:sponge), \n[Bungee](https://wiki.phoenix616.dev/library:lang:example:bungee) and \n[Velocity](https://wiki.phoenix616.dev/library:lang:example:standalone) \nplugins as well [standalone applications](https://wiki.phoenix616.dev/library:lang:example:standalone).\n\nOf course you can implement `lang-core` yourself on additional platforms. PRs welcome!\n\nTake a look at the examples in the [wiki](https://wiki.phoenix616.dev/library:lang:) and the [Javadocs](https://docs.phoenix616.dev/lang/) for more fine-grained control.\n(Almost everything is configurable!)\n\nThe system property `de.themoep.utils.lang.debug` is provided to enable some debug logging.\n\n## License\nThis library is licensed under the [GPLv3](https://github.com/Phoenix616/lang/blob/master/LICENSE)!\n```\n lang\n Copyright (c) 2020 Max Lee aka Phoenix616 (max@themoep.de)\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenix616%2Flang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoenix616%2Flang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoenix616%2Flang/lists"}