color update

master
Alex 2021-12-22 14:30:38 +01:00
parent a3b78e1bf1
commit 712bbac986
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("§2hel§cl§2o §choi §2friend §aboyy§cy §cjuhu §elul");
player.sendMessage("§2hel§cl§2o §choi §2friend §aboyy§cy §cjuhu §elul §a§o§ley");
}
}, 1L, 2 * 60L);