Open Durburz opened 8 years ago
@Deprecated
BukkitTask runTaskTimerAsynchronously(Plugin plugin, BukkitRunnable task, long delay, long period) throws IllegalArgumentException
got replaced by
public BukkitTask runTaskTimerAsynchronously(Plugin plugin, long delay, long period) throws IllegalArgumentException, IllegalStateException
Tickets aren't saved to database any more.
@Deprecated
got replaced by
Tickets aren't saved to database any more.