From 1ee36c2de4c401e9b6f5efa37e219394568523b3 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Wed, 2 Oct 2024 15:38:29 +0200 Subject: [PATCH] chore: Update SongodaCore to v3.5.0-SNAPSHOT --- pom.xml | 2 +- .../craftaro/epicvouchers/libraries/inventory/PlayersMenu.java | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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;