➕Add own colors
Open .../plugins/PlaceholderAPI/javascripts/tabline.js
Create a new array variable
var colorName = ["0", "1", "2", "3"]Add the colorName to the getLine function
case "colorname": return colorName[index]Be sure the text after case (colorname) is lowercase