{"id":23785888,"url":"https://github.com/foxfirecodes/mvn-archetype-bukkit-base-plugin","last_synced_at":"2025-10-10T11:15:31.424Z","repository":{"id":91319648,"uuid":"116192990","full_name":"foxfirecodes/mvn-archetype-bukkit-base-plugin","owner":"foxfirecodes","description":"A Maven archetype for creating Bukkit plugins","archived":false,"fork":false,"pushed_at":"2019-05-19T00:20:01.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-16T22:09:06.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foxfirecodes.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":"2018-01-03T23:43:39.000Z","updated_at":"2019-05-19T00:19:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd4364a7-d6ac-4c8b-8fb7-dbb7207734e7","html_url":"https://github.com/foxfirecodes/mvn-archetype-bukkit-base-plugin","commit_stats":null,"previous_names":["foxfirecodes/mvn-archetype-bukkit-base-plugin"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/foxfirecodes/mvn-archetype-bukkit-base-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fmvn-archetype-bukkit-base-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fmvn-archetype-bukkit-base-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fmvn-archetype-bukkit-base-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fmvn-archetype-bukkit-base-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxfirecodes","download_url":"https://codeload.github.com/foxfirecodes/mvn-archetype-bukkit-base-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fmvn-archetype-bukkit-base-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003726,"owners_count":26083610,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2025-01-01T14:07:59.650Z","updated_at":"2025-10-10T11:15:31.391Z","avatar_url":"https://github.com/foxfirecodes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BasePluginArchetype\n\n\u003e A Maven archetype for creating Bukkit plugins.\n\nI had another archetype that was made for use with [CNL](https://github.com/Rayzr522/CreativelyNamedLib), but I haven't touched CNL in a while and I got sick of cutting the CNL code out of every new project I made. I'll mess with CreativelyNamedLib again at *some point*, but for now, this is better.\n\nAdmittedly this is a modified version of another archetype I created, which you can find here: [PerceivePluginArchetype](https://github.com/PerceiveDev/PerceivePluginArchetype).\n\n## Installation\n\nDownload this repository, navigate to it in your command prompt / terminal and run:\n\n    mvn\n\n## Usage\n\nTo create a project, use the following command (filling in the fields as necessary):\n\n    mvn archetype:generate \\\n      -DarchetypeGroupId=me.rayzr522 \\\n      -DarchetypeArtifactId=mvn-archetype-bukkit-base-plugin \\\n      -DarchetypeVersion=1.1.1 \\\n      -DgroupId=\"com.yourName\" \\\n      -DartifactId=\"someplugin\" \\\n      -Dversion=\"1.0.0\" \\\n      -Dname=\"SomePlugin\" \\\n      -Dauthor=\"YourName\" \\\n      -Ddescription=\"It's an awesome plugin!\"\n\nThe above command already has the fields set up so the plugin package would be `com.yourName.someplugin`, the display name would be `SomePlugin`, the version would be `1.0.0`, and the description is `It's an awesome plugin!`.\n\n_**Note: There will be a better command-line tool for creating projects as soon as I can figure out how to make it work on Windows as well as Unix-based systems.**_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fmvn-archetype-bukkit-base-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxfirecodes%2Fmvn-archetype-bukkit-base-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fmvn-archetype-bukkit-base-plugin/lists"}