{"id":15445351,"url":"https://github.com/bgmp/commandframework","last_synced_at":"2025-04-19T20:41:32.706Z","repository":{"id":62253790,"uuid":"291839643","full_name":"BGMP/CommandFramework","owner":"BGMP","description":"Command Framework for Bukkit \u0026 Bungee 1.8+","archived":false,"fork":false,"pushed_at":"2025-04-13T04:20:49.000Z","size":295,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T04:31:42.218Z","etag":null,"topics":["bukkit","bungee","command-framework"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BGMP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-08-31T22:39:15.000Z","updated_at":"2025-04-13T04:20:28.000Z","dependencies_parsed_at":"2024-02-01T05:25:33.080Z","dependency_job_id":"abb72886-20d8-4132-9d6c-0b6d3e6ddf78","html_url":"https://github.com/BGMP/CommandFramework","commit_stats":{"total_commits":94,"total_committers":14,"mean_commits":6.714285714285714,"dds":0.6382978723404256,"last_synced_commit":"3357f28f442009d36f4bb55d13d5bd4c9b0e4927"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BGMP%2FCommandFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BGMP%2FCommandFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BGMP%2FCommandFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BGMP%2FCommandFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BGMP","download_url":"https://codeload.github.com/BGMP/CommandFramework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249795203,"owners_count":21326777,"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":["bukkit","bungee","command-framework"],"created_at":"2024-10-01T19:44:44.352Z","updated_at":"2025-04-19T20:41:32.700Z","avatar_url":"https://github.com/BGMP.png","language":"Java","readme":"CommandFramework\n---\n\nThe simplest command framework for Bukkit \u0026 Bungee 1.8+.\n\nThis is the old command framework from sk89q's WorldEdit. It has been factored out and modified, so it may be used in\nother projects without having to include WorldEdit as a dependency.\n\nThe groupId of the project has been changed to prevent clashes with WorldEdit's command utility classes, given that\nit is usually present in upstream Minecraft servers.\n\n## Usage\nThis project is available for anyone to use. In order to include this project as a dependency, you must\n[authenticate to GitHub Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-to-github-packages)\nvia your Maven `settings.xml`.\n\nAfter you accomplish that, simply add the repository and dependencies as follows:\n\n**Maven Repository**\n```xml\n\u003crepository\u003e\n    \u003cid\u003egithub\u003c/id\u003e\n    \u003curl\u003ehttps://maven.pkg.github.com/BGMP/CommandFramework\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n**Bukkit**\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecl.bgm\u003c/groupId\u003e\n    \u003cartifactId\u003ecommand-framework-bukkit\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.4-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n**Bungee**\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecl.bgm\u003c/groupId\u003e\n    \u003cartifactId\u003ecommand-framework-bungee\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.4-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nDocumentation is still being worked on, but for a hands-on example I have taken care of arranging a\n[simple plugin](https://github.com/BGMP/CommandFramework/tree/master/example-commands-bukkit) to illustrate\nthe framework's features and usage.\n\n## Prerequisites\n* Java 8 or above\n* [Maven](http://maven.apache.org/) (Dependency Management)\n\n## Compiling\nClone the repository, and launch your command prompt within it to run the following Maven command:\n\n  \u003e `mvn clean package`\n\n## Contributing\nYour submissions have to be licenced under the GNU General Public Licence v3.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgmp%2Fcommandframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgmp%2Fcommandframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgmp%2Fcommandframework/lists"}