Skip to content

Commit

Permalink
代码细节优化
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamVoid committed Oct 18, 2024
1 parent 2533d73 commit 051841f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import io.papermc.paper.command.brigadier.Commands;
import io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager;
import io.papermc.paper.plugin.lifecycle.event.types.LifecycleEvents;
import io.papermc.paper.threadedregions.scheduler.ScheduledTask;
import me.dreamvoid.miraimc.bukkit.BukkitPlugin;
import me.dreamvoid.miraimc.commands.MiraiCommand;
import me.dreamvoid.miraimc.commands.MiraiMcCommand;
Expand All @@ -13,11 +12,9 @@
import org.bukkit.plugin.Plugin;

import java.net.URLClassLoader;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.TimeUnit;

public class PaperPlugin extends BukkitPlugin {
private final ConcurrentHashMap<Integer, ScheduledTask> tasks = new ConcurrentHashMap<>();
private final LibraryLoader loader;

public PaperPlugin(){
Expand Down

0 comments on commit 051841f

Please sign in to comment.