⏰Timers
What are the timers?
new SimpleStartGameTimer(game, minPlayers, time)
.runTaskTimer(plugin, 20L, 20L);void onCancel() //the method calls when the countdown was stopped
void onCounting(int second) //the method calls when timer is counting
void onEnd() //the method calls when the countdown was ended
void onStart() //the method calls when the countdown was started