Tablist and Charakterlimit

This commit is contained in:
spaffel
2022-06-15 18:11:14 +02:00
parent 32a08dca0c
commit 7388eade52
11 changed files with 437 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ public class jsonutil extends JavaPlugin{
}else{
String Clanname = getClanName(Clanid);
String color = getClanColor(Clanid);
String prefix = color + "§l[" + Clanname + "] §f§r";
String prefix = color + "[" + Clanname + "] §f§r";
return prefix;
}