1
0
Fork 0

fix: time

This commit is contained in:
ineanto 2025-09-06 11:44:30 +02:00
parent 0715582b57
commit 3b5d59d7a0
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84

View file

@ -52,7 +52,7 @@ class GracePeriodTask : BukkitRunnable() {
.appendSpace() .appendSpace()
.append(Component.text(counter, NamedTextColor.AQUA)) .append(Component.text(counter, NamedTextColor.AQUA))
.appendSpace() .appendSpace()
.append(Component.text("minutes.", NamedTextColor.GOLD)) .append(Component.text("secondes.", NamedTextColor.GOLD))
.build() .build()
Bukkit.broadcast(timeComponent) Bukkit.broadcast(timeComponent)