diff --git a/pom.xml b/pom.xml index 0b5e737..d5ee858 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ com.craftaro CraftaroCore - 3.3.0-SNAPSHOT + 3.5.0-SNAPSHOT compile diff --git a/src/main/java/com/craftaro/epicvouchers/libraries/inventory/PlayersMenu.java b/src/main/java/com/craftaro/epicvouchers/libraries/inventory/PlayersMenu.java index 3a6be4a..bfed7ec 100644 --- a/src/main/java/com/craftaro/epicvouchers/libraries/inventory/PlayersMenu.java +++ b/src/main/java/com/craftaro/epicvouchers/libraries/inventory/PlayersMenu.java @@ -6,8 +6,6 @@ import com.craftaro.epicvouchers.libraries.ItemBuilder; import com.craftaro.epicvouchers.menus.ActionMenu; import com.craftaro.epicvouchers.voucher.Voucher; import com.craftaro.third_party.com.cryptomorin.xseries.XMaterial; -import com.craftaro.third_party.com.cryptomorin.xseries.profiles.builder.XSkull; -import com.craftaro.third_party.com.cryptomorin.xseries.profiles.objects.Profileable; import org.bukkit.ChatColor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player;