{"id":13757794,"url":"https://github.com/Incendo/cloud","last_synced_at":"2025-05-10T05:32:19.751Z","repository":{"id":37017311,"uuid":"291532304","full_name":"Incendo/cloud","owner":"Incendo","description":"Command framework \u0026 dispatcher for the JVM","archived":false,"fork":false,"pushed_at":"2025-04-27T08:03:55.000Z","size":9419,"stargazers_count":470,"open_issues_count":38,"forks_count":54,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-27T09:19:29.656Z","etag":null,"topics":["command-dispatcher","commands","hacktoberfest","java","java-command-framework","java-commands"],"latest_commit_sha":null,"homepage":"https://cloud.incendo.org","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/Incendo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null},"funding":{"github":"Citymonstret","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/Sauilitired"]}},"created_at":"2020-08-30T18:52:53.000Z","updated_at":"2025-04-23T03:03:00.000Z","dependencies_parsed_at":"2023-12-23T06:50:56.417Z","dependency_job_id":"d7cb0a26-12af-4168-8a62-a88d94183fa9","html_url":"https://github.com/Incendo/cloud","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Incendo%2Fcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Incendo%2Fcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Incendo%2Fcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Incendo%2Fcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Incendo","download_url":"https://codeload.github.com/Incendo/cloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253371076,"owners_count":21897998,"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":["command-dispatcher","commands","hacktoberfest","java","java-command-framework","java-commands"],"created_at":"2024-08-03T12:00:50.982Z","updated_at":"2025-05-10T05:32:18.668Z","avatar_url":"https://github.com/Incendo.png","language":"Java","readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"img/CloudNew.png\" width=\"300px\"/\u003e\n\u003cbr/\u003e\n\u003ch1\u003ecloud command framework\u003c/h1\u003e\n\n![license](https://img.shields.io/github/license/incendo/cloud.svg)\n[![central](https://img.shields.io/maven-central/v/org.incendo/cloud-core)](https://search.maven.org/search?q=org.incendo)\n![build](https://img.shields.io/github/actions/workflow/status/incendo/cloud/build.yml?logo=github)\n[![docs](https://img.shields.io/readthedocs/incendocloud?logo=readthedocs)](https://cloud.incendo.org)\n\u003c/div\u003e\n\n\u003e [!NOTE]\n\u003e Cloud 2 is a major update with many significant changes. Cloud 2 is _not_ compatible with version 1.\n\u003e You can find the changelog [here](https://cloud.incendo.org/cloud-v2/).\n\nCloud is a general-purpose Java command dispatcher \u0026amp; framework. It allows programmers to define command chains that are then parsed and invoked from user-supplied string inputs, to execute pre-defined actions.\n\nCloud commands consist out of deterministic chains of strongly typed arguments. When you define a command,\nyou know exactly what type of data you're going to be working with, and you know that there will be no\nambiguity at runtime. Cloud promotes writing reusable code, making it very easy to define new commands.\n\nCloud allows you to build commands in many different ways, according to your preferences:\n\n\u003cdiv align=\"center\"\u003e\n\u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"img/code/builder_java_dark.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"img/code/builder_java_light.png\"\u003e\n    \u003cimg src=\"img/code/builder_java_light.png\"\u003e\n\u003c/picture\u003e\n\n\u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"img/code/builder_kotlin_dark.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"img/code/builder_kotlin_light.png\"\u003e\n    \u003cimg src=\"img/code/builder_kotlin_light.png\"\u003e\n\u003c/picture\u003e\n\n\u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"img/code/annotations_java_dark.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"img/code/annotations_java_light.png\"\u003e\n    \u003cimg src=\"img/code/annotations_java_light.png\"\u003e\n\u003c/picture\u003e\n\n\u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"img/code/annotations_kotlin_dark.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"img/code/annotations_kotlin_light.png\"\u003e\n    \u003cimg src=\"img/code/annotations_kotlin_light.png\"\u003e\n\u003c/picture\u003e\n\u003c/div\u003e\n\nCloud is built to be very customisable, in order to fit your needs. You can inject handlers and processors\nalong the entire command chain. If the pre-existing command parsers aren't enough for your needs, you're easily\nable to create your own parsers. If you use the annotation parsing system, you can also define your own annotations\nand register them to further customise the behaviour of the library.\n\nCloud by default ships with implementations and mappings for the most common Minecraft server platforms, \nDiscord4J, JDA4, JDA5, Kord and Javacord for\nDiscord bots, PircBotX for IRC and [cloud-spring](https://github.com/incendo/cloud-spring) for Spring Shell.\nThe core module allows you to use Cloud anywhere, simply by implementing the CommandManager for the platform of your choice.\n\n## links  \n\n- JavaDoc: https://javadoc.io/doc/org.incendo\n- Docs: https://cloud.incendo.org\n- Incendo Discord: https://discord.gg/aykZu32\n\n### repositories\n\n- [cloud](https://github.com/incendo/cloud) - main repository\n- [cloud-minecraft](https://github.com/incendo/cloud-minecraft) - cloud implementations for minecraft\n- [cloud-minecraft-modded](https://github.com/incendo/cloud-minecraft-modded) - cloud implementations for modded minecraft\n- [cloud-discord](https://github.com/incendo/cloud-discord) - cloud implementations for discord\n- [cloud-spring](https://github.com/incendo/cloud-spring) - cloud implementation for spring-shell\n- [cloud-processors](https://github.com/incendo/cloud-processors) - extra pre- \u0026 postprocessors\n- [cloud-build-logic](https://github.com/incendo/cloud-build-logic) - gradle plugin for building cloud\n- [cloud-docs](https://github.com/incendo/cloud-docs) - documentation sources\n  \n## develop \u0026amp; build  \n  \nTo clone the repository, use `git clone https://github.com/Incendo/cloud.git`.\n\nTo then build it, use `./gradlew clean build`. If you want to build the examples as well, use `./gradlew clean build\n-Pcompile-examples`.\n\n## attributions, links \u0026amp; acknowledgements  \n  \nThis library is licensed under the \u003ca href=\"https://opensource.org/licenses/MIT\"\u003eMIT\u003c/a\u003e license, and the code copyright  belongs to Alexander Söderberg. The implementation is based on a paper written by the copyright holder, and this paper exists under the \u003ca href=\"https://creativecommons.org/licenses/by/4.0/legalcode\"\u003eCC Attribution 4\u003c/a\u003e license.  \n  \nThe \u003ca href=\"https://iconscout.com/icons/cloud\" target=\"_blank\"\u003eCloud\u003c/a\u003e icon was created by \u003ca href=\"https://iconscout.com/contributors/oviyan\"\u003e\nThanga Vignesh P\u003c/a\u003e on \u003ca href=\"https://iconscout.com\"\u003eIconscout\u003c/a\u003e and Digital rights were purchased under a premium plan.\n","funding_links":["https://github.com/sponsors/Citymonstret","https://paypal.me/Sauilitired"],"categories":["Commands","Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIncendo%2Fcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIncendo%2Fcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIncendo%2Fcloud/lists"}