FaweSchematicCloud
FaweSchematicCloud is a modern and easy-to-use extension that integrates the latest schematic API from IntellectualSites into the FastAsyncWorldEdit environment.
The main purpose of this plugin is to replace the outdated schematic upload system in FastAsyncWorldEdit with a more modern solution. This avoids making critical changes to the core FAWE code while ensuring a smooth transition to updated functionality.
The extension uses the advanced Arkitektonika API to override the standard download command in FastAsyncWorldEdit, providing players and administrators with a more efficient tool for working with schematics.
Functional Capabilities
Commands
/download- creates a URL link for schematic download
Permissions
worldedit.clipboard.download- provides access to the FAWE download command
Configuration Settings
arkitektonika:
# Backend server address (Arkitektonika)
backendUrl: https://api.schematic.cloud/
# URL for generating download links
downloadUrl: https://api.schematic.cloud/download/{key}
# URL for generating deletion links
deleteUrl: https://api.schematic.cloud/delete/{key}
web:
# Frontend address
frontend: https://schematic.cloud/
# URL for generating download links
downloadUrl: https://schematic.cloud/download/{key}
# URL for generating deletion links
deleteUrl: https://schematic.cloud/delete/{key}