# Configuration file

~CONFIG_VERSION: UTF-8

"biome titles" {
    #  Biomes that should not have any title displayed when the player enters them.
    #  Example: "[minecraft:plains, minecraft:desert]"
    #  Default: "[minecraft:the_end, minecraft:river, minecraft:frozen_river]"
    S:"Blacklisted Biomes"=[minecraft:the_end, minecraft:river, minecraft:frozen_river]

    #  Whether or not the biome text should be centered on the screen.
    #  The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled.
    #  Default: true
    B:"Center Title"=true

    #  The text's default RGB color.
    #  Default: "ffffff"
    S:"Default Text Color"=ffffff

    #  If enabled, will render a shadow below the text making it easier to read.
    #  Default: true
    B:"Display Text Shadow"=true
    B:"Enable Biome Titles"=true

    #  Traveler's Titles tracks a list of biomes the player most recently visited in order to
    #  prevent the player from being spammed with titles when they move between the same few biomes.
    #  This is the size of that list.
    #  For example, if this value is 5, then your 5 most recent biomes will be saved.
    #  Default: 5
    I:"Number of Most Recent Biomes Saved"=5

    #  If enabled, dimensions without ceilings (like the Overworld) will only display biome titles when the player is exposed to the skylight.
    #  This prevents biome titles from showing while the player is underground.
    #  Default: true
    B:"Only Show Biome Titles When Exposed To Skylight"=true

    #  Traveler's Titles tracks a list of biomes the player most recently visited in order to
    #  prevent the player from being spammed with titles when they move between the same few biomes.
    #  This option determines whether or not that list should be cleared every time
    #  the player changes dimensions.
    #  Default: true
    B:"Reset Biome Cache When Changing Dimensions"=true

    #  The minimum amount of time in ticks that must pass after a biome title is displayed before
    #  another can be displayed.
    #  Useful for preventing the player from being spammed if they are traveling quickly.
    #  20 ticks = 1 second.
    #  Default: 80
    I:"Text Cooldown Time"=80

    #  How long the text displays, in ticks.
    #  20 ticks = 1 second.
    #  Default: 50
    I:"Text Display Time"=50

    #  How long the fade-in text effect lasts, in ticks.
    #  20 ticks = 1 second.
    #  Default: 10
    I:"Text Fade-In Time"=10

    #  How long the fade-out text effect lasts, in ticks.
    #  20 ticks = 1 second.
    #  Default: 10
    I:"Text Fade-Out Time"=10

    #  The text's scale.
    #  Default: 2.1
    D:"Text Size"=2.1

    #  The text's horizontal position on the screen.
    #  If Horizontally Center Title is enabled, this number is relative to the center of the screen.
    #  If Horizontally Center Title is disabled, this number is relative to the left side of the screen.
    #  Default: 0.0
    D:"Text X Offset"=0.0

    #  The text's vertical position on the screen.
    #  If Horizontally Center Title is enabled, this number is relative to the center of the screen.
    #  If Horizontally Center Title is disabled, this number is relative to the top of the screen.
    #  Default: -33.0
    D:"Text Y Offset"=-33.0
}


"custom sound settings" {
    #  The pitch of the sound that plays when a biome title displays.
    #  Default: 1.0
    D:"Biome Sound Effect Pitch"=1.0

    #  The volume of the sound that plays when a biome title displays.
    #  Default: 1.0
    D:"Biome Sound Effect Volume"=1.0

    #  The pitch of the sound that plays when a dimension title displays.
    #  Default: 1.0
    D:"Dimension Sound Effect Pitch"=1.0

    #  The volume of the sound that plays when a dimension title displays.
    #  Default: 1.0
    D:"Dimension Sound Effect Volume"=1.0

    #  The pitch of the sound that plays when a Waystone title displays.
    #  The Waystones mod must be installed for this to have any effect.
    #  Default: 1.0
    D:"Waystone Sound Effect Pitch"=1.0

    #  The volume of the sound that plays when a Waystone title displays.
    #  The Waystones mod must be installed for this to have any effect.
    #  Default: 1.0
    D:"Waystone Sound Effect Volume"=1.0
}


