Skip to main content

Police Box and preset configuration options

These are the Police Box and preset configuration options.

/plugins/TARDIS/config.yml
police_box:
default_preset: FACTORY
name_tardis: false
use_nick: false
view_interior: false
view_interior_uses_console_size: false
materialise: true
sign_colour: WHITE
rebuild_cooldown: 10000
load_shells: false
keep_chunk_force_loaded: true
ConfigTypeDefault
police_box:
default_presetstringFACTORY
Sets the default preset that appears when the TARDIS is first created. See the Chameleon Presets page for values that can be set.
name_tardisbooleanfalse
Sets whether to put the player’s name on the Police Box sign.
use_nickbooleanfalse
Sets whether to use the player’s nick name on the Police Box sign.
view_interiorbooleanfalse
Sets whether player’s can view the TARDIS interior when opening hte exterior TARDIS door.
view_interior_uses_console_sizebooleanfalse
Sets whether the the interior view distance uses the interior console size or a deafult 16 blocks
materialisebooleantrue
Sets whether the TARDIS runs the materialising animation when it takes off and lands.
sign_colourstringWHITE
Sets the colour of the text on a TARDIS sign. Must be a valid ChatColor value, see https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ChatColor.html
rebuild_cooldownnumber10000
Sets the minimum time (in server ticks) required between TARDIS rebuilds.
load_shellsbooleanfalse
Sets whether player’s can load Chameleon preset shells into the Shell room.
keep_chunk_force_loadedbooleantrue
Sets whether to keep the current location chunk of player’s Police Boxes force loaded.

Back to main configuration page