Skip to main content

TARDIS Creation Configuration Options

These are the creation configuration options.

/plugins/TARDIS/config.yml
creation:
create_worlds: false
create_worlds_with_perms: false
default_world: true
default_world_name: TARDIS_TimeVortex
border_radius: 256
inventory_group: 0
add_perms: true
use_clay: WOOL
count: 0
tips_limit: 400
area: none
enable_legacy: true
check_for_home: true
seed_block:
crafting: true
legacy: true
easy: REDSTONE_TORCH
normal: SOUL_LANTERN
hard: DRAGON_BREATH
ConfigTypeDefault
creation:
create_worldsbooleanfalse
It is NOT recommended setting this to true! Sets whether TARDISes are created in their own separate worlds.
create_worlds_with_permsbooleanfalse
Sets whether TARDISes are created in their own separate worlds for players with the appropriate permission — tardis.create_world.
default_worldbooleantrue
Sets whether TARDISes are created in a shared world. Also required to be true to enable the Junk TARDIS and the abilty to abandon TARDISes.
default_world_namestringTARDIS_TimeVortex
Sets the name of the default world. This is only used if default_world is true.
border_radiusnumber256
Sets the distance of the WorldBorder barrier (only used if the plugin is installed on the server).
inventory_groupnumber0
If the Multiverse-Inventories plugin is enabled on the server, you can set the group that TARDIS worlds are added to when they are created.
add_permsbooleantrue
Sets whether a TARDIS world is assigned permissions when the server uses a permissions plugin that has per-world configuration — see Add permissions.
use_claystringWOOL
Sets whether the coloured wool in TARDIS console and room schematics is switched to stained terracotta or concrete instead. Valid options are WOOL, TERRACOTTA, and CONCRETE.
countnumber0
Sets the maximum number of times a player can build and destroy a TARDIS. If set to 0 there is NO maximum.
tips_limitnumber400
Sets the number of T.I.P.S slots to use. Must be one of 400, 800, 1200 or 1600.
areastringnone
If set to a pre-defined TARDIS area, it will set that area as the only place on the server that TARDISes can be created in.
enable_legacybooleantrue
Sets whether the legacy console schematics are available to build TARDIS interiors with.
check_for_homebooleantrue
Sets whether the TARDIS creation location is already set to another player's home location.
seed_block:
craftingbooleantrue
Sets whether players can craft TARDIS seed blocks.
legacybooleantrue
Sets whether server difficulty affects the 'lamp' crafting material. A value of true means the crafting material is always a Redstone Torch.
easystringREDSTONE_TORCH
Sets the 'lamp' craft material when server difficulty is set to peaceful / easy.
normalstringSOUL_LANTERN
Sets the 'lamp' craft material when server difficulty is set to normal.
hardstringDRAGON_BREATH
Sets the 'lamp' craft material when server difficulty is set to hard / hardcore.

Back to main configuration page