master
RuisPipe 2021-12-22 14:15:10 +01:00
parent f71a3f2a1f
commit 34203fca65
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("hello hoi friend boyyy");
player.sendMessage("§2hello §choi §2friend boyyy");
}
}, 1L, 2 * 60L);