Fix BlockTextCreator
Dieser Commit ist enthalten in:
Ursprung
cd1ed8dfba
Commit
387e794121
@ -127,7 +127,7 @@ public class BlockTextCreator {
|
||||
Paster.replaceTeamColor(
|
||||
WorldEdit.getInstance().getEditSessionFactory().getEditSession(WORLD, -1),
|
||||
c,
|
||||
x - length / 2, y, z, length, 6, 0);
|
||||
x - length / 2, y, z, length, 16, 0);
|
||||
}
|
||||
|
||||
private static void pasteForTeam(int teamId, int x, int z, boolean rotate, String color){
|
||||
@ -139,7 +139,7 @@ public class BlockTextCreator {
|
||||
}else
|
||||
z -= Config.SchemsizeZ / 2;
|
||||
DyeColor c = ColorConverter.chat2dye(ChatColor.getByChar(ChatColor.getLastColors(color).replace("§", "")));
|
||||
pasteText(team.getTeamKuerzel(), x, Config.upperArenaBorder + 10, z, aT, c);
|
||||
pasteText(team.getTeamKuerzel(), x, Config.upperArenaBorder, z, aT, c);
|
||||
}
|
||||
|
||||
public static void pasteTeamNames(int teamBlueId, int teamRedId){
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren