Configuration

Updater

updater.auto-update: false

Whether or not to auto-update RandomTP.

Blacklist

biome-blacklist: []

A list of biomes to prevent teleportation to.

block-blacklist: []

A list of blocks to prevent teleportation to.

Worlds

worlds.<worldName>.max-x: 1000

The max X coordinate for teleport locations.

worlds.<worldName>.max-y: 1000

The max Y coordinate for teleport locations.

worlds.<worldName>.cost: 0.0

The cost to teleport (requires Vault). Set to '0.0' to disable.

worlds.<worldName>.cooldown: 0

The delay, in seconds, required between teleports. Set to '0' to disable.

Default Configuration

# The current version of the config (DO NOT CHANGE)
config-version: 2

updater:
  # Whether or not to auto-update RandomTP.
  auto-update: false

# A list of biomes to prevent teleportation to.
biome-blacklist:
  - OCEAN
  - RIVER
  - DEEP_OCEAN

# A list of blocks to prevent teleportation to.
block-blacklist:
  - CACTUS

# max-x - The max X coordinate for teleport locations.
# max-y - The max Y coordinate for teleport locations.
# cost - The cost to teleport (requires Vault). Set to '0.0' to disable.
# cooldown - The delay, in seconds, required between teleports. Set to '0' to disable.
worlds:
  world:
    max-x: 1000
    max-z: 1000
    cost: 0.0
    cooldown: 0

Comments

Posts Quoted:
Reply
Clear All Quotes