promotional bannermobile promotional banner
premium banner
Add Colors to Multiplayer-Tablist

Description

ColoredTablist for Sponge is a minecraft server plugin using the Sponge API.

You need to install an implementation of Sponge prior to using this plugin!

 

Features:

  • Add prefix/suffix to player names in Tablist
  • Add header/footer to player's Tablist
  • Format everything using Color Codes (use '&' instead of '§')
  • General Configuration (to change prefix/suffix/.. for the whole Server)
  • UUID Configuration (to change prefix/suffix/.. for single Players)
  • Permission-Groups Configuration (to change prefix/suffix/.. for Groups of Players)

Configuration:

Look at default on pastebin

# 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!"
    }
}