{"id":13666988,"url":"https://github.com/Minebench/Origami","last_synced_at":"2025-04-26T15:32:05.305Z","repository":{"id":41148648,"uuid":"186914971","full_name":"Minebench/Origami","owner":"Minebench","description":"Bukkit/Spigot/Paper based Minecraft server used by Minebench.de | Looking for an updated version? If so most patches are PRd into Paper now, Origami will continue once patches that Paper wont accept are necessary. ","archived":false,"fork":false,"pushed_at":"2021-07-22T19:15:49.000Z","size":764,"stargazers_count":31,"open_issues_count":0,"forks_count":3,"subscribers_count":11,"default_branch":"1.16","last_synced_at":"2024-10-30T04:28:34.233Z","etag":null,"topics":["bukkit","craftbukkit","custom-paper","java","java11","minebench","minecraft","minecraft-server","paper","paper-fork","phoenix616","spigot"],"latest_commit_sha":null,"homepage":"https://ci.minebench.de/job/Origami/","language":"Shell","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/Minebench.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-15T23:10:35.000Z","updated_at":"2024-07-23T18:54:11.000Z","dependencies_parsed_at":"2022-07-14T08:31:20.591Z","dependency_job_id":null,"html_url":"https://github.com/Minebench/Origami","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FOrigami","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FOrigami/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FOrigami/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FOrigami/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Minebench","download_url":"https://codeload.github.com/Minebench/Origami/tar.gz/refs/heads/1.16","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224039042,"owners_count":17245530,"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","custom-paper","java","java11","minebench","minecraft","minecraft-server","paper","paper-fork","phoenix616","spigot"],"created_at":"2024-08-02T07:00:20.849Z","updated_at":"2024-11-11T02:30:48.853Z","avatar_url":"https://github.com/Minebench.png","language":"Shell","funding_links":[],"categories":["Server Software"],"sub_categories":["Forks"],"readme":"Origami\n==\n\n![Origami Logo](logo.png)\n\nCustom paper fork used by [Minebench.de](https://minebench.de). The fork is based off of\n the framework used in [Spottedleaf's Concrete](https://github.com/Spottedleaf/Concrete)\n  which is based off of [aikar's EMC framework](https://github.com/starlis/empirecraft).\n\n## Contact\n[IRC](http://moep.tv/chat) | [Website](https://minebench.de/)\n\n## License\nThe PATCHES-LICENSE file describes the license for api \u0026 server patches\nby Phoenix616 found in `./patches/api` and `./patches/server`. Other patches\nare either licensed under MIT or another one specified in the patch file itself.\n\nEverything else is licensed under the MIT license. \nSee https://github.com/Spottedleaf/Concrete, https://github.com/pl3xgaming/Purpur,\nhttps://github.com/starlis/empirecraft and https://github.com/electronicboy/byof\nfor the license of material used/modified by this project.\n\n## Plugin developers\nIn order to use Origami as a dependency just add the following repo and dependency to your pom:\n\nOrigami maven repository:\n ```xml \n\u003crepository\u003e\n    \u003cid\u003eorigami-repo\u003c/id\u003e\n    \u003curl\u003ehttps://repo.minebench.de/\u003c/url\u003e\n\u003c/repository\u003e\n```\nOrigami-API maven dependency:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ede.minebench.origami\u003c/groupId\u003e\n    \u003cartifactId\u003eorigami-api\u003c/artifactId\u003e\n    \u003cversion\u003e1.15.2-R0.1-SNAPSHOT\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n \u003c/dependency\u003e\n ```\n\n## Building and setting up\nRun the following commands in the root directory:\n\n```\ngit submodule init\ngit submodule update\n./origami up\n./origami patch\n```\n\nThis should initialize the repo such that you can now start modifying and creating \npatches. The folder `Origami-API` is the api repo and the `Origami-Server` folder\nis the server repo and will contain the source files you will modify.\n\n#### Creating a patch\nPatches are effectively just commits in either `Origami-API` or `Origami-Server`. \nTo create one, just add a commit to either repo and run `./origami rb`, and a \npatch will be placed in the patches folder. Modifying commits will also modify its \ncorresponding patch file.\n\n\n#### Building\n\nUse the command `./origami build` to build the api and server. Compiled jars\nwill be placed under `Origami-API/target` and `Origami-Server/target`.\n\n#### Updating Paper upstream\n\nSwitch into the directory of the Paper submodule and pull changes in from the \nrepository, then run `./origami up` and `./origami rb`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinebench%2FOrigami","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMinebench%2FOrigami","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinebench%2FOrigami/lists"}