replace BukkitRunnable to CancellableRunnable

This commit is contained in:
HSGamer
2023-08-20 21:33:29 +07:00
parent 64af17db42
commit 731e2d8691
51 changed files with 92 additions and 104 deletions

View File

@ -31,7 +31,6 @@ import org.bukkit.entity.Player;
import org.jetbrains.annotations.NotNull;
import java.time.LocalDate;
import java.util.concurrent.TimeUnit;
public class NotificationManager {