Fix Missle Info
Dieser Commit ist enthalten in:
Ursprung
77db60c3ce
Commit
7286a6f692
@ -76,9 +76,9 @@ public class Missile extends SpecialItem {
|
||||
List<String> lore = new ArrayList<>();
|
||||
if (strings.length > 3) {
|
||||
try {
|
||||
lore.add("§7Speed §8: " + graph(Integer.parseInt(strings[2]), 7));
|
||||
lore.add("§7Size §8: " + graph(Integer.parseInt(strings[3]), 7));
|
||||
lore.add("§7TNT §8: " + count());
|
||||
lore.add(graph(Integer.parseInt(strings[2]), 7) + " §7Speed");
|
||||
lore.add(graph(Integer.parseInt(strings[3]), 7) + " §7Size");
|
||||
// lore.add("§7TNT §8: " + count());
|
||||
} catch (NumberFormatException e) {
|
||||
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren