
SchematicUpload
Provide a web server interface for uploading schematics to your server
Обновлён 14 декабря 2023 г. · опубликован 14 августа 2022 г.
SchematicUpload is a plugin that lets players upload schematics to your server through a simple and safe web panel. If you've ever run a build or creative server and have had to respond to annoying requests to import a player's schematic, this is the plugin for you.

Usage
Players simply type the /schematicupload command in-game that sends them a link to the web panel with a unique authentication code. On the panel, all the player needs to do is choose the file and press "Upload". The schematic will be checked and uploaded to the schematics' folder in-game.
Features
- Incredibly simple to use web interface that lets you preview schematics before uploading
- Super easy to configure, just choose your port and hostname
- Limit the file size of schematics that can be uploaded
- Limit how many schematics a player can upload over a given timeframe

Commands
SchematicUpload provides the following commands. By default, only operators are permitted to use the schematic uploader. You'll need a permission plugin such as LuckPerms to let non-operators use these.
| Command | Description | Permission |
|---|---|---|
/schematicupload |
Upload a schematic file through the web interface | schematicupload.command |
/schematicupload about |
View plugin information | schematicupload.command.about |
/schematicupload reload |
Reload config and message files | schematicupload.command.reload |
Setup
- Download the SchematicUpload jar and place it in your
/plugins/directory - Start the server. The web server will be hosted on port 2780 by default. If you're running the server on your computer, you can visit
https://localhost:2780to view the interface. - Turn off the server, navigate to
/plugins/SchematicUploadand modify the contents ofconfig.ymlandmessages_xx-xx.ymlas appropriate. Make sure to changeurlto be the IP address or domain of your server.
Building
To build SchematicUpload, simply run the following in the root of the repository:
./gradlew clean build
License
SchematicUpload is licensed under Apache-2.0 License.
bStats
This plugin uses bStats to provide me with metrics about its usage:
You can turn metric collection off by navigating to ~/plugins/bStats/config.yml and editing the config to disable plugin metrics.
Links
© William278, 2022. Licensed under the Apache-2.0 License.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.2-c45621f | Альфа | 1.17.1, 1.18.2, 1.19.4, 1.20.4 | paper, spigot | 14 декабря 2023 г. | Скачать (1.3 МБ) |
| 1.2-8f9aa01 | Альфа | 1.17.1, 1.18.2, 1.19.4, 1.20.4 | paper, spigot | 12 декабря 2023 г. | Скачать (1.3 МБ) |
| 1.2-b44ec36 | Альфа | 1.17.1, 1.18.2, 1.19.4, 1.20.4 | paper, spigot | 12 декабря 2023 г. | Скачать (1.3 МБ) |
| 1.2-b755ffb | Альфа | 1.17.1, 1.18.2, 1.19.4, 1.20.4 | paper, spigot | 12 декабря 2023 г. | Скачать (1.3 МБ) |
| 1.2-b89d3b5 | Альфа | 1.17.1, 1.18.2, 1.19.4, 1.20.4 | paper, spigot | 12 декабря 2023 г. | Скачать (1.3 МБ) |
| 1.2-c5f00be | Альфа | 1.17.1, 1.18.2, 1.19.4, 1.20.4 | paper, spigot | 12 декабря 2023 г. | Скачать (1.3 МБ) |
| 1.2-8d7a49e | Альфа | 1.17.1, 1.18.2, 1.19.4, 1.20.4 | paper, spigot | 12 декабря 2023 г. | Скачать (1.3 МБ) |
| 1.1 | Релиз | 1.16.5, 1.17.1, 1.18.2, 1.19.2 | paper, purpur, spigot | 13 сентября 2022 г. | Скачать (638 КБ) |
| 1.1-e0e74f3 | Альфа | 1.16.5, 1.17.1, 1.18.2, 1.19.2 | paper, purpur, spigot | 13 сентября 2022 г. | Скачать (151 КБ) |
| 1.1-339124c | Альфа | 1.16.5, 1.17.1, 1.18.2, 1.19.2 | paper, purpur, spigot | 13 сентября 2022 г. | Скачать (151 КБ) |
| 1.0.1 | Релиз | 1.16.5, 1.17.1, 1.18.2, 1.19.2 | paper, purpur, spigot | 14 августа 2022 г. | Скачать (95 КБ) |
Ченджлог
1.2-c45621fАльфа1.18.2, 1.19.4, 1.20.4 · 14 декабря 2023 г.
refactor: Move Meta into own provider interface
1.2-8f9aa01Альфа1.18.2, 1.19.4, 1.20.4 · 12 декабря 2023 г.
fix: Update license headers
1.2-b44ec36Альфа1.18.2, 1.19.4, 1.20.4 · 12 декабря 2023 г.
feat: add Litematica schematic format upload & on-the-fly conversion (#12)
feat: add litematic upload + conversion support
fix: Delete converted litematic file when done
1.2-b755ffbАльфа1.18.2, 1.19.4, 1.20.4 · 12 декабря 2023 г.
fix: Webserver startup exception
1.2-b89d3b5Альфа1.18.2, 1.19.4, 1.20.4 · 12 декабря 2023 г.
web: Update favicons
1.2-c5f00beАльфа1.18.2, 1.19.4, 1.20.4 · 12 декабря 2023 г.
fix: Wrong config file comments/defaults
1.2-8d7a49eАльфа1.18.2, 1.19.4, 1.20.4 · 12 декабря 2023 г.
ci: Add more CI workflows
1.1Релиз1.17.1, 1.18.2, 1.19.2 · 13 сентября 2022 г.
SchematicUpload v1.1 updates the web interface to include a new in-browser schematic preview.

- The layout and design of the web frontend has been reworked and now includes a 3D in-browser preview of the schematic you are uploading (only
.schemfiles currently) - Added a favicon to the web interface
- Added description and social media icon metadata to the web interface
/schematicuploadis now an alias of the/uploadschematiccommand
To update, just drag+drop!
Комментарии
Загружаем…


