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;