Skip to main content

System Upgrades

From version 5.7.0 and higher, you can restrict feature use using System Upgrades. Players can upgrade their TARDISes to gain access to more powerful features for architecture, navigation and tools, but only once they have used their TARDIS for a while.

Upgrades are performed in the System Upgrades GUI where features can exchanged for Time Lord Artron Energy. Gaining Time Lord Artron Energy requires that players travel in their TARDIS and exit the door - the amount of energy accumulated each time they travel is set in artron.yml.

This is a progressive system where more advanced features can only be unlocked after the previous feature in a branch has been unlocked.

System Upgrades GUI

tip

You can view how much Time Lord Artron Energy you have by hovering over the Upgrade tree icon.

Time Lord Artron Energy level

Configuration options

Turn on System Upgrades in config.yml:

/plugins/TARDIS/config.yml
difficulty:
...
system_upgrades: false
ConfigTypeDefault
difficulty:
system_upgradesbooleanfalse
Whether players need to upgrade their TARDIS before they can use various features - see System Upgrades.

Upgrade Artron costs are set in system_upgrades.yml:

/plugins/TARDIS/_system_upgrades.yml
branch: 100
# architecture branch
architecture:
chameleon_circuit: 1000
room_growing: 1000
desktop_theme: 2000
# navigation branch
navigation:
saves: 1000
distance_1: 1000
distance_2: 2000
distance_3: 3000
telepathic_circuit: 2000
inter_dimensional_travel: 4000
exterior_flight: 3000
# tools branch
tools:
tardis_locator: 500
biome_reader: 2000
force_field: 3000
monitor: 2000
stattenheim_remote: 4000
ConfigTypeDefault
branchnumber100
Cost for opening any of the three system upgrade tree branches.
architecture:
chameleon_circuitnumber1000
Cost for being able to change the TARDIS exterior - requires the Architecture branch upgrade.
room_growingnumber1000
Cost to be able to grow rooms in the TARDIS - requires the Chameleon Circuit upgrade.
desktop_themenumber2000
Cost for being able to change the TARDIS interior - requires the Room Growing upgrade.
savesnumber1000
Cost for being able to save the TARDIS travel destinations - requires the Navigation branch upgrade.
distance_1number1000
Cost for unlocking the 2x distance multiplier - requires the Saves upgrade.
distance_2number2000
Cost for unlocking the 3x distance multiplier - requires the Distance 1 upgrade.
distance_3number3000
Cost for unlocking the 4x distance multiplier - requires the Distance 2 upgrade.
telepathic_circuitnumber2000
Cost for unlocking the Telepathic Circuit, allowing you to search for caves, structures and biomes - requires the Distance 3 upgrade.
inter_dimensional_travelnumber4000
Cost for unlocking inter dimensional travel to the Nether or End - requires the Distance 3 upgrade.
exterior_flightnumber3000
Cost for unlocking Exterior Flight - requires the Inter Dimensional Travel upgrade.
tools:
tardis_locatornumber500
Cost for using the TARDIS Locator and the /tardis find command - requires the Tools branch upgrade.
biome_readernumber2000
Cost for using the TARDIS Biome rReader - requires the TARDIS Locator upgrade.
force_fieldnumber3000
Cost for using the TARDIS Force Field - requires the Biome Reader upgrade.
monitornumber2000
Cost for using the TARDIS Monitor and external viewer - requires the Force Field upgrade.
stattenheim_remotenumber4000
Cost for using the Stattenheim Remote and /tardis comehere command - requires the Force Field upgrade.