color update

master
Alex 2021-12-22 22:51:29 +01:00
parent 8cf67e0baa
commit 90f7be788e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class LobbySystem extends JavaPlugin {
Bukkit.getScheduler().runTaskTimerAsynchronously(getInstance(), () -> {
for (Player player : Bukkit.getOnlinePlayers()) {
player.sendMessage("§2naaaaa §4im here §4Car loooo! te");
player.sendMessage("§2naaaaa §4im here §4Car loooo ad sd asd ds! te");
}
}, 1L, 2 * 60L);