{"id":14969464,"url":"https://github.com/leavesmc/leaves","last_synced_at":"2026-03-04T06:07:20.958Z","repository":{"id":38410602,"uuid":"422864649","full_name":"LeavesMC/Leaves","owner":"LeavesMC","description":"Fork of Paper aimed at repairing broken vanilla properties.","archived":false,"fork":false,"pushed_at":"2025-05-15T07:19:06.000Z","size":4182,"stargazers_count":607,"open_issues_count":32,"forks_count":61,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-15T10:07:20.930Z","etag":null,"topics":["bukkit","craftbukkit","java","minecraft","minecraft-api","minecraft-performance","minecraft-server","paper","paper-fork","spigot-fork"],"latest_commit_sha":null,"homepage":"https://leavesmc.org","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/LeavesMC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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,"zenodo":null},"funding":{"patreon":"violetc422","custom":["https://afdian.net/@s-yh-china"]}},"created_at":"2021-10-30T11:40:12.000Z","updated_at":"2025-05-14T09:46:12.000Z","dependencies_parsed_at":"2024-02-25T06:54:34.856Z","dependency_job_id":"27e43faa-4d34-48e6-9d13-3edbbe69c179","html_url":"https://github.com/LeavesMC/Leaves","commit_stats":{"total_commits":731,"total_committers":16,"mean_commits":45.6875,"dds":0.08618331053351569,"last_synced_commit":"aeeef2213c2295288b71c9162cbe008c4a3defd9"},"previous_names":[],"tags_count":436,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeavesMC%2FLeaves","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeavesMC%2FLeaves/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeavesMC%2FLeaves/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeavesMC%2FLeaves/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeavesMC","download_url":"https://codeload.github.com/LeavesMC/Leaves/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319721,"owners_count":22051074,"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","craftbukkit","java","minecraft","minecraft-api","minecraft-performance","minecraft-server","paper","paper-fork","spigot-fork"],"created_at":"2024-09-24T13:41:54.115Z","updated_at":"2026-01-02T15:25:32.886Z","avatar_url":"https://github.com/LeavesMC.png","language":"Java","funding_links":["https://patreon.com/violetc422","https://afdian.net/@s-yh-china"],"categories":[],"sub_categories":[],"readme":"Leaves \n===========\n\n[![Leaves CI](https://github.com/LeavesMC/Leaves/actions/workflows/build.yml/badge.svg)](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)\n[![Leaves Download](https://img.shields.io/github/downloads/LeavesMC/Leaves/total?color=0\u0026logo=github)](https://github.com/LeavesMC/Leaves/releases/latest)\n[![Discord](https://badgen.net/discord/online-members/5hgtU72w33?icon=discord\u0026label=Discord\u0026list=what)](https://discord.gg/5hgtU72w33)\n[![QQ](https://img.shields.io/badge/QQ_Unofficial-815857713-blue)](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027\u0026k=nisbmnCFeEJCcYWBQ10th4Fu99XWklH4\u0026authKey=8VlUxSdrFCIwmIpxFQIGR8%2BXvIQ2II%2Bx2JfxuQ8amr9UKgINh%2BdXjudQfc%2FIeTO5\u0026noverify=0\u0026group_code=815857713)\n\n**English** | [中文](README_cn.md)\n\n\u003e Fork of [Paper](https://github.com/PaperMC/Paper) aims at repairing broken vanilla properties.\n\n\u003e You can see what we modify and fix at [here](https://docs.leavesmc.org/en/leaves/reference/configuration)\n\n## How To (Server Admins)\nLeaves use the same leavesclip(paperclip fork) jar system that Paper uses.\n\nYou can download the latest build (1.21.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/releases/latest)\n\nYou can also [build it yourself](#building).\n\nYou can visit our [documentation](https://docs.leavesmc.org/leaves/guides/getting-started) for more information.\n\n## How To (Plugin developers)\nLeaves-API:\n```kotlin\nmaven {\n    name = \"leavesmc-repo\"\n    url = \"https://repo.leavesmc.org/snapshots/\"\n}\n\ndependencies {\n    compileOnly(\"org.leavesmc.leaves:leaves-api:1.21.10-R0.1-SNAPSHOT\")\n}\n ```\n\nIn order to use Leaves as a dependency you must [build it yourself](#building).\nEach time you want to update your dependency, you must re-build Leaves.\n\nLeaves-Server:\n```kotlin\ndependencies {\n    compileOnly(\"org.leavesmc.leaves:leaves:1.21.10-R0.1-SNAPSHOT\")\n}\n ```\n\n## Building\n\nYou need JDK 21 and good Internet conditions\n\nClone this repo, run `./gradlew applyAllPatches`, then run `./gradlew createMojmapLeavesclipJar` in your terminal.  \n\nYou can find the jars in the `leaves-server/build/libs` directory.\n\n## Pull Requests\n\nSee [Contributing](docs/CONTRIBUTING.md)\n\n## Special Thanks To:\n\n[\u003cimg src=\"https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png\" alt=\"\" width=\"150\"\u003e](https://www.jetbrains.com)\n\n[JetBrains](https://www.jetbrains.com/), creators of the IntelliJ IDEA, supports Leaves with one of their [Open Source Licenses](https://www.jetbrains.com/opensource/). Leaves recommend using IntelliJ IDEA as your IDE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleavesmc%2Fleaves","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleavesmc%2Fleaves","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleavesmc%2Fleaves/lists"}