color update

master
RuisPipe 2021-12-22 14:21:22 +01:00
parent 6e352cc11c
commit 82b19942da
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("§2hello §choi §2friend §aboyyy");
player.sendMessage("§2hello §choi §2friend §aboyy§cy");
}
}, 1L, 2 * 60L);