ModsJava
⬆️ SchemUploader ⬆️ Transfers your schematic data across servers with Discord
Allows you to upload/download WorldEdit schem files to/from Discord.
You will be able to carry your building between servers or between multiplayer- and single-player.
Usage
- Upload /schem_upload <schem_name> [message]
- Download /schem_download <schem_name> <schem_file_URL> [-f]
How to get schem file URL
Right-click on the attached file and click "Copy link"
Requirements
- Java 11 or higher
- Required for performing HTTP communication using Java 11 features.
This plugin requires configuration in the config.yml file upon installation.
Minimum required settings
- upload.webhook-url: URL of the webhook for uploading. After registering a webhook in the channel settings, you can obtain this URL.
You can restrict downloads to specific Discord channels or sites by enabling this feature.
- download.url-restriction.enabled: Enable the feature
- Set to true.
- download.url-restriction.prefix: Prefix for download URLs
- By specifying https://cdn.discordapp.com/attachments/<channel_ID>/, you can restrict downloads to specific Discord channels.
- download.url-restriction.name: Name of the download location
- This name is used in error messages when downloading from locations other than the specified prefix.
- If set to #schem-storage, the error message will display as "You can only download files from #schem-storage channel".
Code (Text):
# Language
language: en
# Upload settings
upload:
# Enable upload functionality
enabled: true
# Discord Webhook URL for uploads
webhook-url: https://discord.com/api/webhooks/xxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Download settings
download:
# Enable download functionality
enabled: true
# Maximum size of downloaded files (in bytes) (-1 for unlimited)
max-size: 8388608 # 8MB
# Download source restriction settings
url-restriction:
# Enable download source restriction
enabled: false
# Prefix for URL restrictions (Note: For Discord attachment URLs, make sure it starts with cdn. and ends with /)
# Usually, you just need to replace the xxxxxxxxxxxxxxxxxx part with your own channel ID
prefix: https://cdn.discordapp.com/attachments/xxxxxxxxxxxxxxxxxx/
file:
# Path to the schematics folder
folder-path: plugins/WorldEdit/schematics
- schemuploader.upload: Permission to use the schem file upload feature
- schemuploader.download: Permission to use the schem file download feature
SchemUploader collects anonymous statistical data using bStats.
You can find the statistics data here.
bStats is used to understand the usage of the plugin and help improve it.
To disable the collection of statistical data, please set enabled to false in plugins/bStats/config.yml
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.16, 1.17, 1.18
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
⬆️ SchemUploader ⬆️ Transfers your schematic data across servers with Discord is a free Minecraft Java mod. Compatible with Minecraft 1.16, 1.17, 1.18, 1.19 and newer. Downloaded 228 times (via Spigot). Download it and open it directly in the game.