Improve Countdown contrast
Dieser Commit ist enthalten in:
Ursprung
37f2de6f64
Commit
20d228567e
@ -69,19 +69,19 @@ public abstract class Countdown {
|
|||||||
private void count(){
|
private void count(){
|
||||||
switch (time) {
|
switch (time) {
|
||||||
case 900: case 600: case 300: case 180: case 120:
|
case 900: case 600: case 300: case 180: case 120:
|
||||||
broadcast("§7Noch §a" + time / 60 + " §7Minuten " + countdownCounting());
|
broadcast("§rNoch §a" + time / 60 + " §rMinuten " + countdownCounting());
|
||||||
break;
|
break;
|
||||||
case 60: case 30: case 20: case 15: case 10: case 5: case 4: case 3: case 2:
|
case 60: case 30: case 20: case 15: case 10: case 5: case 4: case 3: case 2:
|
||||||
if(this.sound != null)
|
if(this.sound != null)
|
||||||
Fight.playSound(this.sound, 100.0F, 1.0F);
|
Fight.playSound(this.sound, 100.0F, 1.0F);
|
||||||
|
|
||||||
broadcast("§7Noch §a" + time + " §7Sekunden " + countdownCounting());
|
broadcast("§rNoch §a" + time + " §rSekunden " + countdownCounting());
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
if(this.sound != null)
|
if(this.sound != null)
|
||||||
Fight.playSound(this.sound, 100.0F, 1.0F);
|
Fight.playSound(this.sound, 100.0F, 1.0F);
|
||||||
|
|
||||||
broadcast("§7Noch §aeine §7Sekunde " + countdownCounting());
|
broadcast("§rNoch §aeine §rSekunde " + countdownCounting());
|
||||||
break;
|
break;
|
||||||
case 0:
|
case 0:
|
||||||
if(this.sound != null)
|
if(this.sound != null)
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren