https://github.com/onelitefeathernet/faweschematiccloud
A FAWE Addon to use the schematic.cloud instead of the legacy
https://github.com/onelitefeathernet/faweschematiccloud
addon fastasyncworldedit fawe minecraft paper plugin schematics worldedit
Last synced: 4 months ago
JSON representation
A FAWE Addon to use the schematic.cloud instead of the legacy
- Host: GitHub
- URL: https://github.com/onelitefeathernet/faweschematiccloud
- Owner: OneLiteFeatherNET
- License: agpl-3.0
- Created: 2023-05-31T15:56:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-01T22:27:39.000Z (5 months ago)
- Last Synced: 2025-09-19T06:56:32.434Z (5 months ago)
- Topics: addon, fastasyncworldedit, fawe, minecraft, paper, plugin, schematics, worldedit
- Language: Kotlin
- Homepage: https://discord.onelitefeather.net
- Size: 479 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# FAWESchematicCloud
## Description
FAWESchematicCloud is a simple and modern plugin to use the new schematic api from IntellectualSites
## Motivation
[FastAsyncWorldEdit](https://github.com/IntellectualSites/FastAsyncWorldEdit) still use the old schematic upload.
This plugin is an addon to override the default download command from FastAsyncWorldEdit.
Also, that's handles the problem to don't bring breaking change into FastAsyncWorldEdit in
## Focus
Use the new [Arkitektonika](https://github.com/IntellectualSites/Arkitektonika) api to override the download command from fawe
## More information / external links
Hangar: https://hangar.papermc.io/OneLiteFeather/FAWESchematicCloud
Modrinth: https://modrinth.com/plugin/faweschematiccloud
Discord: https://discord.onelitefeather.net
## Permissions
- Same permission as FAWE
## Commands
- Same schematic commands as FAWE
## Configuration
```yaml
arkitektonika:
# The url of the backend server (Arkitektonika)
backendUrl: https://api.schematic.cloud/
# The url used to generate a download link from.
downloadUrl: https://api.schematic.cloud/download/{key}
# The url used to generate a deletion link from.
deleteUrl: https://api.schematic.cloud/delete/{key}
web:
# The url of the frontend
frontend: https://schematic.cloud/
# The url used to generate a download link from.
downloadUrl: https://schematic.cloud/download/{key}
# The url used to generate a deletion link from.
deleteUrl: https://schematic.cloud/delete/{key}
```
## Known issues
- No multi clipboard support