"dimension titles" {
    #  Dimensions that should not have any title displayed when the player enters them.
    #  Use stable dimension ids from /dimensiontitle or the lang keys after 'travelerstitles.dimension.'.
    #  Example: "[overworld, the_nether]"
    #  Default: "[]"
    S:"Blacklisted Dimensions"=[]

    #  Whether or not the dimension text should be centered on the screen.
    #  The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled.
    #  Default: true
    B:"Center Title"=true

    #  The text's default RGB color.
    #  Default: "ffffff"
    S:"Default Text Color"=ffffff

    #  If enabled, will render a shadow below the text making it easier to read.
    #  Default: true
    B:"Display Text Shadow"=true
    B:"Enable Dimension Titles"=true

    #  If enabled, dimensions without ceilings (like the Overworld) will only display dimension titles when the player is exposed to the skylight.
    #  This prevents dimension titles from showing while the player is underground.
    #  Default: false
    B:"Only Show Dimension Titles When Exposed To Skylight"=false

    #  How long the text displays, in ticks.
    #  20 ticks = 1 second.
    #  Default: 70
    I:"Text Display Time"=70

    #  How long the fade-in text effect lasts, in ticks.
    #  20 ticks = 1 second.
    #  Default: 10
    I:"Text Fade-In Time"=10

    #  How long the fade-out text effect lasts, in ticks.
    #  20 ticks = 1 second.
    #  Default: 20
    I:"Text Fade-Out Time"=20

    #  The text's scale.
    #  Default: 3.0
    D:"Text Size"=3.0

    #  The text's horizontal position on the screen.
    #  If Horizontally Center Title is enabled, this number is relative to the center of the screen.
    #  If Horizontally Center Title is disabled, this number is relative to the left side of the screen.
    #  Default: 0.0
    D:"Text X Offset"=0.0

    #  The text's vertical position on the screen.
    #  If Horizontally Center Title is enabled, this number is relative to the center of the screen.
    #  If Horizontally Center Title is disabled, this number is relative to the top of the screen.
    #  Default: -32.0
    D:"Text Y Offset"=-32.0
}


"waystone titles" {
    #  Whether or not the Waystone text should be centered on the screen.
    #  The Text X Offset and Text Y Offset options are relative to the center of the screen if this is enabled.
    #  Default: true
    B:"Center Title"=true

    #  The text's default RGB color.
    #  Default: "c2b740"
    S:"Default Text Color"=c2b740

    #  If enabled, will render a shadow below the text making it easier to read.
    #  Default: true
    B:"Display Text Shadow"=true
    B:"Enable Waystone Titles"=true

    #  Traveler's Titles tracks a list of Waystones the player most recently visited in order to
    #  prevent the player from being spammed with titles when they move between the same few Waystones.
    #  This is the size of that list.
    #  For example, if this value is 5, then your 5 most recent Waystones will be saved.
    #  Default: 3
    I:"Number of Most Recent Waystones Saved"=3

    #  If enabled, dimensions without ceilings (like the Overworld) will only display Waystone titles when the player is exposed to the skylight.
    #  This prevents Waystone titles from showing while the player is underground.
    #  Default: false
    B:"Only Show Waystone Titles When Exposed To Skylight"=false

    #  Traveler's Titles tracks a list of Waystones the player most recently visited in order to
    #  prevent the player from being spammed with titles when they move between the same few Waystones.
    #  This option determines whether or not that list should be cleared every time
    #  the player changes dimensions.
    #  Default: true
    B:"Reset Waystone Cache When Changing Dimensions"=true

    #  The minimum amount of time in ticks that must pass after a Waystone title is displayed before
    #  another can be displayed.
    #  Useful for preventing the player from being spammed if they are traveling quickly.
    #  20 ticks = 1 second.
    #  Default: 80
    I:"Text Cooldown Time"=80

    #  How long the text displays, in ticks.
    #  20 ticks = 1 second.
    #  Default: 50
    I:"Text Display Time"=50

    #  How long the fade-in text effect lasts, in ticks.
    #  20 ticks = 1 second.
    #  Default: 10
    I:"Text Fade-In Time"=10

    #  How long the fade-out text effect lasts, in ticks.
    #  20 ticks = 1 second.
    #  Default: 10
    I:"Text Fade-Out Time"=10

    #  The text's scale.
    #  Default: 2.1
    D:"Text Size"=2.1

    #  The text's horizontal position on the screen.
    #  If Horizontally Center Title is enabled, this number is relative to the center of the screen.
    #  If Horizontally Center Title is disabled, this number is relative to the left side of the screen.
    #  Default: 0.0
    D:"Text X Offset"=0.0

    #  The text's vertical position on the screen.
    #  If Horizontally Center Title is enabled, this number is relative to the center of the screen.
    #  If Horizontally Center Title is disabled, this number is relative to the top of the screen.
    #  Default: -33.0
    D:"Text Y Offset"=-33.0

    #  The distance from a Waystone (in blocks) at which the Waystone's title will trigger.
    #  Default: 30
    I:"Waystone Title Range"=30

    #  Whether or not Waystone titles should override Biome titles.
    #  That is, if a player enters the area for a Waystone while also entering a new biome,
    #  the Waystone title will take precedence.
    #  Default: true
    B:"Waystone Titles Override Biome Titles"=true
}


