Archiviert
13
0
Dieser Commit ist enthalten in:
Yaruma3341 2020-02-02 01:00:41 +01:00
Ursprung f721183440
Commit 30cdc6ec5a

Datei anzeigen

@ -36,7 +36,7 @@ public class LobbyInventory {
.build()); .build());
player.getInventory().setItem(8, new ItemBuilder(SCHILD) player.getInventory().setItem(8, new ItemBuilder(SCHILD)
.setDisplayName("§bSchild §8| " + (lobbyPlayer.isShield() ? "§caus" : "§aan")) .setDisplayName("§bSchild §8| " + (lobbyPlayer.isShield() ? "§aan" : "§caus"))
.setUnbreakable(true) .setUnbreakable(true)
.removeAllAtributs() .removeAllAtributs()
.build()); .build());