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:
enabled: false
type: maps
use_console_size: 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_interior:
enabledbooleanfalse
Sets whether player’s can view the TARDIS interior when opening the exterior TARDIS door.
typestringmaps
Whether to use two maps in item frames, or send block change packets
use_console_sizebooleanfalse
Sets whether the the interior view distance uses the interior console size or a default 16 blocks - only used if type is set to packets
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 NamedTextColor value, see https://javadoc.io/doc/net.kyori/adventure-api/4.3.0/net/kyori/adventure/text/format/NamedTextColor.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