cleaned up some unused imports

This commit is contained in:
0x01FE 2025-02-17 14:01:20 -06:00
parent ad57acf11a
commit cc1a3ec840
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package net.hexa.MythicItems.Mythics; package net.hexa.MythicItems.Mythics;
import net.hexa.MythicItems.MythicItems;
import org.bukkit.Bukkit; import org.bukkit.Bukkit;
import org.bukkit.NamespacedKey; import org.bukkit.NamespacedKey;
import org.bukkit.plugin.Plugin; import org.bukkit.plugin.Plugin;

View File

@ -4,7 +4,6 @@ import org.bukkit.Material;
import org.bukkit.enchantments.Enchantment; import org.bukkit.enchantments.Enchantment;
import org.bukkit.inventory.ItemStack; import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta; import org.bukkit.inventory.meta.ItemMeta;
import org.bukkit.persistence.PersistentDataType;
import java.util.Arrays; import java.util.Arrays;