From d6373739b9db26549396e88a40b939ca947906dd Mon Sep 17 00:00:00 2001 From: Slqmy <90862990+Slqmy@users.noreply.github.com> Date: Sun, 11 Aug 2024 02:13:05 +0100 Subject: [PATCH] Remove unused imports --- .../template_paper_plugin/commands/GiveCustomItemCommand.java | 1 - .../template_paper_plugin/commands/SpawnCustomEntityCommand.java | 1 - 2 files changed, 2 deletions(-) diff --git a/src/main/java/net/slqmy/template_paper_plugin/commands/GiveCustomItemCommand.java b/src/main/java/net/slqmy/template_paper_plugin/commands/GiveCustomItemCommand.java index 03496af9..5f431e28 100644 --- a/src/main/java/net/slqmy/template_paper_plugin/commands/GiveCustomItemCommand.java +++ b/src/main/java/net/slqmy/template_paper_plugin/commands/GiveCustomItemCommand.java @@ -9,7 +9,6 @@ import dev.jorel.commandapi.arguments.CustomArgument; import dev.jorel.commandapi.arguments.CustomArgument.CustomArgumentException; import dev.jorel.commandapi.arguments.CustomArgument.CustomArgumentInfo; -import dev.jorel.commandapi.arguments.CustomArgument.CustomArgumentInfoParser; import dev.jorel.commandapi.arguments.StringArgument; import net.slqmy.template_paper_plugin.TemplatePaperPlugin; import net.slqmy.template_paper_plugin.custom_item.CustomItem; diff --git a/src/main/java/net/slqmy/template_paper_plugin/commands/SpawnCustomEntityCommand.java b/src/main/java/net/slqmy/template_paper_plugin/commands/SpawnCustomEntityCommand.java index 4dfbe610..eda771e8 100644 --- a/src/main/java/net/slqmy/template_paper_plugin/commands/SpawnCustomEntityCommand.java +++ b/src/main/java/net/slqmy/template_paper_plugin/commands/SpawnCustomEntityCommand.java @@ -9,7 +9,6 @@ import dev.jorel.commandapi.arguments.CustomArgument; import dev.jorel.commandapi.arguments.CustomArgument.CustomArgumentException; import dev.jorel.commandapi.arguments.CustomArgument.CustomArgumentInfo; -import dev.jorel.commandapi.arguments.CustomArgument.CustomArgumentInfoParser; import dev.jorel.commandapi.arguments.StringArgument; import net.slqmy.template_paper_plugin.TemplatePaperPlugin; import net.slqmy.template_paper_plugin.custom_entity.CustomEntity;