Custom Mining Level Names don't get color
duhadventure opened this issue · 5 comments
Right now i have the config set as this. The 0-7 are from Tinkers and its addon TAIGA and 8 should have a color of red, but It will not apply the color. It also keeps the %s as part of the name if I leave it in.
mining_levels {
# Canonical names [default: [0:Wood], [1:Stone:§8%s], [2:Iron:§f%s], [3:Diamond:§b%s]]
S:names <
0:Stone
1:Iron:§7%s
2:Diamond:§b%s
3:Obsidian:§5%s
4:Cobalt:§1%s
5:Duranite§2%s
6:Valyrium§6%s
7:Vibranium§d%s
8:Wyvernsteel§c
>
}
From looking at this, 5-8 are missing a colon :
before the §
.
Have you edited this config, or was it auto generated?
The try this:
mining_levels {
# Canonical names [default: [0:Wood], [1:Stone:§8%s], [2:Iron:§f%s], [3:Diamond:§b%s]]
S:names <
0:Stone
1:Iron:§7%s
2:Diamond:§b%s
3:Obsidian:§5%s
4:Cobalt:§1%s
5:Duranite:§2%s
6:Valyrium:§6%s
7:Vibranium:§d%s
8:Wyvernsteel:§c%s
>
}