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
Config | Type | Default |
---|---|---|
police_box: | ||
default_preset | string | FACTORY |
Sets the default preset that appears when the TARDIS is first created. See the Chameleon Presets page for values that can be set. | ||
name_tardis | boolean | false |
Sets whether to put the player’s name on the Police Box sign. | ||
use_nick | boolean | false |
Sets whether to use the player’s nick name on the Police Box sign. | ||
view_interior | boolean | false |
Sets whether player’s can view the TARDIS interior when opening hte exterior TARDIS door. | ||
view_interior_uses_console_size | boolean | false |
Sets whether the the interior view distance uses the interior console size or a default 16 blocks | ||
materialise | boolean | true |
Sets whether the TARDIS runs the materialising animation when it takes off and lands. | ||
sign_colour | string | WHITE |
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_cooldown | number | 10000 |
Sets the minimum time (in server ticks) required between TARDIS rebuilds. | ||
load_shells | boolean | false |
Sets whether player’s can load Chameleon preset shells into the Shell room. | ||
keep_chunk_force_loaded | boolean | true |
Sets whether to keep the current location chunk of player’s Police Boxes force loaded. |