Difficulty
TARDIS version 5.6.0 and below have only one difficulty setting - preferences.difficulty: [easy|medium|hard]
.
From version 5.7.0 and higher, difficulty is set per feature as shown below, allowing for finer control of which features you want to make harder or easier.
Configuration options
The defaults are shown below:
/plugins/TARDIS/config.yml
difficulty:
crafting: easy
circuits: false
disks: false
disk_in_hand_for_write: true
biome_reader: true
stattenheim_remote: false
tardis_locator: false
system_upgrades: false
Config | Type | Default |
---|---|---|
difficulty: | ||
crafting | string | easy |
Sets the difficulty of TARDIS /crafting recipes. | ||
circuits | boolean | false |
Whether circuits are required to be in the Advanced Console for various TARDIS features. | ||
disks | boolean | false |
Whether disks are needed in the Advanced Console for travel instead of using commands. | ||
disk_in_hand_for_write | boolean | true |
Whether a save/player disk must be held in the players hand when using the /tardis save command - see Writing Save and Player Disks. | ||
biome_reader | boolean | true |
Whether the TARDIS Biome Reader is loaded and Biome Disks saved to the Disk Storage. If true biome disks are checked for in storage when using the /tardistravel biome command. | ||
stattenheim_remote | boolean | false |
Whether the Stattenheim Remote must be used instead of the /tardis comehere command. | ||
tardis_locator | boolean | false |
Whether the TARDIS Locator must be used instead of the /tardis find command. | ||
system_upgrades | boolean | false |
Whether players need to upgrade their TARDIS before they can nuse various features - see System Upgrades. |