Skip to main content

Preference configuration options

/plugins/TARDIS/config.yml
preferences:
clean: true
update:
notify: true
auto_update: false
language: en
key: GOLD_NUGGET
any_key: false
default_key: eleventh
walk_in_tardis: true
open_door_policy: false
use_worldguard: true
respect_worldguard: build
respect_towny: nation
respect_worldborder: true
respect_grief_prevention: true
sfx_volume: 10
strike_lightning: true
hads_damage: 10
hads_distance: 10
malfunction: 3
malfunction_end: 3
malfunction_nether: 3
use_default_condensables: true
no_creative_condense: false
no_enchanted_condense: true
heal_speed: 200
render_entities: false
nerf_pistons:
enabled: false
only_tardis_worlds: true
spawn_random_monsters: true
spawn_limit: 10
vortex_fall: kill
no_coords: false
add_server_link: true

These are the TARDIS preferences configuration options.

ConfigTypeDefault
preferences:
cleanbooleantrue
Sets whether the plugin checks for invisible armour stands and plugin marked interaction entities with no associated TARDIS record and removes them from worlds.
update:
notifybooleantrue
Sets whether to check for and notify opped players if there is a TARDIS plugin update.
auto_updatebooleanfalse
Sets whether to automatically download plugin updates when found.
languagestringen
Sets the language used for TARDIS message localisation. The plugin will look for a file named with this setting and the file extension .yml. Should be set to an international language code.
keystringGOLD_NUGGET
Sets the TARDIS key item. You can use any valid Bukkit Material ENUM. A list can be found here: https://jd.papermc.io/paper/1.21.11/org/bukkit/Material.html
any_keybooleanfalse
Sets whether any item can be used as the TARDIS key.
default_keystringeleventh
Sets the default key texture.
walk_in_tardisbooleantrue
Sets whether players can walk into the Police Box to enter the TARDIS. If set to false, clicking the door with the TARDIS key teleports you to the interior. Removed in TARDIS v6.0.1
open_door_policybooleanfalse
Sets whether anyone can enter the TARDIS. If set to false (the default) only the Time Lord and their companions can enter the TARDIS.
use_worldguardbooleantrue
Sets whether the TARDIS interior becomes a protected WorldGuard region belonging to the player who created the TARDIS
respect_worldguardstringbuild
Sets whether time travelling respects protected WorldGuard regions. Valid values are none — no checking is performed, and any WorldGuard state flag, generally this will probably be build or entry.
respect_grief_preventionbooleantrue
Sets whether time travelling respects protected GriefPrevention claims.
respect_townystringnation
Sets whether time travelling respects protected Towny regions. Valid values are none — no checking is performed, wilderness — players can only land in wilderness, town — players can also land in a town they are a resident of, nation — players can land in any town that is in the same nation as their own town.
respect_worldborderbooleantrue
sfx_volumenumber10
Sets the default volume of the TARDIS Resource Pack sounds. Using 10 is the same volume as the default sounds, lower values make the sounds quieter.
strike_lightningbooleantrue
Sets whether a TARDIS recharge point will strike lightning when recharging a TARDIS.
hads_damagenumber10
Sets the number of hits the Police Box will take before engaging HADS.
hads_distancenumber10
Sets the distnace in blocks the Police Box will travel when HADS is engaged.
malfunctionnumber3
Sets the percentage chance the TARDIS will malfunction when travelling.
malfunction_nethernumber3
malfunction_endnumber3
Sets the percentage chance a malfunction will deposit the TARDIS in the The End or the Nether.
use_default_condensablesbooleantrue
Sets whether to use the plugin settings for condenser values. If you want to set your own values, set this to false and edit condensables.yml
no_creative_condensebooleanfalse
Sets whether players can condense items in CREATIVE game mode.
no_enchanted_condensebooleanfalse
Sets whether players can condense enchanted items.
heal_speednumber200
Sets the heal speed in the Zero room. The default value of 200 means the player will gain half a heart every 200 ticks (10 seconds).
render_entitiesbooleantrue
Sets whether mobs will be shown in the Rendering room.
nerf_pistons:
enabledbooleanfalse
Sets whether the plugin will attempt to prevent protected TARDIS blocks from being moved by pistons.
only_tardis_worldsbooleantrue
Sets whether all worlds are checked for pistons moving TARDIS blocks, or only TARDIS worlds
spawn_random_monstersbooleantrue
Sets whether monsters will randomly spawn in the TARDIS if door is left open.
spawn_limitnumber10
Sets the maximum number of monsters that can randomly spawn inside a TARDIS.
vortex_fallstringkill
Sets whether players are killed or teleported when they fall into the vortex in the TARDIS_TimeVortex world. Valid values are kill and teleport.
no_coordsbooleanfalse
Sets whether players will see the coordinates message when choosing a random destination.
booleantrue
Sets whether a link the the TARDIS wiki is added to the server's links dialog.

Back to main configuration page