Minecraft plugin for downloading worlds as ZIP files for players.
DownloadPlugin is a Minecraft server plugin that allows players to download the world they are currently in as a ZIP file. This is especially useful for large building servers or personal worlds.
/download <number> command.<playerName>.<worldName>.<number>.zip./download
<number>: A numeric code chosen by the player to make the ZIP filename unique. Example: /download 12345config.yml)blocked-worlds:
- world_nether
- world_the_end
log-downloads: true
log-file: downloads.log
http-port: 8100 # Internal port where the HTTP server runs
public-port: 27429 # Public port that players use to access downloads
download-expiration: 3600 # Expiration time in seconds for automatic deletion
public-ip: "147.185.221.23" # Server's public IP address or domain