{"id":15971058,"url":"https://github.com/rainbowdashlabs/cjda-util","last_synced_at":"2025-03-17T22:31:01.723Z","repository":{"id":37876682,"uuid":"361013738","full_name":"rainbowdashlabs/cjda-util","owner":"rainbowdashlabs","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-12T17:31:30.000Z","size":4368,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-12T19:23:52.089Z","etag":null,"topics":["hacktoberfest","java","jda","jda-utilities","library"],"latest_commit_sha":null,"homepage":"","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/rainbowdashlabs.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":"2021-04-23T21:53:25.000Z","updated_at":"2024-05-29T21:40:27.942Z","dependencies_parsed_at":"2024-03-10T20:26:56.133Z","dependency_job_id":"2c82d95e-be96-4362-b7ae-334b81645767","html_url":"https://github.com/rainbowdashlabs/cjda-util","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbowdashlabs%2Fcjda-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbowdashlabs%2Fcjda-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbowdashlabs%2Fcjda-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbowdashlabs%2Fcjda-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rainbowdashlabs","download_url":"https://codeload.github.com/rainbowdashlabs/cjda-util/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243891196,"owners_count":20364570,"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":["hacktoberfest","java","jda","jda-utilities","library"],"created_at":"2024-10-07T20:06:48.883Z","updated_at":"2025-03-17T22:31:01.362Z","avatar_url":"https://github.com/rainbowdashlabs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rainbowdashlabs/cjda-util/publish_to_nexus.yml?style=for-the-badge\u0026label=Publishing\u0026branch=master)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rainbowdashlabs/cjda-util/verify.yml?style=for-the-badge\u0026label=Building\u0026branch=master)\n![Sonatype Nexus (Releases)](https://img.shields.io/nexus/maven-releases/de.chojo/cjda-util?label=Release\u0026logo=Release\u0026server=https%3A%2F%2Feldonexus.de\u0026style=for-the-badge)\n![Sonatype Nexus (Development)](https://img.shields.io/nexus/maven-dev/de.chojo/cjda-util?label=DEV\u0026logo=Release\u0026server=https%3A%2F%2Feldonexus.de\u0026style=for-the-badge)\n![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/de.chojo/cjda-util?color=orange\u0026label=Snapshot\u0026server=https%3A%2F%2Feldonexus.de\u0026style=for-the-badge)\n\nGradle:\n``` kotlin\nrepositories {\n    maven {\n        url = uri(\"https://eldonexus.de/repository/maven-public\")\n    }\n}\n\ndependencies {\n    implementation(\"de.chojo\", \"cjda-util\", \"{version}\")\n}\n```\n\nMaven:\n``` xml\n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003cid\u003eEldoNexus\u003c/id\u003e\n            \u003curl\u003ehttps://eldonexus.de/repository/maven-public\u003c/url\u003e\n        \u003c/repository\u003e\n    \u003c/repositories\u003e\n    \n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003ede.chojo\u003c/groupId\u003e\n            \u003cartifactId\u003ecjda-util\u003c/artifactId\u003e\n            \u003cversion\u003e{version}\u003c/version\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n```\n\nSnapshots are available via: **https://eldonexus.de/repository/maven-snapshots/**\n\n\n### Configuration\n\nENV always takes precedence over PROP\n\nProp: `-Dcjda.interactions.cleanguildcommands=true`  \nEnv: `CJDA_INTERACTIONS_CLEANGUILDCOMMANDS`  \n_default false_  \n\nClean guild commands on bot start\n\nProp: `-Dcjda.interactions.testmode=true`   \nEnv: `CJDA_INTERACTIONS_TESTMODE`  \n_default false_\n\nSet the testmode. When active all global commands will be deployed on guilds and not globally.\n\nProp: `-Dcjda.localisation.error.name=false`  \nEnv: `CJDA_LOCALISATION_NAME_ERROR`  \n_default true_\n\nAllows to disable the name error on command localisation.\n\nProp: `bot.config`  \nEnv: `BOT_CONFIG`  \n\nRelative path to the configuration file.\n\n[nexus_releases]: https://eldonexus.de/#browse/browse:maven-releases:de%2Fchojo%2Fcjda-util\n[nexus_snapshots]: https://eldonexus.de/#browse/browse:maven-snapshots:de%2Fchojo%2Fcjda-util\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainbowdashlabs%2Fcjda-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainbowdashlabs%2Fcjda-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainbowdashlabs%2Fcjda-util/lists"}