{"id":13821587,"url":"https://github.com/CardboardPowered/cardboard","last_synced_at":"2025-05-16T13:30:35.597Z","repository":{"id":37411923,"uuid":"261966534","full_name":"CardboardPowered/cardboard","owner":"CardboardPowered","description":"The Bukkit/Spigot/Paper API implementation for Fabric","archived":false,"fork":false,"pushed_at":"2024-10-22T06:09:30.000Z","size":44262,"stargazers_count":987,"open_issues_count":259,"forks_count":57,"subscribers_count":36,"default_branch":"ver/1.20","last_synced_at":"2024-11-04T18:45:18.466Z","etag":null,"topics":["bukkit","fabric","fabric-mod","hacktoberfest","hacktoberfest2021","paper","paper-api","spigot","spigot-api"],"latest_commit_sha":null,"homepage":"https://cardboardpowered.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CardboardPowered.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"isaiahp"}},"created_at":"2020-05-07T06:19:16.000Z","updated_at":"2024-11-02T13:09:35.000Z","dependencies_parsed_at":"2024-10-21T06:57:26.759Z","dependency_job_id":null,"html_url":"https://github.com/CardboardPowered/cardboard","commit_stats":{"total_commits":563,"total_committers":18,"mean_commits":31.27777777777778,"dds":0.1190053285968028,"last_synced_commit":"2c8e7ee4a79d5a59c056d1feec489a260491c6f1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CardboardPowered%2Fcardboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CardboardPowered%2Fcardboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CardboardPowered%2Fcardboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CardboardPowered%2Fcardboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CardboardPowered","download_url":"https://codeload.github.com/CardboardPowered/cardboard/tar.gz/refs/heads/ver/1.20","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225431025,"owners_count":17473285,"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","fabric","fabric-mod","hacktoberfest","hacktoberfest2021","paper","paper-api","spigot","spigot-api"],"created_at":"2024-08-04T08:01:24.308Z","updated_at":"2025-05-16T13:30:35.590Z","avatar_url":"https://github.com/CardboardPowered.png","language":"Java","funding_links":["https://patreon.com/isaiahp"],"categories":["Java"],"sub_categories":[],"readme":"\n\u003cimg align=\"right\" alt=\"logo\" width=\"130\" src=\"https://cardboardpowered.org/assets/cardboard-box.png\"\u003e\n\n# Cardboard [![Join Discord](https://img.shields.io/badge/Discord-Join-7289DA?logo=discord\u0026style=flat-square)](https://discord.gg/tddTWXZtaP) \u003cimg alt=\"Discord\" src=\"https://img.shields.io/badge/Fabric%20-0.11.2%2B-%23dacfa4\"\u003e\n\nCardboard is an implementation of the popular Bukkit/Spigot/Paper Modding API for FabricMC. This mod lets you use plugins that are made for Bukkit and it's derivatives (Spigot \u0026 Paper) on a Fabric modded server.\n\nFabric version chart:\n| Supported| Minecraft      | Git Branch | Download     |\n|----------|----------------|------------|----------------------|\n| \u0026#x2705; | Fabric 1.20.1  | ver/1.20   | Work-in-Progress\n| \u0026#x2705; | Fabric 1.19.4  | ver/1.19.4 | [View Downloads](https://cardboardpowered.org/download/)     |\n| \u0026#x2705; | Fabric 1.19.2  | ver/1.19.2 | [View Downloads](https://cardboardpowered.org/download/)     |\n| \u0026#x274C; | Fabric 1.18.2  | ver/1.18.2 | [View Downloads](https://cardboardpowered.org/download/)     |\n| \u0026#x274C; | 1.17 / 1.18.1  | N/A        | [View Downloads](https://cardboardpowered.org/download/)     |\n| \u0026#x274C; | \u003c= 1.16.5      | ver/1.16.5 | [View Downloads](https://cardboardpowered.org/download#1.16) |\n\n## License\nWe inherit the license from Paper. See [Paper's License](https://github.com/PaperMC/Paper/blob/master/LICENSE.md) for full details.\nSrgLib is also licensed under MIT.\n\n## NMS Support\nWe do support using Spigot's ``net.minecraft.server`` classes. \nClasses and Fields will automatically remap to their intermediary counterparts.\nHowever, the current system is far from perfect.\n\n# Progress\nThere is a progress indicator in the Discord. Although, if you're not in the Discord:\nProgress can be determined by the completeness of the to-do lists on the two pinned issues.\n\n## Credits\n* [BukkitTeam](https://bukkit.org/), [Spigot](https://spigotmc.org/), and [Paper](https://papermc.io/) for their work on the API.\n* [Glowstone](https://glowstone.net) for the library loader.\n* [md_5's SpecialSource](https://github.com/md-5/SpecialSource), [SrgLib by Techcable \u0026 Orion](https://github.com/OrionMinecraft/SrgLib), [MinecraftMapping by Phase](https://github.com/phase/MinecraftMapping/)\n* Contributors to Cardboard\n\n# Apex Hosting \nThis project is partnered with ApexHosting! Join our test server, `cardboardmod.apexmc.co:25666`, or get a Minecraft server by clicking on the banner below:\n\n[![Apex Hosting](https://cdn.apexminecrafthosting.com/img/theme/apex-hosting-mobile.png)](https://billing.apexminecrafthosting.com/aff.php?aff=3548)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCardboardPowered%2Fcardboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCardboardPowered%2Fcardboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCardboardPowered%2Fcardboard/lists"}