comment faire du spigot d'attente du plugin

Bukkit.getScheduler().runTaskLater(plugin, () -> {
    // code
}, 20L); // amount to wait in ticks , 20 ticks = 1 second
Wide-eyed Wryneck