config.yml
Understanding the config.yml
Hover over every line of text to understand its purpose.
config.yml
#Hide players from map with invisibility potion active?
# Hide players from map if those are shifting?
# Left or right
x-offset: -3
y-offset: -3
width: 8
show-trace:
enable: true
color: "#000000"
minecraft-mobs:
enabled: true
distance-range: 100
max_height_range: 10
#for instance, this will draw up 3 blocks on top and below the entity!
#Resultin in a cuboid of 100 blocks with a max height of 3 + 3 + 2(player's size).
custom-mobs:
enabled: true
distance-range: 100
max_height_range: 10
#for instance, this will draw up 3 blocks on top and below the entity!
#Resultin in a cuboid of 100 blocks with a max height of 3 + 3 + 2(player's size).
frame:
image: default # assets -> frames.yml (type the unique name to assign the default frame)
gif:
ticks: 5 #ticks to re-create the gif (velocity)
control-pixels:
map_left:
color-top-left: 0,0,0
color-top-right: 0,0,0
color-bottom-left: 0,0,0
color-bottom-right: 0,0,0
central: 180,0,0
map_right:
color-top-left: 0,0,0
color-top-right: 0,0,0
color-bottom-left: 0,0,0
color-bottom-right: 0,0,0
central: 220,0,0
map:
control-pixels:
map_left:
color-top-left: 84,84,135
color-top-right: 84,84,135
color-bottom-left: 84,84,135
color-bottom-right: 84,84,135
map_right:
color-top-left: 135,0,0
color-top-right: 135,0,0
color-bottom-left: 135,0,0
color-bottom-right: 135,0,0
mode:
dynamic: true
rotation: true # when dynamic is on, if rotation is true, the map will rotate.
zoom_range:
minimum: "CLOSEST"
maximum: "NORMAL"
Last updated