Skip to main content

Module: world_downloader

Overview​

Module

Allows a player to download nearest region file.

It's useful for players to save and debug a redstone structure.

It simply downloads the identical region file used by the server.

Simple, no surprises.

It's also useful for players to download other's buildings, or their own buildings.

Configurations​

The following JSON content is provided for reference only. It must NOT be copied directly into the configuration directory, as it does not represent valid JSON syntax.

Config
  • File Name: config.json
  • File Content:
Click to see the default content...
config/fuji/modules/world_downloader/config.json
{
/* The url format used to broadcast. */
"url_format": "http://localhost:%port%%path%"
/* The port used for downloader http-service. */,
"port": 22222
/* Max download speed for each connection. */,
"bytes_per_second_limit": 128000
/* Max download request saved in the memory. */,
"max_simultaneous_download_count": 5
}

Commands​

Command
  • Command Syntax: /download

  • Document: Download the region file around you.

  • Can be executed by console: false

  • Required Level Permission: 0