OneLiteFeatherNET / FaweSchematicCloud

A FAWE Addon to use the schematic.cloud instead of the legacy

Home Page:https://discord.onelitefeather.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAWESchematicCloud

Description

FAWESchematicCloud is a simple and modern plugin to use the new schematic api from IntellectualSites

Motivation

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 api to override the download command from fawe

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

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

About

A FAWE Addon to use the schematic.cloud instead of the legacy

https://discord.onelitefeather.net

License:GNU Affero General Public License v3.0


Languages

Language:Kotlin 100.0%