{"id":21406194,"url":"https://github.com/mcparkournet/migle","last_synced_at":"2026-05-20T06:09:03.102Z","repository":{"id":177538893,"uuid":"188505417","full_name":"mcparkournet/migle","owner":"mcparkournet","description":"Minecraft plugin Gradle plugin","archived":false,"fork":false,"pushed_at":"2020-08-17T16:13:31.000Z","size":151,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T03:44:28.921Z","etag":null,"topics":["gradle","gradle-plugin","minecraft-plugin","paper","velocity","waterfall"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/mcparkournet.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":"2019-05-25T01:09:59.000Z","updated_at":"2022-10-16T23:15:36.000Z","dependencies_parsed_at":"2023-07-08T06:16:50.519Z","dependency_job_id":null,"html_url":"https://github.com/mcparkournet/migle","commit_stats":null,"previous_names":["mcparkournet/migle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcparkournet%2Fmigle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcparkournet%2Fmigle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcparkournet%2Fmigle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcparkournet%2Fmigle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcparkournet","download_url":"https://codeload.github.com/mcparkournet/migle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902297,"owners_count":20366260,"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":["gradle","gradle-plugin","minecraft-plugin","paper","velocity","waterfall"],"created_at":"2024-11-22T16:32:00.265Z","updated_at":"2026-05-20T06:08:58.078Z","avatar_url":"https://github.com/mcparkournet.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Migle\n\nMigle is a Gradle plugin, which generates Minecraft plugin attributes file, based on Gradle build file configuration. Currently, it supports following plugin types:\n\n* [Bukkit](https://plugins.gradle.org/plugin/net.mcparkour.migle.migle-bukkit)\n* [Bungee](https://plugins.gradle.org/plugin/net.mcparkour.migle.migle-bungee)\n* [Velocity](https://plugins.gradle.org/plugin/net.mcparkour.migle.migle-velocity)\n\n## Usage\n\nAdd the following block to Gradle build file:\n\n```kotlin\nplugins {\n    id(\"net.mcparkour.migle.migle-bukkit\") version \"1.1.2\"\n}\n```\n\nThen, add to plugin configuration attributes to set:\n\n```kotlin\nmigleBukkit {\n    main = \"net.mcparkour.foo.FooPlugin\"\n    apiVersion = ApiVersion.VERSION_1_16\n    author = \"MCParkour\"\n    website = \"https://www.mcparkour.net/\"\n    depend = listOf(\"bar\")\n}\n```\n\nBy default, plugin sets name, version and description attributes using project properties.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcparkournet%2Fmigle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcparkournet%2Fmigle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcparkournet%2Fmigle/lists"}