# ColoredTablist a plugin to color your tablist by McHeaven
#Configure defaults and/or single players (using UUIDs) here
#Not adding keys to UUIDs make it fall back to default values
players {
prefix="[O]&e "
suffix=""
header=""
footer=""
"example-uuid-4c19-b96e-xxxxxd96b41" {
prefix="[GHOST] "
header="CONGRATULATIONS"
footer="You are a Ghost!"
}
}
#Setup per-group values here (Checks for groupName in players parents)
groups {
group1 {
prefix="&e[GROUP1]&f"
suffix=""
}
anotherGroup {
header="You are part of the only &4Group&f.."
footer="..that sees this!"
}
}