forked from TheHomecraft/pandaworld_project
16 lines
642 B
TOML
16 lines
642 B
TOML
#The amount of ticks the ping should be visible.
|
|
# Default: 40
|
|
# Range: > 5
|
|
max_ticks = 40
|
|
#The distance from which the ping changes from Block outline to beacon beam (in Blocks).
|
|
# Default: 20
|
|
# Range: > 0
|
|
nearfield = 20
|
|
#Whether the custom color or a randomly generated color should be used.
|
|
use_custom_color = false
|
|
#The color that should be used if 'use_custom_color' is enabled.
|
|
#Allowed Values: WHITE, ORANGE, MAGENTA, LIGHT_BLUE, YELLOW, LIME, PINK, GRAY, LIGHT_GRAY, CYAN, PURPLE, BLUE, BROWN, GREEN, RED, BLACK
|
|
custom_color = "WHITE"
|
|
#If the head of the Player who pinged should be displayed above the ping.
|
|
show_player_heads = true
|