No that ..Whit that show at title PvPs : 50 | PKs : 10.
For example with this This
INSERT INTO `pvp_color_nick` (`pvppk_count`, `color`, `type`) VALUES
-- PvP Colors
(50, 'CCFF99', 'pvp'),
(100, 'CCCC99', 'pvp'),
(150, '663300', 'pvp'),
(200, 'FF3333', 'pvp'),
(250, 'FF0000', 'pvp'),
and i want to make something like this ..
INSERT INTO `pvp_title_nick` (`pvppk_count`, `title`, `type`) VALUES
-- PvP Title
(50, 'Warrior', 'pvp'),
(100, 'Soldier', 'pvp'),
(150, 'Elite Soldier', 'pvp'),
(200, 'Gladiator', 'pvp'),
(250, 'Veteran', 'pvp'),