This commit is contained in:
YuTian 2024-07-21 15:33:32 +08:00
parent f5ebb6e17d
commit 6a85d4e129
3 changed files with 1 additions and 5 deletions

View File

@ -40,7 +40,7 @@
<dependency>
<groupId>com.io.yutian</groupId>
<artifactId>AuLib</artifactId>
<version>1.7</version>
<version>1.8</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -32,12 +32,9 @@ public class AuChestShop extends JavaPlugin {
e.printStackTrace();
}
System.out.println(economyProvider);
if (economyProvider != null) {
economy = economyProvider.getProvider();
}
System.out.println(economy);
sqlIO = new SQLIO();
commandManager = new CommandManager();

View File

@ -39,7 +39,6 @@ public class ShopUtil {
a -= k;
}
}
}
public static boolean isShopItem(ItemStack itemStack) {