31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
[Tardis]
|
|
|
|
# Defines the default interior when a Tardis is first placed (default is default)
|
|
# Must be valid, otherwise it will default back to the default interior.
|
|
# You can see a list of all rooms and test them in-game.
|
|
drwho_tardis.default_interior (Default Interior) string default
|
|
|
|
# Defines whether a player is able to craft a Tardis (default true)
|
|
# This is useful for multiplayer or public servers
|
|
# Other Doctor Who items and console nodes are unaffected by this setting
|
|
drwho_tardis.craftable_tardis (Allow Crafting Tardises) bool true
|
|
|
|
# Defines how much power the Tardis can reach before capping (default 10)
|
|
drwho_tardis.max_power (Maximum Tardis Power) int 10
|
|
|
|
[Monsters]
|
|
|
|
drwho_tardis.enable_daleks (Enable Daleks) bool true
|
|
|
|
drwho_tardis.enable_cybermen (Enable Cybermen) bool true
|
|
|
|
# Spawn Rates
|
|
|
|
# The higher the number, the less the Daleks spawn (default 60000)
|
|
# 1 in x chance every minute, for every block they can spawn on
|
|
drwho_tardis.dalek_spawn_rate (Dalek Spawn Rate) int 60000
|
|
|
|
# The higher the number, the less the Cybermen spawn (default 60000)
|
|
# 1 in x chance every minute, for every block they can spawn on
|
|
drwho_tardis.cybermen_spawn_rate (Cybermen Spawn Rate) int 60000
|