This repository contains a Spigot plugin that can be used to download worlds from a Minecraft server. These worlds will be uploaded to the world-downloader-server, where they can then be downloaded from using a dedicated URL.
- Download and set up the world-downloader-server.
- Download the latest version of the plugin from the releases section.
- Stop your Spigot server.
- Drag and drop the downloaded .jar file into the plugins directory of your Spigot server.
- Start the server again.
- Configure the URLs to be that of your own world-downloader-server.
- Restart the server (a reload command still needs to be added, so restarting is necessary at the moment unfortunately)
There is only one command:
/downloadworld
. (Permission:worlddownloader.download
) This will download the world that the user is currently standing in.
Other than this command, you must configure the world-downloader-server's URL correctly in the config.yml. Since Fair Square Games doesn't offer a public URL (as of yet), you can download the repository that contains this server yourself here. Instructions on how to start and configure this service can be found in the README of that repository.
This plugin is designed for Fair Square Games and is tuned for its use cases. Although this plugin can be used on other servers as well, we take no responsibility for any damage caused by using this plugin (improperly).