{"id":21606003,"url":"https://github.com/onelitefeathernet/faweschematiccloud","last_synced_at":"2025-10-14T20:32:14.534Z","repository":{"id":171358772,"uuid":"647830945","full_name":"OneLiteFeatherNET/FaweSchematicCloud","owner":"OneLiteFeatherNET","description":"A FAWE Addon to use the schematic.cloud instead of the legacy","archived":false,"fork":false,"pushed_at":"2025-09-01T22:27:39.000Z","size":491,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-19T06:56:32.434Z","etag":null,"topics":["addon","fastasyncworldedit","fawe","minecraft","paper","plugin","schematics","worldedit"],"latest_commit_sha":null,"homepage":"https://discord.onelitefeather.net","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OneLiteFeatherNET.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["OneLiteFeatherNET"]}},"created_at":"2023-05-31T15:56:49.000Z","updated_at":"2025-08-17T13:49:04.000Z","dependencies_parsed_at":"2023-09-23T10:44:10.229Z","dependency_job_id":"13a5b5f1-b3d3-4a7c-bf9d-6a9dae206878","html_url":"https://github.com/OneLiteFeatherNET/FaweSchematicCloud","commit_stats":{"total_commits":100,"total_committers":2,"mean_commits":50.0,"dds":"0.30000000000000004","last_synced_commit":"b8bb3d902a235148f925df5895ae225f417a700b"},"previous_names":["onelitefeathernet/faweschematiccloud"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/OneLiteFeatherNET/FaweSchematicCloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FFaweSchematicCloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FFaweSchematicCloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FFaweSchematicCloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FFaweSchematicCloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneLiteFeatherNET","download_url":"https://codeload.github.com/OneLiteFeatherNET/FaweSchematicCloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FFaweSchematicCloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020905,"owners_count":26086948,"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-14T02:00:06.444Z","response_time":60,"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":["addon","fastasyncworldedit","fawe","minecraft","paper","plugin","schematics","worldedit"],"created_at":"2024-11-24T20:18:31.631Z","updated_at":"2025-10-14T20:32:14.513Z","avatar_url":"https://github.com/OneLiteFeatherNET.png","language":"Kotlin","funding_links":["https://github.com/sponsors/OneLiteFeatherNET"],"categories":[],"sub_categories":[],"readme":"# FAWESchematicCloud\n\n## Description\nFAWESchematicCloud is a simple and modern plugin to use the new schematic api from IntellectualSites\n\n## Motivation\n[FastAsyncWorldEdit](https://github.com/IntellectualSites/FastAsyncWorldEdit) still use the old schematic upload. \nThis plugin is an addon to override the default download command from FastAsyncWorldEdit.\nAlso, that's handles the problem to don't bring breaking change into FastAsyncWorldEdit in\n\n## Focus\nUse the new [Arkitektonika](https://github.com/IntellectualSites/Arkitektonika) api to override the download command from fawe\n\n## More information / external links\n\nHangar: https://hangar.papermc.io/OneLiteFeather/FAWESchematicCloud\n\nModrinth: https://modrinth.com/plugin/faweschematiccloud\n\nDiscord: https://discord.onelitefeather.net\n\n## Permissions\n- Same permission as FAWE\n\n## Commands\n- Same schematic commands as FAWE\n\n## Configuration\n```yaml\narkitektonika:\n  # The url of the backend server (Arkitektonika)\n  backendUrl: https://api.schematic.cloud/\n  # The url used to generate a download link from.\n  downloadUrl: https://api.schematic.cloud/download/{key}\n  # The url used to generate a deletion link from.\n  deleteUrl: https://api.schematic.cloud/delete/{key}\nweb:\n  # The url of the frontend\n  frontend: https://schematic.cloud/\n  # The url used to generate a download link from.\n  downloadUrl: https://schematic.cloud/download/{key}\n  # The url used to generate a deletion link from.\n  deleteUrl: https://schematic.cloud/delete/{key}\n\n```\n\n## Known issues\n- No multi clipboard support","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelitefeathernet%2Ffaweschematiccloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonelitefeathernet%2Ffaweschematiccloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelitefeathernet%2Ffaweschematiccloud/lists"}