Code: http://hastebin.com/kehuzepiwi.coffee Whenever I make a countdown from 30, it works fine, but when it reaches to 0, it spams what I have to broadcast. The code is above. If anybody could please help I would really appreciate it! Thanks..
and you can cancel the task at the end with Bukkit.getScheduler().cancelTask(arg0); arg0 is the id of your task that you get on creating it
Use switch statements to tidy up your code and for efficiency. To cancel it, you can use: cancel() Attempts to cancel this task.