Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
75f11561b7
Commit
17d869203d
@ -50,7 +50,7 @@ public class BlockCounter {
|
|||||||
|
|
||||||
public String getMessage(Player player, int count, int tntCount, double countPerTNT) {
|
public String getMessage(Player player, int count, int tntCount, double countPerTNT) {
|
||||||
if (isActive(player)) {
|
if (isActive(player)) {
|
||||||
return BauSystem.MESSAGE.parse("BLOCK_COUNTER_MESSAGE", player, count, tntCount, (int) (countPerTNT * 10) / 10.0);
|
return BauSystem.MESSAGE.parsePrefixed("BLOCK_COUNTER_MESSAGE", player, count, tntCount, (int) (countPerTNT * 10) / 10.0);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren