Skip to main content

Travel configuration options

These are the travel configuration options.

/plugins/TARDIS/config.yml
travel:
include_default_world: false
tp_radius: 500
max_distance: 29999983
give_key: false
the_end: false
allow_end_after_visit: false
nether: false
allow_nether_after_visit: false
terminal:
redefine: false
nether: world
the_end: world
land_on_water: true
timeout: 5
timeout_height: 135
random_attempts: 30
exile: false
per_world_perms: false
terminal_step: 1
manual_flight_delay: 60
grace_period: 10
random_circuit:
x: 5000
z: 5000
no_destination_malfunctions: true

See the headings below for more detailed information.

ConfigTypeDefault
travel:
include_default_worldbooleanfalse
Sets whether the default world is included in time travel destinations.
tp_radiusnumber500
Sets the maximum distance (in blocks) you can randomly time travel in the TARDIS. Note The actual values is about 4 times this (due to the multiplier repeater).
max_distancenumber29999983
Sets the maximum distance (in blocks) that can be used with the /tardistravel command. If the (vanilla) World Border distance is smaller this will be used instead.
chameleonbooleantrue
Sets whether the TARDIS police box can change its appearance to match its surroundings.
give_keybooleanfalse
Sets whether the TARDIS key is given when changing worlds (and using a multi-world inventory plugin).
the_endbooleanfalse
Sets whether the TARDIS is allowed to travel to The End worlds.
allow_end_after_visitbooleanfalse
If enabled, players may only fly to The End in the TARDIS if they've already been there once without it (i.e. End Portal) Note: End travel must be enabled (the_end: true) for this to take effect.
netherbooleanfalse
Sets whether the TARDIS is allowed to travel to Nether worlds.
allow_nether_after_visitbooleanfalse
If enabled, players may only fly to the Nether in the TARDIS if they've already been there once without it (i.e. Nether Portal). Note: Nether travel must be enabled (nether: true) for this to take effect.
land_on_waterbooleantrue
Sets whether the TARDIS will land on water in the Overworld.
timeoutnumber5
timeout_heightnumber135
Sets the maximum time in seconds a random location task can take. If the task times out then the Police Box location is set at the timeout_height value. This prevents the plugin crashing when using skyblock type worlds.
random_attemptsnumber30
Sets the maximum number of attempts to find a random location. This prevents the plugin crashing under certain circumstances.
exilebooleanfalse
Sets whether the TARDIS exile feature is enabled.
per_world_permsbooleanfalse
Sets whether players require the tardis.travel.[world] permission to travel to a world.
terminal_stepnumber1
Sets the 4 step values that the TARDIS Destination Terminal GUI uses, where the steps are 10 * step and 25 * step etc.
terminal:
redefinebooleanfalse
the_endstringworld
Sets whether the TARDIS is allowed to travel to The End worlds.
netherstringworld
Sets whether the TARDIS is allowed to travel to Nether worlds.
manual_flight_delaynumber60
Sets the server tick delay between having to click the repeaters in manual flight mode.
grace_periodnumber10
Sets the number of times players can use easy controls when the server is set to hard difficulty mode.
random_circuit:
xnumber5000
ynumber5000
Maximum +/- number of blocks the random location search will look between in x and z directions, so default will be -5000 to 5000 in both x and z directions. If the WorldBorder plugin is installed or a vaniila world border is in use, then those settings will be used instead.
no_destination_malfunctionsbooleantrue
Sets whether the TARDIS will malfunction if no valid random destination can be found with the current console settings.

Back to main configuration page