Skip to content
Baktus edited this page Oct 9, 2019 · 1 revision

Config file

The configuration file gives you the ability to make optionally changes to how GP Teleport behave.

The configuration file can be found in the plugin folder on your server.
See detailed description of the configuration file below.

# Set the cooldown timer if you want players to wait between each time they use the teleport command.
cooldown:
  # Enable true or false.
  enable: false
  # Set time in seconds.
  time: 30

# Set the warmup timer if you want a delay before actually teleport to the location.
warmup:
  # Enable true or false.
  enable: false
  # Set time in seconds.
  time: 3
Clone this wiki locally