Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiiiiam278/schematicupload
Provide a web server interface for uploading schematics to your server
https://github.com/wiiiiam278/schematicupload
minecraft schematics spigot-plugin
Last synced: 4 months ago
JSON representation
Provide a web server interface for uploading schematics to your server
- Host: GitHub
- URL: https://github.com/wiiiiam278/schematicupload
- Owner: WiIIiam278
- License: apache-2.0
- Created: 2022-03-12T12:39:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T16:29:30.000Z (11 months ago)
- Last Synced: 2024-05-01T16:52:07.222Z (9 months ago)
- Topics: minecraft, schematics, spigot-plugin
- Language: Java
- Homepage: https://william278.net/project/schematicupload
- Size: 7.88 MB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
**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.![Screenshot of the web interface](images/web-interface.png)
## Features
**⭐ Easy-to-use** — Incredibly simple to use web interface for uploading schematics.**⭐ Super easy to configure** — Simply set a port and hostname!
**⭐ Downloads, too!** — Let users both download and upload schematics!
**⭐ Less hassle for players** — No more annoying requests to manually upload schematics!
**⭐ Great admin features** — Limit how many schematics a player can upload over a given timeframe.
## How it works
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.![Screenshot of the in-game command](images/in-game-command.png)
## 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 |
|-----------------------------|---------------------------------------------------|------------------------------------|
| `/uploadschematic` | Upload a schematic file through the web interface | `schematicupload.command` |
| `/uploadschematic about` | View plugin information | `schematicupload.command.about` |
| `/uploadschematic reload` | Reload config and message files | `schematicupload.command.reload` |
| `/downloadschematic (name)` | Get a download link for a schematic | `schematicupload.command.download` |## Setup
1. Download the SchematicUpload jar and place it in your `/plugins/` directory
2. 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:2780` to view the interface.
3. Turn off the server, navigate to `/plugins/SchematicUpload` and modify the contents of `config.yml` and
`messages_xx-xx.yml` as appropriate. Make sure to change `url` to be the IP address or domain of your server.## License
SchematicUpload is licensed under the Apache 2.0 license.- [License](https://github.com/WiIIiam278/SchematicUpload/blob/master/LICENSE)
## Translations
Translations of the plugin locales are welcome to help make the plugin more accessible. Please submit a pull request with your translations as a `.yml` file.- [Locales Directory](https://github.com/WiIIiam278/SchematicUpload/tree/master/src/main/resources/locales)
- [English Locales](https://github.com/WiIIiam278/SchematicUpload/tree/master/src/main/resources/locales/en-gb.yml)## Links
- [Spigot](https://www.spigotmc.org/resources/schematicupload.100657/) — View the plugin Modrinth page (Also: [Modrinth](https://modrinth.com/plugin/schematicupload), [Polymart](https://polymart.org/resource/schematicupload.2125), & [Hangar](https://hangar.papermc.io/William278/SchematicUpload))
- [Issues](https://github.com/WiIIiam278/SchematicUpload/issues) — File a bug report or feature request
- [Discord](https://discord.gg/tVYhJfyDWG) — Get help, ask questions
- [bStats](https://bstats.org/plugin/bukkit/SchematicUpload/14611) — View plugin metrics---
© [William278](https://william278.net/), 2023. Licensed under the Apache-2.0 License.